Searched refs:map_value_has_timer (Results 1 – 5 of 5) sorted by relevance
292 if (unlikely(map_value_has_timer(&arr->map))) in check_and_free_timer_in_array()389 if (likely(!map_value_has_timer(map))) in array_map_free_timers()
241 if (likely(!map_value_has_timer(&htab->map))) in htab_free_prealloced_timers()730 if (unlikely(map_value_has_timer(&htab->map))) in check_and_free_timer()1433 if (likely(!map_value_has_timer(&htab->map))) in htab_map_free_timers()
643 map_value_has_timer(map)) in bpf_map_mmap()814 if (map_value_has_timer(map)) { in map_check_btf()1636 map_value_has_timer(map)) { in map_freeze()
1154 if (map_value_has_timer(map->inner_map_meta)) in mark_ptr_not_null_reg()3451 if (map_value_has_timer(map)) { in check_map_access()4935 if (!map_value_has_timer(map)) { in process_timer_func()11669 if (map_value_has_timer(map)) { in check_map_prog_compatibility()
204 static inline bool map_value_has_timer(const struct bpf_map *map) in map_value_has_timer() function214 if (unlikely(map_value_has_timer(map))) in check_and_init_map_value()227 } else if (unlikely(map_value_has_timer(map))) { in copy_map_value()
Completed in 44 milliseconds