Searched refs:LD_WAIT_SLEEP (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/include/linux/ |
D | lockdep_types.h | 28 LD_WAIT_SLEEP, /* sleeping locks, mutex_t etc.. */ enumerator
|
D | rtmutex.h | 83 .wait_type_inner = LD_WAIT_SLEEP, \
|
D | mutex.h | 27 .wait_type_inner = LD_WAIT_SLEEP, \
|
D | rwsem.h | 23 .wait_type_inner = LD_WAIT_SLEEP, \
|
/Linux-v6.1/kernel/locking/ |
D | mutex-debug.c | 87 lockdep_init_map_wait(&lock->dep_map, name, key, 0, LD_WAIT_SLEEP); in debug_mutex_init()
|
D | rtmutex_api.c | 218 lockdep_init_map_wait(&lock->dep_map, name, key, 0, LD_WAIT_SLEEP); in __rt_mutex_init() 498 lockdep_init_map_wait(&mutex->dep_map, name, key, 0, LD_WAIT_SLEEP); in __mutex_rt_init()
|
D | rwsem.c | 321 lockdep_init_map_wait(&sem->dep_map, name, key, 0, LD_WAIT_SLEEP); in __init_rwsem() 1431 lockdep_init_map_wait(&sem->dep_map, name, key, 0, LD_WAIT_SLEEP); in __init_rwsem()
|