Searched refs:atomic_dec_and_test (Results 1 - 5 of 5) sorted by relevance

/u-boot/arch/powerpc/include/asm/
H A Datomic.h91 #define atomic_dec_and_test(v) (atomic_dec_return((v)) == 0) macro
/u-boot/arch/arm/include/asm/
H A Dprocessor.h118 if (atomic_dec_and_test(&(p)->thread.refcount)) \
/u-boot/include/asm-generic/
H A Datomic.h56 static inline int atomic_dec_and_test(volatile atomic_t *v) function
H A Datomic-long.h200 return atomic_dec_and_test(v);
/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.c333 if (!atomic_dec_and_test(&s->vdq.busy)) {

Completed in 80 milliseconds