Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/xen/
H A Dspinlock.c40 atomic_t *nest_cnt = this_cpu_ptr(&xen_qlock_wait_nest); in xen_qlock_wait() local
47 atomic_inc(nest_cnt); in xen_qlock_wait()
50 if (atomic_read(nest_cnt) == 1 && xen_test_irq_pending(irq)) { in xen_qlock_wait()
57 atomic_dec(nest_cnt); in xen_qlock_wait()