Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/
H A Drandom.c1320 int ent_count; in random_ioctl() local
1331 if (get_user(ent_count, p)) in random_ioctl()
1333 if (ent_count < 0) in random_ioctl()
1335 credit_init_bits(ent_count); in random_ioctl()
1345 if (get_user(ent_count, p++)) in random_ioctl()
1347 if (ent_count < 0) in random_ioctl()
1360 credit_init_bits(ent_count); in random_ioctl()
/kernel/linux/linux-6.6/drivers/char/
H A Drandom.c1475 int ent_count; in random_ioctl() local
1486 if (get_user(ent_count, p)) in random_ioctl()
1488 if (ent_count < 0) in random_ioctl()
1490 credit_init_bits(ent_count); in random_ioctl()
1500 if (get_user(ent_count, p++)) in random_ioctl()
1502 if (ent_count < 0) in random_ioctl()
1515 credit_init_bits(ent_count); in random_ioctl()

Completed in 5 milliseconds