Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dsyscall.c1394 refold = atomic64_fetch_add_unless(&map->refcnt, 1, 0); in __bpf_map_inc_not_zero()
2346 refold = atomic64_fetch_add_unless(&prog->aux->refcnt, 1, 0); in bpf_prog_inc_not_zero()
5214 return atomic64_fetch_add_unless(&link->refcnt, 1, 0) ? link : ERR_PTR(-ENOENT); in bpf_link_inc_not_zero()
/openbmc/linux/include/linux/atomic/
H A Datomic-instrumented.h3048 atomic64_fetch_add_unless(atomic64_t *v, s64 a, s64 u) in atomic64_fetch_add_unless() function