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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dxpc_main.c249 int last_IRQ_count = 0; local
267 atomic_read(&xpc_act_IRQ_rcvd) - last_IRQ_count);
286 if (last_IRQ_count < new_IRQ_count || force_IRQ != 0) {
292 last_IRQ_count += xpc_identify_act_IRQ_sender();
293 if (last_IRQ_count < new_IRQ_count) {
297 last_IRQ_count = new_IRQ_count;
305 (last_IRQ_count < atomic_read(&xpc_act_IRQ_rcvd) ||

Completed in 41 milliseconds