Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dlockdep_types.h21 LD_WAIT_SPIN, /* spin loops, raw_spinlock_t etc.. */ enumerator
26 LD_WAIT_CONFIG = LD_WAIT_SPIN,
Dspinlock_types_raw.h33 .wait_type_inner = LD_WAIT_SPIN, \
Dspinlock.h108 __raw_spin_lock_init((lock), #lock, &__key, LD_WAIT_SPIN); \
/linux-6.6.21/kernel/rcu/
Dupdate.c307 .wait_type_inner = LD_WAIT_SPIN,
/linux-6.6.21/kernel/locking/
Dlockdep.c4712 return LD_WAIT_SPIN; in task_wait_context()