Searched refs:last_poll (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/siox/ |
H A D | siox.h | 33 unsigned long last_poll; member
|
H A D | siox-core.c | 135 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()
|
/kernel/linux/linux-6.6/drivers/siox/ |
H A D | siox.h | 33 unsigned long last_poll; member
|
H A D | siox-core.c | 135 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() 725 smaster->last_poll = jiffies; in siox_master_register()
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | hdlc_cisco.c | 56 unsigned long last_poll; member 226 st->last_poll = jiffies; in cisco_rx() 265 time_after(jiffies, st->last_poll + st->settings.timeout * HZ)) { in cisco_timer()
|
H A D | hdlc_fr.c | 141 unsigned long last_poll; member 617 time_before(jiffies, state(hdlc)->last_poll + in fr_timer() 649 state(hdlc)->last_poll = jiffies; in fr_timer() 742 state(hdlc)->last_poll = jiffies; in fr_lmi_recv()
|
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | hdlc_cisco.c | 53 unsigned long last_poll; member 214 st->last_poll = jiffies; in cisco_rx() 252 time_after(jiffies, st->last_poll + st->settings.timeout * HZ)) { in cisco_timer()
|
H A D | hdlc_fr.c | 138 unsigned long last_poll; member 592 time_before(jiffies, state(hdlc)->last_poll + in fr_timer() 624 state(hdlc)->last_poll = jiffies; in fr_timer() 717 state(hdlc)->last_poll = jiffies; in fr_lmi_recv()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | cq.c | 348 qp->sq.last_poll = tail; in handle_atomics() 406 idx = (is_send) ? wq->last_poll : wq->tail; in sw_comp() 413 wq->last_poll = wq->w_list[idx].next; in sw_comp() 500 handle_atomics(*cur_qp, cqe64, wq->last_poll, idx); in mlx5_poll_one()
|
H A D | mlx5_ib.h | 284 u16 last_poll; member
|
H A D | qp.c | 4090 qp->sq.last_poll = 0; in __mlx5_ib_modify_qp()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | cq.c | 354 qp->sq.last_poll = tail; in handle_atomics() 412 idx = (is_send) ? wq->last_poll : wq->tail; in sw_comp() 419 wq->last_poll = wq->w_list[idx].next; in sw_comp() 506 handle_atomics(*cur_qp, cqe64, wq->last_poll, idx); in mlx5_poll_one()
|
H A D | mlx5_ib.h | 375 u16 last_poll; member
|
H A D | qp.c | 4422 qp->sq.last_poll = 0; in __mlx5_ib_modify_qp()
|
Completed in 30 milliseconds