Searched refs:hfc_tl (Results 1 – 1 of 1) sorted by relevance
47 static struct timer_list hfc_tl; variable2298 hfc_tl.expires = hfc_jiffies; in hfcpci_softirq()2299 add_timer(&hfc_tl); in hfcpci_softirq()2325 timer_setup(&hfc_tl, hfcpci_softirq, 0); in HFC_init()2326 hfc_tl.expires = jiffies + tics; in HFC_init()2327 hfc_jiffies = hfc_tl.expires; in HFC_init()2328 add_timer(&hfc_tl); in HFC_init()2334 if (timer_pending(&hfc_tl)) in HFC_init()2335 del_timer(&hfc_tl); in HFC_init()2344 if (timer_pending(&hfc_tl)) in HFC_cleanup()[all …]