Searched refs:atomic_read (Results 1 - 7 of 7) sorted by relevance

/u-boot/arch/x86/include/asm/
H A Datomic.h19 * atomic_read - read atomic variable
24 static inline int atomic_read(const atomic_t *v) function
/u-boot/include/asm-generic/
H A Datomic.h15 #define atomic_read(v) ((v)->counter) macro
17 #define atomic64_read(v) atomic_read(v)
H A Datomic-long.h150 return (long)atomic_read(v);
/u-boot/arch/powerpc/include/asm/
H A Datomic.h16 #define atomic_read(v) ((v)->counter) macro
/u-boot/arch/x86/cpu/
H A Dmp_init.c165 while (atomic_read(b) == 0)
190 while (atomic_read(val) != target) {
487 atomic_read(ap_count), num_aps);
516 if (atomic_read(&rec->barrier) == 0) {
888 debug("%d/%d eventually checked in?\n", atomic_read(ap_count),
/u-boot/drivers/usb/gadget/
H A Dether.c1703 ? ((atomic_read(&dev->tx_qlen) % qmult) != 0)
/u-boot/fs/ubifs/
H A Dsuper.c537 ubifs_assert(!atomic_read(&inode->i_count));

Completed in 74 milliseconds