Home
last modified time | relevance | path

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

/linux/drivers/char/
H A Drandom.c1504 int ent_count; in random_ioctl() local
1515 if (get_user(ent_count, p)) in random_ioctl()
1517 if (ent_count < 0) in random_ioctl()
1519 credit_init_bits(ent_count); in random_ioctl()
1528 if (get_user(ent_count, p++)) in random_ioctl()
1530 if (ent_count < 0) in random_ioctl()
1543 credit_init_bits(ent_count); in random_ioctl()