Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/sgi-xp/
Dxpc_sn2.c333 part_sn2->dropped_notify_IRQ_timer.expires = jiffies + in xpc_check_for_dropped_notify_IRQ_sn2()
335 add_timer(&part_sn2->dropped_notify_IRQ_timer); in xpc_check_for_dropped_notify_IRQ_sn2()
1234 timer = &part_sn2->dropped_notify_IRQ_timer; in xpc_setup_ch_structures_sn2()
1302 del_timer_sync(&part_sn2->dropped_notify_IRQ_timer); in xpc_teardown_ch_structures_sn2()
Dxpc.h703 struct timer_list dropped_notify_IRQ_timer; /* dropped IRQ timer */ member