Home
last modified time | relevance | path

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

/openbmc/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_types_raw.h33 .wait_type_inner = LD_WAIT_SPIN, \
H A Dspinlock.h108 __raw_spin_lock_init((lock), #lock, &__key, LD_WAIT_SPIN); \
/openbmc/linux/kernel/rcu/
H A Dupdate.c307 .wait_type_inner = LD_WAIT_SPIN,
/openbmc/linux/kernel/locking/
H A Dlockdep.c4712 return LD_WAIT_SPIN; in task_wait_context()