Searched refs:PRANDOM_ADD_NOISE (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| A D | prandom.h | 21 #define PRANDOM_ADD_NOISE(a, b, c, d) \ macro 120 PRANDOM_ADD_NOISE(state, i, 0, 0); in prandom_seed_state()
|
| /linux/kernel/time/ |
| A D | timer.c | 1780 PRANDOM_ADD_NOISE(jiffies, user_tick, p, 0); in update_process_times()
|
| /linux/net/core/ |
| A D | dev.c | 3588 PRANDOM_ADD_NOISE(skb, dev, txq, len + jiffies); in xmit_one() 4224 PRANDOM_ADD_NOISE(skb, dev, txq, jiffies); in __dev_queue_xmit() 4290 PRANDOM_ADD_NOISE(skb, dev, txq, jiffies); in __dev_direct_xmit()
|
Completed in 24 milliseconds