Home
last modified time | relevance | path

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

/Linux-v6.1/samples/bpf/
Dtest_overhead_tp_kern.c26 struct urandom_read { struct
33 int prog2(struct urandom_read *ctx) in prog2()
/Linux-v6.1/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
DMakefile88 TEST_CUSTOM_PROGS = $(OUTPUT)/urandom_read $(OUTPUT)/sign-file
187 $(OUTPUT)/urandom_read: urandom_read.c urandom_read_aux.c $(OUTPUT)/liburandom_read.so
524 TRUNNER_EXTRA_FILES := $(OUTPUT)/urandom_read $(OUTPUT)/bpf_testmod.ko \