Home
last modified time | relevance | path

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

/linux/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()
200 struct rqspinlock_held *rqh = this_cpu_ptr(&rqspinlock_held_locks); in res_spin_unlock()
/linux/kernel/bpf/
H A Drqspinlock.c89 DEFINE_PER_CPU_ALIGNED(struct rqspinlock_held, rqspinlock_held_locks);
101 struct rqspinlock_held *rqh = this_cpu_ptr(&rqspinlock_held_locks); in check_deadlock_AA()
122 struct rqspinlock_held *rqh = this_cpu_ptr(&rqspinlock_held_locks); in check_deadlock_ABBA()
135 struct rqspinlock_held *rqh_cpu = per_cpu_ptr(&rqspinlock_held_locks, cpu); in check_deadlock_ABBA()
674 struct rqspinlock_held *rqh = this_cpu_ptr(&rqspinlock_held_locks); in bpf_prog_report_rqspinlock_violation()
/linux/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()