Home
last modified time | relevance | path

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

/linux-6.15/include/asm-generic/
H A Drqspinlock.h69 struct rqspinlock_held { struct
74 DECLARE_PER_CPU_ALIGNED(struct rqspinlock_held, rqspinlock_held_locks); argument
112 struct rqspinlock_held *rqh = this_cpu_ptr(&rqspinlock_held_locks); in release_held_lock_entry()
193 struct rqspinlock_held *rqh = this_cpu_ptr(&rqspinlock_held_locks); in res_spin_unlock()
/linux-6.15/kernel/bpf/
H A Drqspinlock.c89 DEFINE_PER_CPU_ALIGNED(struct rqspinlock_held, rqspinlock_held_locks);
102 struct rqspinlock_held *rqh = this_cpu_ptr(&rqspinlock_held_locks); in check_deadlock_AA()
124 struct rqspinlock_held *rqh = this_cpu_ptr(&rqspinlock_held_locks); in check_deadlock_ABBA()
137 struct rqspinlock_held *rqh_cpu = per_cpu_ptr(&rqspinlock_held_locks, cpu); in check_deadlock_ABBA()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dres_spin_lock.c92 _Static_assert(ARRAY_SIZE(((struct rqspinlock_held){}).locks) == 31, in res_spin_lock_test_held_lock_max()