Searched refs:urandom_read (Results 1 – 2 of 2) sorted by relevance
290 TRACE_EVENT(urandom_read,
1458 urandom_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) in urandom_read() function1594 .read = urandom_read,1621 return urandom_read(NULL, buf, count, NULL); in SYSCALL_DEFINE3()