Home
last modified time | relevance | path

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

/linux-6.15/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 Dww_mutex.h160 &ww_class->mutex_key, 0, LD_WAIT_SLEEP); in ww_acquire_init()
H A Drwsem.h24 .wait_type_inner = LD_WAIT_SLEEP, \
/linux-6.15/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()
504 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-6.15/include/linux/sched/
H A Dtask.h142 static DEFINE_WAIT_OVERRIDE_MAP(put_task_map, LD_WAIT_SLEEP); in put_task_struct()
/linux-6.15/kernel/time/
H A Dtick-common.c512 static DEFINE_WAIT_OVERRIDE_MAP(tick_freeze_map, LD_WAIT_SLEEP);
/linux-6.15/mm/kasan/
H A Dreport.c387 static DEFINE_WAIT_OVERRIDE_MAP(vmalloc_map, LD_WAIT_SLEEP); in kasan_find_vm_area()
/linux-6.15/lib/
H A Ddebugobjects.c723 static DEFINE_WAIT_OVERRIDE_MAP(fill_pool_map, LD_WAIT_SLEEP); in debug_objects_fill_pool()
/linux-6.15/kernel/printk/
H A Dprintk.c3046 static DEFINE_WAIT_OVERRIDE_MAP(printk_legacy_map, LD_WAIT_SLEEP);