Home
last modified time | relevance | path

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

/linux-5.19.10/samples/bpf/
Dtest_overhead_tp_kern.c26 struct urandom_read { struct
33 int prog2(struct urandom_read *ctx) in prog2()
/linux-5.19.10/tools/testing/selftests/bpf/
Durandom_read.c27 void urandom_read(int fd, int count) in urandom_read() function
84 urandom_read(fd, count); in main()
D.gitignore20 urandom_read
DMakefile87 TEST_CUSTOM_PROGS = $(OUTPUT)/urandom_read
185 $(OUTPUT)/urandom_read: urandom_read.c urandom_read_aux.c $(OUTPUT)/liburandom_read.so
512 TRUNNER_EXTRA_FILES := $(OUTPUT)/urandom_read $(OUTPUT)/bpf_testmod.ko \