Home
last modified time | relevance | path

Searched defs:lock (Results 1 – 25 of 30) sorted by relevance

12

/development/ndk/platforms/android-3/include/linux/
Dspinlock_api_up.h21 #define assert_spin_locked(lock) do { (void)(lock); } while (0) argument
23 #define __LOCK(lock) do { preempt_disable(); __acquire(lock); (void)(lock); } while (0) argument
25 #define __LOCK_BH(lock) do { local_bh_disable(); __LOCK(lock); } while (0) argument
27 #define __LOCK_IRQ(lock) do { local_irq_disable(); __LOCK(lock); } while (0) argument
29 #define __LOCK_IRQSAVE(lock, flags) do { local_irq_save(flags); __LOCK(lock); } while (0) argument
31 #define __UNLOCK(lock) do { preempt_enable(); __release(lock); (void)(lock); } while (0) argument
33 #define __UNLOCK_BH(lock) do { preempt_enable_no_resched(); local_bh_enable(); __release(lock); (… argument
35 #define __UNLOCK_IRQ(lock) do { local_irq_enable(); __UNLOCK(lock); } while (0) argument
37 #define __UNLOCK_IRQRESTORE(lock, flags) do { local_irq_restore(flags); __UNLOCK(lock); } while (… argument
39 #define _spin_lock(lock) __LOCK(lock) argument
[all …]
Dspinlock.h36 #define spin_lock_init(lock) do { *(lock) = SPIN_LOCK_UNLOCKED; } while (0) argument
38 #define rwlock_init(lock) do { *(lock) = RW_LOCK_UNLOCKED; } while (0) argument
40 #define spin_is_locked(lock) __raw_spin_is_locked(&(lock)->raw_lock) argument
42 #define spin_unlock_wait(lock) __raw_spin_unlock_wait(&(lock)->raw_lock) argument
46 #define _raw_spin_lock(lock) __raw_spin_lock(&(lock)->raw_lock) argument
47 #define _raw_spin_lock_flags(lock, flags) __raw_spin_lock_flags(&(lock)->raw_lock, *(flags)) argument
48 #define _raw_spin_trylock(lock) __raw_spin_trylock(&(lock)->raw_lock) argument
49 #define _raw_spin_unlock(lock) __raw_spin_unlock(&(lock)->raw_lock) argument
60 #define spin_trylock(lock) __cond_lock(_spin_trylock(lock)) argument
61 #define read_trylock(lock) __cond_lock(_read_trylock(lock)) argument
[all …]
Dspinlock_up.h19 #define __raw_spin_is_locked(lock) ((void)(lock), 0) argument
21 #define __raw_spin_lock(lock) do { (void)(lock); } while (0) argument
22 #define __raw_spin_unlock(lock) do { (void)(lock); } while (0) argument
23 #define __raw_spin_trylock(lock) ({ (void)(lock); 1; }) argument
25 #define __raw_read_can_lock(lock) (((void)(lock), 1)) argument
26 #define __raw_write_can_lock(lock) (((void)(lock), 1)) argument
28 #define __raw_spin_unlock_wait(lock) do { cpu_relax(); } while (__raw_spin_is_locked(lock)) argument
Dseqlock.h20 spinlock_t lock; member
34 #define write_seqlock_irqsave(lock, flags) do { local_irq_save(flags); write_seqlock(lock); } whi… argument
35 #define write_seqlock_irq(lock) do { local_irq_disable(); write_seqlock(lock); } while (0) argument
36 #define write_seqlock_bh(lock) do { local_bh_disable(); write_seqlock(lock); } while (0) argument
37 #define write_sequnlock_irqrestore(lock, flags) do { write_sequnlock(lock); local_irq_restore(fla… argument
38 #define write_sequnlock_irq(lock) do { write_sequnlock(lock); local_irq_enable(); } while(0) argument
39 #define write_sequnlock_bh(lock) do { write_sequnlock(lock); local_bh_enable(); } while(0) argument
40 #define read_seqbegin_irqsave(lock, flags) ({ local_irq_save(flags); read_seqbegin(lock); }) argument
41 #define read_seqretry_irqrestore(lock, iv, flags) ({ int ret = read_seqretry(lock, iv); local… argument
Dblockgroup_lock.h21 spinlock_t lock; member
Dlockdep.h24 #define lockdep_init_map(lock, name, key) do { (void)(key); } while (0) argument
25 #define lockdep_set_class(lock, key) do { (void)(key); } while (0) argument
26 #define lockdep_set_class_and_name(lock, key, name) do { (void)(key); } while (0) argument
Dmempool.h23 spinlock_t lock; member
Dmutex.h44 #define mutex_lock_nested(lock, subclass) mutex_lock(lock) argument
Dnotifier.h25 spinlock_t lock; member
Dirq.h90 spinlock_t lock; member
Dskbuff.h51 spinlock_t lock; member
/development/ndk/platforms/android-9/arch-x86/include/asm/
Dspinlock_32.h32 #define _raw_spin_relax(lock) cpu_relax() argument
34 #define _raw_read_relax(lock) cpu_relax() argument
35 #define _raw_write_relax(lock) cpu_relax() argument
Dspinlock_types.h31 unsigned int lock; member
Dmmu.h27 struct mutex lock; member
/development/ndk/platforms/android-3/arch-arm/include/asm/
Dspinlock_types.h20 volatile unsigned int lock; member
26 volatile unsigned int lock; member
Dspinlock.h20 #define __raw_spin_unlock_wait(lock) do { while (__raw_spin_is_locked(lock)) cpu_relax(); } while… argument
22 #define __raw_spin_lock_flags(lock, flags) __raw_spin_lock(lock) argument
/development/ndk/platforms/android-3/include/linux/lockd/
Dxdr.h45 struct nlm_lock lock; member
59 struct nlm_lock lock; member
/development/ndk/platforms/android-3/include/linux/mtd/
Dblktrans.h27 struct mutex lock; member
Dflashchip.h63 spinlock_t lock; member
Dmtd.h123 int (*lock) (struct mtd_info *mtd, loff_t ofs, size_t len); member
/development/ndk/platforms/android-9/include/
Dpthread.h235 pthread_mutex_t lock; member
/development/ndk/platforms/android-L/include/linux/
Ddlm_device.h69 struct dlm_lock_params lock; member
/development/ndk/platforms/android-3/include/linux/mmc/
Dhost.h107 spinlock_t lock; member
/development/ndk/platforms/android-3/include/linux/raid/
Dmd_k.h180 #define __wait_event_lock_irq(wq, condition, lock, cmd) do { wait_queue_t __wait; init_waitque… argument
182 #define wait_event_lock_irq(wq, condition, lock, cmd) do { if (condition) break; __wait_even… argument
/development/ndk/platforms/android-3/include/linux/sunrpc/
Dsched.h144 spinlock_t lock; member

12