Home
last modified time | relevance | path

Searched refs:bpf_testmod_test_read (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod-events.h12 TRACE_EVENT(bpf_testmod_test_read,
37 /* Used in bpf_testmod_test_read() to test __nullable suffix */
H A Dbpf_testmod.c479 bpf_testmod_test_read(struct file *file, struct kobject *kobj, in bpf_testmod_test_read()
564 EXPORT_SYMBOL(bpf_testmod_test_read); in bpf_testmod_test_write()
565 ALLOW_ERROR_INJECTION(bpf_testmod_test_read, ERRNO); in bpf_testmod_test_write()
595 .read = bpf_testmod_test_read,
474 bpf_testmod_test_read(struct file *file, struct kobject *kobj, bpf_testmod_test_read() function