Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dstruct_ops_maybe_null.c16 int BPF_PROG(test_maybe_null, int dummy, in BPF_PROG() argument
27 .test_maybe_null = (void *)test_maybe_null,
H A Dstruct_ops_module.c49 int (*test_maybe_null)(int dummy, struct task_struct *task); member
61 int (*test_maybe_null)(int dummy, struct task_struct *task); member
H A Dstruct_ops_maybe_null_fail.c22 .test_maybe_null = (void *)test_maybe_null_struct_ptr,
/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.h37 int (*test_maybe_null)(int dummy, struct task_struct *task); member
H A Dbpf_testmod.c1139 .test_maybe_null = bpf_testmod_ops__test_maybe_null,