HomeSort by relevance Sort by last modified time
    Searched full:atomic_read (Results 1 - 17 of 17) sorted by null

  /bionic/libc/kernel/arch-sh/asm/
atomic.h 19 #define atomic_read(v) ((v)->counter) macro
  /bionic/libc/kernel/arch-x86/asm/
atomic_32.h 23 #define atomic_read(v) ((v)->counter) macro
  /development/ndk/platforms/android-5/arch-x86/include/asm/
atomic_32.h 23 #define atomic_read(v) ((v)->counter) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
atomic_32.h 23 #define atomic_read(v) ((v)->counter) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
atomic_32.h 23 #define atomic_read(v) ((v)->counter) macro
  /external/kernel-headers/original/asm-x86/
atomic_32.h 23 * atomic_read - read atomic variable
28 #define atomic_read(v) ((v)->counter) macro
199 __i = atomic_read(v);
233 c = atomic_read(v);
spinlock_32.h 191 if (atomic_read(count) >= 0)
  /device/samsung/crespo/alsa-lib/include/
iatomic.h 23 * atomic_read - read atomic variable
29 #define atomic_read(v) ((v)->counter) macro
235 #define atomic_read(v) ((v)->counter) macro
259 old = atomic_read(v);
273 old = atomic_read(v);
397 #define atomic_read(v) ((v)->counter) macro
503 #define atomic_read(v) ((v)->counter) macro
692 * atomic_read - read atomic variable
698 #define atomic_read(v) ((v)->counter) macro
931 #define atomic_read(v) ((v)->counter macro
1019 #define atomic_read macro
1092 #define atomic_read macro
    [all...]
  /external/kernel-headers/original/asm-arm/
atomic.h 22 #define atomic_read(v) ((v)->counter) macro
183 c = atomic_read(v);
  /external/kernel-headers/original/linux/
mutex.h 116 return atomic_read(&lock->count) != 1;
mm.h 300 BUG_ON(atomic_read(&page->_count) == 0);
319 return atomic_read(&page->_count);
610 return atomic_read(&(page)->_mapcount) + 1;
618 return atomic_read(&(page)->_mapcount) >= 0;
    [all...]
skbuff.h 448 (atomic_read(&skb_shinfo(skb)->dataref) & SKB_DATAREF_MASK) != 1;
465 dataref = atomic_read(&skb_shinfo(skb)->dataref);
494 return atomic_read(&skb->users) != 1;
    [all...]
atmdev.h 447 return (size + atomic_read(&sk_atm(vcc)->sk_wmem_alloc)) <
fs.h 709 #define file_count(x) atomic_read(&(x)->f_count)
938 return atomic_read(&current->fs_excl);
    [all...]
  /external/yaffs2/yaffs2/
yaffs_fs.c 386 atomic_read(&inode->i_count)));
400 atomic_read(&inode->i_count),
437 atomic_read(&inode->i_count),
732 (int)inode->i_size, atomic_read(&inode->i_count)));
1031 obj->objectId, atomic_read(&inode->i_count)));
1126 atomic_read(&old_dentry->d_inode->i_count)));
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_meter.c 137 if (atomic_read(&meter->reset)) {
230 while (atomic_read(&meter->reset)) {
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_linux.c     [all...]

Completed in 3616 milliseconds