Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/char/
Drandom.c1262 __u32 c_high, j_high; in add_interrupt_randomness() local
1270 j_high = (sizeof(now) > 4) ? now >> 32 : 0; in add_interrupt_randomness()
1271 fast_pool->pool[0] ^= cycles ^ j_high ^ irq; in add_interrupt_randomness()