Searched refs:timeout_tl (Results 1 – 2 of 2) sorted by relevance
622 if (time_before(hc->timeout_tl.expires, jiffies + 5 * HZ) || !hc->timeout_on) { in l1oip_socket_parse()624 mod_timer(&hc->timeout_tl, jiffies + L1OIP_TIMEOUT * HZ); in l1oip_socket_parse()626 hc->timeout_tl.expires = jiffies + L1OIP_TIMEOUT * HZ; in l1oip_socket_parse()1252 if (timer_pending(&hc->timeout_tl)) in release_card()1253 del_timer(&hc->timeout_tl); in release_card()1444 hc->timeout_tl.function = (void *)l1oip_timeout; in init_card()1445 hc->timeout_tl.data = (ulong)hc; in init_card()1446 init_timer(&hc->timeout_tl); in init_card()
64 struct timer_list timeout_tl; member