Home
last modified time | relevance | path

Searched refs:LD_WAIT_SLEEP (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dlockdep_types.h28 LD_WAIT_SLEEP, /* sleeping locks, mutex_t etc.. */ enumerator
/linux/kernel/time/
H A Dtick-common.c507 static DEFINE_WAIT_OVERRIDE_MAP(tick_freeze_map, LD_WAIT_SLEEP);
/linux/kernel/locking/
H A Dmutex.c185 lockdep_init_map_wait(&lock->dep_map, name, key, 0, LD_WAIT_SLEEP); in mutex_init_lockdep()