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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc.h703 struct timer_list dropped_notify_IRQ_timer; /* dropped IRQ timer */ member in struct:xpc_partition_sn2
H A Dxpc_sn2.c333 part_sn2->dropped_notify_IRQ_timer.expires = jiffies +
335 add_timer(&part_sn2->dropped_notify_IRQ_timer);
1234 timer = &part_sn2->dropped_notify_IRQ_timer;
1302 del_timer_sync(&part_sn2->dropped_notify_IRQ_timer);

Completed in 34 milliseconds