Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dtest_overhead_tp_kern.c25 struct urandom_read { struct
32 int prog2(struct urandom_read *ctx) in prog2()
/Linux-v4.19/tools/testing/selftests/bpf/
D.gitignore17 urandom_read
DMakefile16 TEST_CUSTOM_PROGS = $(OUTPUT)/urandom_read
/Linux-v4.19/include/trace/events/
Drandom.h291 TRACE_EVENT(urandom_read,
/Linux-v4.19/drivers/char/
Drandom.c1883 urandom_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) in urandom_read() function
2034 .read = urandom_read,
2062 return urandom_read(NULL, buf, count, NULL); in SYSCALL_DEFINE3()