Searched refs:LD_WAIT_SLEEP (Results 1 – 10 of 10) sorted by relevance
/linux/include/linux/ |
H A D | rtmutex.h | 83 .wait_type_inner = LD_WAIT_SLEEP, \
|
H A D | lockdep_types.h | 28 LD_WAIT_SLEEP, /* sleeping locks, mutex_t etc.. */ enumerator
|
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/locking/ |
H A D | mutex-debug.c | 88 lockdep_init_map_wait(&lock->dep_map, name, key, 0, LD_WAIT_SLEEP); in debug_mutex_init()
|
H A 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()
|
H A D | rwsem.c | 316 lockdep_init_map_wait(&sem->dep_map, name, key, 0, LD_WAIT_SLEEP); in __init_rwsem() 1446 lockdep_init_map_wait(&sem->dep_map, name, key, 0, LD_WAIT_SLEEP); in __init_rwsem()
|
/linux/include/linux/sched/ |
H A D | task.h | 141 static DEFINE_WAIT_OVERRIDE_MAP(put_task_map, LD_WAIT_SLEEP); in put_task_struct()
|
/linux/lib/ |
H A D | debugobjects.c | 613 static DEFINE_WAIT_OVERRIDE_MAP(fill_pool_map, LD_WAIT_SLEEP); in debug_objects_fill_pool()
|
/linux/kernel/printk/ |
H A D | printk.c | 3000 static DEFINE_WAIT_OVERRIDE_MAP(printk_legacy_map, LD_WAIT_SLEEP);
|