Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Darraymap.c311 if (map_value_has_timer(&arr->map)) in check_and_free_fields()
413 if (!map_value_has_timer(map)) in array_map_free_timers()
Dhashtab.c225 if (!map_value_has_timer(&htab->map)) in htab_free_prealloced_timers()
767 if (map_value_has_timer(&htab->map)) in check_and_free_fields()
1494 if (!map_value_has_timer(&htab->map)) in htab_map_free_timers()
Dsyscall.c782 map_value_has_timer(map) || map_value_has_kptrs(map)) in bpf_map_mmap()
938 bool has_timer = map_value_has_timer(map); in bpf_map_alloc_off_arr()
1031 if (map_value_has_timer(map)) { in map_check_btf()
1885 map_value_has_timer(map) || map_value_has_kptrs(map)) { in map_freeze()
Dverifier.c1403 if (map_value_has_timer(map->inner_map_meta)) in mark_ptr_not_null_reg()
3842 if (map_value_has_timer(map)) { in check_map_access()
5505 if (!map_value_has_timer(map)) { in process_timer_func()
12697 if (map_value_has_timer(map)) { in check_map_prog_compatibility()
/Linux-v6.1/include/linux/
Dbpf.h259 static inline bool map_value_has_timer(const struct bpf_map *map) in map_value_has_timer() function
273 if (unlikely(map_value_has_timer(map))) in check_and_init_map_value()