Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dlockdep_types.h21 LD_WAIT_SPIN, /* spin loops, raw_spinlock_t etc.. */ enumerator
26 LD_WAIT_CONFIG = LD_WAIT_SPIN,
H A Dspinlock.h109 __raw_spin_lock_init((lock), #lock, &__key, LD_WAIT_SPIN); \
/linux/kernel/locking/
H A Dlockdep.c4833 return LD_WAIT_SPIN; in task_wait_context()