Home
last modified time | relevance | path

Searched refs:LD_LOCK_PERCPU (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/include/linux/
H A Dlocal_lock_internal.h29 .lock_type = LD_LOCK_PERCPU, \
80 LD_LOCK_PERCPU); \
H A Dspinlock_types_raw.h45 .lock_type = LD_LOCK_PERCPU, \
H A Dlockdep_types.h35 LD_LOCK_PERCPU, /* percpu */ enumerator
/linux-6.15/kernel/locking/
H A Dspinlock_rt.c138 u8 type = percpu ? LD_LOCK_PERCPU : LD_LOCK_NORMAL; in __rt_spin_lock_init()
H A Dlockdep.c2318 if (entry->class->lock_type == LD_LOCK_PERCPU && in usage_skip()
/linux-6.15/kernel/
H A Dsoftirq.c136 .lock_type = LD_LOCK_PERCPU,