Searched refs:LD_WAIT_SLEEP (Results 1 - 9 of 9) sorted by relevance

/linux-master/kernel/locking/
H A Dmutex-debug.c87 lockdep_init_map_wait(&lock->dep_map, name, key, 0, LD_WAIT_SLEEP);
H A Drtmutex_api.c218 lockdep_init_map_wait(&lock->dep_map, name, key, 0, LD_WAIT_SLEEP);
498 lockdep_init_map_wait(&mutex->dep_map, name, key, 0, LD_WAIT_SLEEP);
H A Drwsem.c318 lockdep_init_map_wait(&sem->dep_map, name, key, 0, LD_WAIT_SLEEP);
1448 lockdep_init_map_wait(&sem->dep_map, name, key, 0, LD_WAIT_SLEEP);
/linux-master/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 in enum:lockdep_wait_type
H A Dmutex.h29 .wait_type_inner = LD_WAIT_SLEEP, \
H A Drwsem.h24 .wait_type_inner = LD_WAIT_SLEEP, \
/linux-master/include/linux/sched/
H A Dtask.h135 static DEFINE_WAIT_OVERRIDE_MAP(put_task_map, LD_WAIT_SLEEP);
/linux-master/lib/
H A Ddebugobjects.c613 static DEFINE_WAIT_OVERRIDE_MAP(fill_pool_map, LD_WAIT_SLEEP);

Completed in 138 milliseconds