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