Home
last modified time | relevance | path

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

/include/asm-generic/
A Drqspinlock.h112 struct rqspinlock_held *rqh = this_cpu_ptr(&rqspinlock_held_locks); in release_held_lock_entry() local
114 if (unlikely(rqh->cnt > RES_NR_HELD)) in release_held_lock_entry()
116 WRITE_ONCE(rqh->locks[rqh->cnt - 1], NULL); in release_held_lock_entry()
193 struct rqspinlock_held *rqh = this_cpu_ptr(&rqspinlock_held_locks); in res_spin_unlock() local
195 if (unlikely(rqh->cnt > RES_NR_HELD)) in res_spin_unlock()
197 WRITE_ONCE(rqh->locks[rqh->cnt - 1], NULL); in res_spin_unlock()

Completed in 5 milliseconds