Home
last modified time | relevance | path

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

/linux/drivers/isdn/mISDN/
H A Dl1oip.h66 struct timer_list timeout_tl; member
H A Dl1oip_core.c605 if ((time_before(hc->timeout_tl.expires, jiffies + 5 * HZ) || in l1oip_socket_parse()
609 mod_timer(&hc->timeout_tl, jiffies + L1OIP_TIMEOUT * HZ); in l1oip_socket_parse()
611 hc->timeout_tl.expires = jiffies + L1OIP_TIMEOUT * HZ; in l1oip_socket_parse()
834 timeout_tl); in l1oip_timeout()
1241 timer_shutdown_sync(&hc->timeout_tl); in release_card()
1429 timer_setup(&hc->timeout_tl, l1oip_timeout, 0); in init_card()