Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dsyscall.c1007 int refold; in __bpf_map_inc_not_zero() local
1009 refold = atomic64_fetch_add_unless(&map->refcnt, 1, 0); in __bpf_map_inc_not_zero()
1010 if (!refold) in __bpf_map_inc_not_zero()
1964 int refold; in bpf_prog_inc_not_zero() local
1966 refold = atomic64_fetch_add_unless(&prog->aux->refcnt, 1, 0); in bpf_prog_inc_not_zero()
1968 if (!refold) in bpf_prog_inc_not_zero()

Completed in 12 milliseconds