Searched refs:LD_WAIT_SLEEP (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/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 | ww_mutex.h | 160 &ww_class->mutex_key, 0, LD_WAIT_SLEEP); in ww_acquire_init()
|
| H A D | rwsem.h | 24 .wait_type_inner = LD_WAIT_SLEEP, \
|
| /linux-6.15/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() 504 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-6.15/include/linux/sched/ |
| H A D | task.h | 142 static DEFINE_WAIT_OVERRIDE_MAP(put_task_map, LD_WAIT_SLEEP); in put_task_struct()
|
| /linux-6.15/kernel/time/ |
| H A D | tick-common.c | 512 static DEFINE_WAIT_OVERRIDE_MAP(tick_freeze_map, LD_WAIT_SLEEP);
|
| /linux-6.15/mm/kasan/ |
| H A D | report.c | 387 static DEFINE_WAIT_OVERRIDE_MAP(vmalloc_map, LD_WAIT_SLEEP); in kasan_find_vm_area()
|
| /linux-6.15/lib/ |
| H A D | debugobjects.c | 723 static DEFINE_WAIT_OVERRIDE_MAP(fill_pool_map, LD_WAIT_SLEEP); in debug_objects_fill_pool()
|
| /linux-6.15/kernel/printk/ |
| H A D | printk.c | 3046 static DEFINE_WAIT_OVERRIDE_MAP(printk_legacy_map, LD_WAIT_SLEEP);
|