Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dbpf_struct_ops.c742 map = __bpf_map_inc_not_zero(&st_map->map, false); in bpf_struct_ops_get()
Dsyscall.c1352 struct bpf_map *__bpf_map_inc_not_zero(struct bpf_map *map, bool uref) in __bpf_map_inc_not_zero() function
1368 map = __bpf_map_inc_not_zero(map, false); in bpf_map_inc_not_zero()
4047 map = __bpf_map_inc_not_zero(map, false); in bpf_map_get_curr_or_next()
4142 map = __bpf_map_inc_not_zero(map, true); in bpf_map_get_fd_by_id()
/Linux-v6.6/include/linux/
Dbpf.h2052 struct bpf_map *__bpf_map_inc_not_zero(struct bpf_map *map, bool uref);