Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/bpf/
Darraymap.c312 if (map_value_has_timer(&arr->map)) in check_and_free_fields()
412 if (!map_value_has_timer(map)) in array_map_free_timers()
Dhashtab.c242 if (!map_value_has_timer(&htab->map)) in htab_free_prealloced_timers()
749 if (map_value_has_timer(&htab->map)) in check_and_free_fields()
1459 if (!map_value_has_timer(&htab->map)) in htab_map_free_timers()
Dsyscall.c759 map_value_has_timer(map) || map_value_has_kptrs(map)) in bpf_map_mmap()
915 bool has_timer = map_value_has_timer(map); in bpf_map_alloc_off_arr()
1008 if (map_value_has_timer(map)) { in map_check_btf()
1866 map_value_has_timer(map) || map_value_has_kptrs(map)) { in map_freeze()
Dverifier.c1372 if (map_value_has_timer(map->inner_map_meta)) in mark_ptr_not_null_reg()
3810 if (map_value_has_timer(map)) { in check_map_access()
5454 if (!map_value_has_timer(map)) { in process_timer_func()
12571 if (map_value_has_timer(map)) { in check_map_prog_compatibility()
/linux-5.19.10/include/linux/
Dbpf.h251 static inline bool map_value_has_timer(const struct bpf_map *map) in map_value_has_timer() function
265 if (unlikely(map_value_has_timer(map))) in check_and_init_map_value()