HomeSort by relevance Sort by last modified time
    Searched refs:spin_lock (Results 1 - 25 of 27) sorted by null

1 2

  /external/qemu/
qemu-lock.h 25 #define spin_lock pthread_mutex_lock macro
41 static inline void spin_lock(spinlock_t *lock) function
cpu-exec.c 604 spin_lock(&tb_lock);
    [all...]
  /external/kernel-headers/original/linux/
seqlock.h 54 * Acts like a normal spin_lock/unlock.
55 * Don't need preempt_disable() because that is in the spin_lock already.
59 spin_lock(&sl->lock);
spinlock.h 166 * Define the various spin_lock and rw_lock methods. Note we define these
174 #define spin_lock(lock) _spin_lock(lock) macro
netdevice.h 918 spin_lock(&dev->_xmit_lock);
fs.h 705 #define file_list_lock() spin_lock(&files_lock);
    [all...]
mm.h 857 spin_lock(__ptl); \
    [all...]
sched.h     [all...]
  /bionic/libc/kernel/common/linux/
spinlock.h 64 #define spin_lock(lock) _spin_lock(lock) macro
  /development/ndk/platforms/android-3/include/linux/
spinlock.h 64 #define spin_lock(lock) _spin_lock(lock) macro
  /external/oprofile/module/
op_dname.c 157 spin_lock(&dcache_lock);
oprofile.c 201 spin_lock(&note_lock);
221 spin_lock(&note_lock);
572 spin_lock(&note_lock);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
spinlock.h 64 #define spin_lock(lock) _spin_lock(lock) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
spinlock.h 64 #define spin_lock(lock) _spin_lock(lock) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
spinlock.h 64 #define spin_lock(lock) _spin_lock(lock) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
spinlock.h 64 #define spin_lock(lock) _spin_lock(lock) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
spinlock.h 64 #define spin_lock(lock) _spin_lock(lock) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
spinlock.h 64 #define spin_lock(lock) _spin_lock(lock) macro
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
spinlock.h 64 #define spin_lock(lock) _spin_lock(lock) macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
spinlock.h 64 #define spin_lock(lock) _spin_lock(lock) macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
spinlock.h 64 #define spin_lock(lock) _spin_lock(lock) macro
  /external/oprofile/module/ia64/
op_syscalls.c 123 spin_lock(&map_lock);
193 spin_lock(&map_lock);
  /external/oprofile/module/x86/
op_syscalls.c 84 spin_lock(&note_lock);
155 spin_lock(&note_lock);
  /external/e2fsprogs/lib/ext2fs/
kernel-jbd.h 884 spin_lock(&jh_splice_lock); \
  /external/grub/netboot/
tlan.c     [all...]

Completed in 624 milliseconds

1 2