Home
last modified time | relevance | path

Searched refs:j_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
1247 j_high = (sizeof(now) > 4) ? now >> 32 : 0; in add_interrupt_randomness()
1248 fast_pool->pool[0] ^= cycles ^ j_high ^ irq; in add_interrupt_randomness()