Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dmaybe_null.c16 struct maybe_null *skel; in run()
44 struct scx_test maybe_null = { variable
49 REGISTER_SCX_TEST(&maybe_null)
H A DMakefile176 maybe_null \
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_struct_ops_maybe_null.c11 static void maybe_null(void) in maybe_null() function
43 maybe_null(); in test_struct_ops_maybe_null()
/linux/kernel/bpf/
H A Dverifier.c1913 enum bpf_type_flag maybe_null = reg->type & PTR_MAYBE_NULL; in refine_map_lookup_value() local
1917 reg->type = CONST_PTR_TO_MAP | maybe_null; in refine_map_lookup_value()
1926 reg->type = PTR_TO_XDP_SOCK | maybe_null; in refine_map_lookup_value()
1929 reg->type = PTR_TO_SOCKET | maybe_null; in refine_map_lookup_value()