Home
last modified time | relevance | path

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

/openbmc/linux/scripts/coccinelle/api/
H A Datomic_as_refcounter.cocci34 atomic64_dec_and_test@p1(&(a)->x)
77 atomic64_dec_and_test@p1(&(a)->x)
/openbmc/linux/include/asm-generic/
H A Dlocal64.h85 #define local64_dec_and_test(l) atomic64_dec_and_test(&(l)->a)
/openbmc/u-boot/include/asm-generic/
H A Datomic-long.h81 return atomic64_dec_and_test(v); in atomic_long_dec_and_test()
/openbmc/linux/kernel/bpf/
H A Dsyscall.c719 if (atomic64_dec_and_test(&map->usercnt)) { in bpf_map_put_uref()
752 if (atomic64_dec_and_test(&map->refcnt)) { in bpf_map_put()
2186 if (atomic64_dec_and_test(&aux->refcnt)) { in __bpf_prog_put()
2940 if (!atomic64_dec_and_test(&link->refcnt)) in bpf_link_put()
2950 if (!atomic64_dec_and_test(&link->refcnt)) in bpf_link_put_direct()
/openbmc/linux/include/linux/atomic/
H A Datomic-instrumented.h2936 atomic64_dec_and_test(atomic64_t *v) in atomic64_dec_and_test() function