Searched refs:LD_WAIT_SLEEP (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | lockdep_types.h | 28 LD_WAIT_SLEEP, /* sleeping locks, mutex_t etc.. */ enumerator
|
| /linux/kernel/locking/ |
| H A D | rtmutex_api.c | 260 lockdep_init_map_wait(&lock->dep_map, name, key, 0, LD_WAIT_SLEEP); in rt_mutex_init_proxy_locked() 572 lockdep_init_map_wait(&mutex->dep_map, name, key, 0, LD_WAIT_SLEEP); in _mutex_lock_killable()
|
| H A D | mutex.c | 185 lockdep_init_map_wait(&lock->dep_map, name, key, 0, LD_WAIT_SLEEP); in mutex_init_lockdep()
|
| /linux/kernel/time/ |
| H A D | tick-common.c | 507 static DEFINE_WAIT_OVERRIDE_MAP(tick_freeze_map, LD_WAIT_SLEEP);
|