Searched refs:wait_type_inner (Results 1 – 9 of 9) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | spinlock_types.h | 39 .wait_type_inner = LD_WAIT_SPIN, \ 44 .wait_type_inner = LD_WAIT_CONFIG, \
|
| D | lockdep_types.h | 128 u8 wait_type_inner; member 181 u8 wait_type_inner; /* presents this context */ member
|
| D | rwlock_types.h | 28 .wait_type_inner = LD_WAIT_CONFIG, \
|
| D | lockdep.h | 219 (lock)->dep_map.wait_type_inner, \ 225 (lock)->dep_map.wait_type_inner, \ 231 (lock)->dep_map.wait_type_inner, \ 237 (lock)->dep_map.wait_type_inner, \
|
| D | local_lock_internal.h | 20 .wait_type_inner = LD_WAIT_CONFIG, \
|
| D | mutex.h | 126 .wait_type_inner = LD_WAIT_SLEEP, \
|
| D | rwsem.h | 71 .wait_type_inner = LD_WAIT_SLEEP, \
|
| /kernel/linux/linux-5.10/kernel/rcu/ |
| D | update.c | 248 .wait_type_inner = LD_WAIT_CONFIG, /* XXX PREEMPT_RCU ? */ 257 .wait_type_inner = LD_WAIT_CONFIG, /* PREEMPT_LOCK also makes BH preemptible */ 266 .wait_type_inner = LD_WAIT_SPIN,
|
| /kernel/linux/linux-5.10/kernel/locking/ |
| D | lockdep.c | 707 class->wait_type_outer ?: class->wait_type_inner, in print_lock_name() 708 class->wait_type_inner); in print_lock_name() 1293 class->wait_type_inner = lock->wait_type_inner; in register_lock_class() 4627 u8 next_inner = hlock_class(next)->wait_type_inner; in check_wait_context() 4652 u8 prev_inner = hlock_class(prev)->wait_type_inner; in check_wait_context() 4725 lock->wait_type_inner = inner; in lockdep_init_map_type() 5143 lock->wait_type_inner, in __lock_set_class()
|