Home
last modified time | relevance | path

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

/linux-6.1.9/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.h107 __raw_spin_lock_init((lock), #lock, &__key, LD_WAIT_SPIN); \
/linux-6.1.9/kernel/rcu/
Dupdate.c268 .wait_type_inner = LD_WAIT_SPIN,
/linux-6.1.9/kernel/locking/
Dlockdep.c4668 return LD_WAIT_SPIN; in task_wait_context()