Home
last modified time | relevance | path

Searched refs:c_high (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/char/
Drandom.c1239 __u32 c_high, j_high; in add_interrupt_randomness() local
1246 c_high = (sizeof(cycles) > 4) ? cycles >> 32 : 0; in add_interrupt_randomness()
1249 fast_pool->pool[1] ^= now ^ c_high; in add_interrupt_randomness()