Searched refs:nest_cnt (Results 1 – 1 of 1) sorted by relevance
40 atomic_t *nest_cnt = this_cpu_ptr(&xen_qlock_wait_nest); in xen_qlock_wait() local47 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()