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

/linux-master/kernel/bpf/
H A Dsyscall.c1474 refold = atomic64_fetch_add_unless(&map->refcnt, 1, 0);
2437 refold = atomic64_fetch_add_unless(&prog->aux->refcnt, 1, 0);
5394 return atomic64_fetch_add_unless(&link->refcnt, 1, 0) ? link : ERR_PTR(-ENOENT);
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h3058 * atomic64_fetch_add_unless() - atomic add unless value with full ordering
3071 atomic64_fetch_add_unless(atomic64_t *v, s64 a, s64 u) function

Completed in 169 milliseconds