Home
last modified time | relevance | path

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

/linux/drivers/char/
H A Drandom.c137 int wait_for_random_bytes(void) in wait_for_random_bytes() function
149 EXPORT_SYMBOL(wait_for_random_bytes);
1408 ret = wait_for_random_bytes(); in SYSCALL_DEFINE3()
1491 ret = wait_for_random_bytes(); in random_read_iter()
/linux/net/ceph/
H A Dceph_common.c713 err = wait_for_random_bytes(); in ceph_create_client()