Searched refs:wait_type_inner (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
H A D | spinlock_types_raw.h | 33 .wait_type_inner = LD_WAIT_SPIN, \ 38 .wait_type_inner = LD_WAIT_CONFIG, \ 44 .wait_type_inner = LD_WAIT_CONFIG, \
|
H A D | lockdep_types.h | 138 u8 wait_type_inner; member 191 u8 wait_type_inner; /* presents this context */ member
|
H A D | rwlock_types.h | 12 .wait_type_inner = LD_WAIT_CONFIG, \
|
H A D | rtmutex.h | 83 .wait_type_inner = LD_WAIT_SLEEP, \
|
H A D | local_lock_internal.h | 22 .wait_type_inner = LD_WAIT_CONFIG, \
|
H A D | mutex.h | 31 .wait_type_inner = LD_WAIT_SLEEP, \
|
H A D | rwsem.h | 24 .wait_type_inner = LD_WAIT_SLEEP, \
|
/linux/kernel/rcu/ |
H A D | update.c | 290 .wait_type_inner = LD_WAIT_CONFIG, /* PREEMPT_RT implies PREEMPT_RCU */ 299 .wait_type_inner = LD_WAIT_CONFIG, /* PREEMPT_RT makes BH preemptible. */ 308 .wait_type_inner = LD_WAIT_SPIN,
|