Searched refs:LD_WAIT_SLEEP (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/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 | rwsem.c | 339 lockdep_init_map_wait(&sem->dep_map, name, key, 0, LD_WAIT_SLEEP); in __init_rwsem()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | lockdep_types.h | 28 LD_WAIT_SLEEP, /* sleeping locks, mutex_t etc.. */ enumerator
|
| H A D | mutex.h | 128 .wait_type_inner = LD_WAIT_SLEEP, \
|
| H A D | rwsem.h | 87 .wait_type_inner = LD_WAIT_SLEEP, \
|