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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dstruct_ops_maybe_null.c15 SEC("struct_ops/test_maybe_null")
16 int BPF_PROG(test_maybe_null, int dummy,
27 .test_maybe_null = (void *)test_maybe_null,
H A Dstruct_ops_maybe_null_fail.c22 .test_maybe_null = (void *)test_maybe_null_struct_ptr,
H A Dstruct_ops_module.c49 int (*test_maybe_null)(int dummy, struct task_struct *task); member in struct:bpf_testmod_ops___v2
61 int (*test_maybe_null)(int dummy, struct task_struct *task); member in struct:bpf_testmod_ops___zeroed
/linux-master/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.h37 int (*test_maybe_null)(int dummy, struct task_struct *task); member in struct:bpf_testmod_ops
H A Dbpf_testmod.c860 .test_maybe_null = bpf_testmod_ops__test_maybe_null,

Completed in 231 milliseconds