Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dbpf_struct_ops.c1162 map = __bpf_map_inc_not_zero(&st_map->map, false); in bpf_struct_ops_get()
H A Dsyscall.c1602 struct bpf_map *__bpf_map_inc_not_zero(struct bpf_map *map, bool uref) in __bpf_map_inc_not_zero() function
1618 return __bpf_map_inc_not_zero(map, false); in bpf_map_inc_not_zero()
4469 map = __bpf_map_inc_not_zero(map, false); in bpf_map_get_curr_or_next()
4564 map = __bpf_map_inc_not_zero(map, true); in bpf_map_get_fd_by_id()
/linux-6.15/include/linux/
H A Dbpf.h2367 struct bpf_map *__bpf_map_inc_not_zero(struct bpf_map *map, bool uref);