Searched refs:atomic64_dec_and_test (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/asm-generic/
H A Dlocal64.h85 #define local64_dec_and_test(l) atomic64_dec_and_test(&(l)->a)
/linux-master/kernel/bpf/
H A Dtoken.c54 if (!atomic64_dec_and_test(&token->refcnt))
H A Dsyscall.c753 if (atomic64_dec_and_test(&map->usercnt)) {
786 if (atomic64_dec_and_test(&map->refcnt)) {
2277 if (atomic64_dec_and_test(&aux->refcnt)) {
3081 if (!atomic64_dec_and_test(&link->refcnt))
3091 if (!atomic64_dec_and_test(&link->refcnt))
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h2948 * atomic64_dec_and_test() - atomic decrement and test if zero with full ordering
2958 atomic64_dec_and_test(atomic64_t *v) function

Completed in 209 milliseconds