Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/char/
Drandom.c1419 int ent_count; in random_ioctl() local
1430 if (get_user(ent_count, p)) in random_ioctl()
1432 if (ent_count < 0) in random_ioctl()
1434 credit_init_bits(ent_count); in random_ioctl()
1444 if (get_user(ent_count, p++)) in random_ioctl()
1446 if (ent_count < 0) in random_ioctl()
1459 credit_init_bits(ent_count); in random_ioctl()