Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c9709 static bool can_elide_value_nullness(enum bpf_map_type type);
9859 if (can_elide_value_nullness(meta->map_ptr->map_type)) { in check_func_arg()
11440 static bool can_elide_value_nullness(enum bpf_map_type type) in can_elide_value_nullness() function
11813 can_elide_value_nullness(meta.map_ptr->map_type) && in check_helper_call()