Home
last modified time | relevance | path

Searched defs:lockname (Results 1 – 9 of 9) sorted by relevance

/include/linux/
Dspinlock_types_raw.h30 # define RAW_SPIN_DEP_MAP_INIT(lockname) \ argument
35 # define SPIN_DEP_MAP_INIT(lockname) \ argument
41 # define LOCAL_SPIN_DEP_MAP_INIT(lockname) \ argument
48 # define RAW_SPIN_DEP_MAP_INIT(lockname) argument
49 # define SPIN_DEP_MAP_INIT(lockname) argument
50 # define LOCAL_SPIN_DEP_MAP_INIT(lockname) argument
54 # define SPIN_DEBUG_INIT(lockname) \ argument
59 # define SPIN_DEBUG_INIT(lockname) argument
62 #define __RAW_SPIN_LOCK_INITIALIZER(lockname) \ argument
68 #define __RAW_SPIN_LOCK_UNLOCKED(lockname) \ argument
Drwsem.h21 # define __RWSEM_DEP_MAP_INIT(lockname) \ argument
27 # define __RWSEM_DEP_MAP_INIT(lockname) argument
94 # define __RWSEM_DEBUG_INIT(lockname) .magic = &lockname, argument
96 # define __RWSEM_DEBUG_INIT(lockname) argument
100 #define __RWSEM_OPT_INIT(lockname) .osq = OSQ_LOCK_UNLOCKED, argument
102 #define __RWSEM_OPT_INIT(lockname) argument
155 #define DECLARE_RWSEM(lockname) \ argument
Drwlock_types.h9 # define RW_DEP_MAP_INIT(lockname) \ argument
15 # define RW_DEP_MAP_INIT(lockname) argument
39 #define __RW_LOCK_UNLOCKED(lockname) \ argument
46 #define __RW_LOCK_UNLOCKED(lockname) \ argument
Dmutex.h28 # define __DEP_MAP_MUTEX_INITIALIZER(lockname) \ argument
34 # define __DEP_MAP_MUTEX_INITIALIZER(lockname) argument
39 # define __DEBUG_MUTEX_INITIALIZER(lockname) \ argument
46 # define __DEBUG_MUTEX_INITIALIZER(lockname) argument
79 #define __MUTEX_INITIALIZER(lockname) \ argument
Dspinlock_types.h31 #define ___SPIN_LOCK_INITIALIZER(lockname) \ argument
37 #define __SPIN_LOCK_INITIALIZER(lockname) \ argument
40 #define __SPIN_LOCK_UNLOCKED(lockname) \ argument
Dlocal_lock_internal.h19 # define LOCAL_LOCK_DEBUG_INIT(lockname) \ argument
46 # define LOCAL_LOCK_DEBUG_INIT(lockname) argument
52 #define INIT_LOCAL_LOCK(lockname) { LOCAL_LOCK_DEBUG_INIT(lockname) } argument
129 #define INIT_LOCAL_LOCK(lockname) __LOCAL_SPIN_LOCK_UNLOCKED((lockname)) argument
Dpercpu-rwsem.h28 #define __PERCPU_RWSEM_DEP_MAP_INIT(lockname) .dep_map = { .name = #lockname }, argument
30 #define __PERCPU_RWSEM_DEP_MAP_INIT(lockname) argument
Dseqlock.h53 # define SEQCOUNT_DEP_MAP_INIT(lockname) \ argument
78 # define SEQCOUNT_DEP_MAP_INIT(lockname) argument
123 #define seqcount_LOCKNAME_init(s, _lock, lockname) \ argument
144 #define SEQCOUNT_LOCKNAME(lockname, locktype, preemptible, lockbase) \ argument
249 #define __seqprop_case(s, lockname, prop) \ argument
805 #define __SEQLOCK_UNLOCKED(lockname) \ argument
Dseqlock_types.h62 #define SEQCOUNT_LOCKNAME(lockname, locktype, preemptible, lockbase) \ argument