Home
last modified time | relevance | path

Searched refs:last_poll (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/wan/
Dhdlc_cisco.c56 unsigned long last_poll; member
225 st->last_poll = jiffies; in cisco_rx()
264 time_after(jiffies, st->last_poll + st->settings.timeout * HZ)) { in cisco_timer()
Dhdlc_fr.c141 unsigned long last_poll; member
608 time_before(jiffies, state(hdlc)->last_poll + in fr_timer()
640 state(hdlc)->last_poll = jiffies; in fr_timer()
733 state(hdlc)->last_poll = jiffies; in fr_lmi_recv()
/Linux-v5.4/drivers/siox/
Dsiox.h33 unsigned long last_poll; member
Dsiox-core.c135 smaster->last_poll = jiffies; in siox_poll()
295 smaster->last_poll + smaster->poll_interval; in siox_poll_thread()
300 (jiffies - smaster->last_poll); in siox_poll_thread()
721 smaster->last_poll = jiffies; in siox_master_register()