Searched refs:new_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.c250 int new_IRQ_count; local
285 new_IRQ_count = atomic_read(&xpc_act_IRQ_rcvd);
286 if (last_IRQ_count < new_IRQ_count || force_IRQ != 0) {
293 if (last_IRQ_count < new_IRQ_count) {
297 last_IRQ_count = new_IRQ_count;

Completed in 39 milliseconds