Searched refs:keep_tl (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | l1oip_core.c | 278 if (time_before(hc->keep_tl.expires, jiffies + 5 * HZ) && !hc->shutdown) in l1oip_socket_send() 279 mod_timer(&hc->keep_tl, jiffies + L1OIP_KEEPALIVE * HZ); in l1oip_socket_send() 281 hc->keep_tl.expires = jiffies + L1OIP_KEEPALIVE * HZ; in l1oip_socket_send() 824 struct l1oip *hc = from_timer(hc, t, keep_tl); in l1oip_keepalive() 1239 del_timer_sync(&hc->keep_tl); in release_card() 1424 timer_setup(&hc->keep_tl, l1oip_keepalive, 0); in init_card() 1425 hc->keep_tl.expires = jiffies + 2 * HZ; /* two seconds first time */ in init_card() 1426 add_timer(&hc->keep_tl); in init_card()
|
H A D | l1oip.h | 65 struct timer_list keep_tl; member
|
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | l1oip_core.c | 278 if (time_before(hc->keep_tl.expires, jiffies + 5 * HZ) && !hc->shutdown) in l1oip_socket_send() 279 mod_timer(&hc->keep_tl, jiffies + L1OIP_KEEPALIVE * HZ); in l1oip_socket_send() 281 hc->keep_tl.expires = jiffies + L1OIP_KEEPALIVE * HZ; in l1oip_socket_send() 824 struct l1oip *hc = from_timer(hc, t, keep_tl); in l1oip_keepalive() 1239 timer_shutdown_sync(&hc->keep_tl); in release_card() 1424 timer_setup(&hc->keep_tl, l1oip_keepalive, 0); in init_card() 1425 hc->keep_tl.expires = jiffies + 2 * HZ; /* two seconds first time */ in init_card() 1426 add_timer(&hc->keep_tl); in init_card()
|
H A D | l1oip.h | 65 struct timer_list keep_tl; member
|
Completed in 4 milliseconds