Home
last modified time | relevance | path

Searched refs:rnd_idx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c91 static size_t rnd_idx = ARRAY_SIZE(rnd_buf); variable
109 if (rnd_idx >= ARRAY_SIZE(rnd_buf)) { in get_random_const()
111 rnd_idx = 0; in get_random_const()
113 return rnd_buf[rnd_idx++]; in get_random_const()
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c91 static size_t rnd_idx = ARRAY_SIZE(rnd_buf); variable
109 if (rnd_idx >= ARRAY_SIZE(rnd_buf)) { in get_random_const()
111 rnd_idx = 0; in get_random_const()
113 return rnd_buf[rnd_idx++]; in get_random_const()

Completed in 2 milliseconds