Searched refs:urandom_read (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/samples/bpf/ | 
| D | test_overhead_tp_kern.c | 25 struct urandom_read {  struct32 int prog2(struct urandom_read *ctx)  in prog2()
 
 | 
| /Linux-v5.4/tools/testing/selftests/bpf/ | 
| D | urandom_read.c | 11 void urandom_read(int fd, int count)  in urandom_read()  function31 	urandom_read(fd, count);  in main()
 
 | 
| D | Makefile | 90 TEST_CUSTOM_PROGS = $(OUTPUT)/urandom_read93 $(OUTPUT)/urandom_read: $(OUTPUT)/%: %.c
 197 $(ALU32_BUILD_DIR)/urandom_read: $(OUTPUT)/urandom_read | $(ALU32_BUILD_DIR)
 201 						$(ALU32_BUILD_DIR)/urandom_read \
 237 $(BPF_GCC_BUILD_DIR)/urandom_read: $(OUTPUT)/urandom_read | $(BPF_GCC_BUILD_DIR)
 
 | 
| D | .gitignore | 18 urandom_read
 | 
| /Linux-v5.4/include/trace/events/ | 
| D | random.h | 288 TRACE_EVENT(urandom_read,
 | 
| /Linux-v5.4/drivers/char/ | 
| D | random.c | 2023 urandom_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos)  in urandom_read()  function2174 	.read  = urandom_read,
 2202 	return urandom_read(NULL, buf, count, NULL);  in SYSCALL_DEFINE3()
 
 |