Searched refs:LD_WAIT_SLEEP (Results 1 – 3 of 3) 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() 574 lockdep_init_map_wait(&mutex->dep_map, name, key, 0, LD_WAIT_SLEEP); in mutex_rt_init_lockdep()
|
| /linux/kernel/time/ |
| H A D | tick-common.c | 507 static DEFINE_WAIT_OVERRIDE_MAP(tick_freeze_map, LD_WAIT_SLEEP);
|