Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dsyscall.c1653 struct bpf_map *__bpf_map_inc_not_zero(struct bpf_map *map, bool uref) in __bpf_map_inc_not_zero() function
1669 return __bpf_map_inc_not_zero(map, false); in bpf_map_inc_not_zero()
4784 map = __bpf_map_inc_not_zero(map, false); in bpf_map_get_curr_or_next()
4879 map = __bpf_map_inc_not_zero(map, true); in bpf_map_get_fd_by_id()
/linux/include/linux/
H A Dbpf.h2632 struct bpf_map *__bpf_map_inc_not_zero(struct bpf_map *map, bool uref);