Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_struct_ops.c1219 map = __bpf_map_inc_not_zero(&st_map->map, false); in bpf_struct_ops_get()
H A Dsyscall.c1735 struct bpf_map *__bpf_map_inc_not_zero(struct bpf_map *map, bool uref) in __bpf_map_inc_not_zero() function
1751 return __bpf_map_inc_not_zero(map, false); in bpf_map_inc_not_zero()
4846 map = __bpf_map_inc_not_zero(map, false); in bpf_map_get_curr_or_next()
4941 map = __bpf_map_inc_not_zero(map, true); in bpf_map_get_fd_by_id()
/linux/include/linux/
H A Dbpf.h2763 struct bpf_map *__bpf_map_inc_not_zero(struct bpf_map *map, bool uref);