Home
last modified time | relevance | path

Searched refs:LD_WAIT_SLEEP (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/
H A Drtmutex.h83 .wait_type_inner = LD_WAIT_SLEEP, \
H A Dlockdep_types.h28 LD_WAIT_SLEEP, /* sleeping locks, mutex_t etc.. */ enumerator
H A Dmutex.h31 .wait_type_inner = LD_WAIT_SLEEP, \
H A Drwsem.h24 .wait_type_inner = LD_WAIT_SLEEP, \
/linux/kernel/locking/
H A Dmutex-debug.c88 lockdep_init_map_wait(&lock->dep_map, name, key, 0, LD_WAIT_SLEEP); in debug_mutex_init()
H A Drtmutex_api.c218 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 Drwsem.c316 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 Dtask.h141 static DEFINE_WAIT_OVERRIDE_MAP(put_task_map, LD_WAIT_SLEEP); in put_task_struct()
/linux/lib/
H A Ddebugobjects.c613 static DEFINE_WAIT_OVERRIDE_MAP(fill_pool_map, LD_WAIT_SLEEP); in debug_objects_fill_pool()
/linux/kernel/printk/
H A Dprintk.c3000 static DEFINE_WAIT_OVERRIDE_MAP(printk_legacy_map, LD_WAIT_SLEEP);