Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dshuffle.c164 static u8 rand_bits; in shuffle_pick_tail() local
171 if (rand_bits == 0) { in shuffle_pick_tail()
172 rand_bits = 64; in shuffle_pick_tail()
178 rand_bits--; in shuffle_pick_tail()