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

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

Completed in 117 milliseconds