Searched refs:hrtimer (Results 1 – 15 of 15) sorted by relevance
/net/can/ |
D | bcm.c | 109 struct hrtimer timer, thrtimer; 379 static bool bcm_tx_set_expiry(struct bcm_op *op, struct hrtimer *hrt) in bcm_tx_set_expiry() 401 static enum hrtimer_restart bcm_tx_timeout_handler(struct hrtimer *hrtimer) in bcm_tx_timeout_handler() argument 403 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); in bcm_tx_timeout_handler() 559 static enum hrtimer_restart bcm_rx_timeout_handler(struct hrtimer *hrtimer) in bcm_rx_timeout_handler() argument 561 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); in bcm_rx_timeout_handler() 625 static enum hrtimer_restart bcm_rx_thr_handler(struct hrtimer *hrtimer) in bcm_rx_thr_handler() argument 627 struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer); in bcm_rx_thr_handler() 630 hrtimer_forward(hrtimer, ktime_get(), op->kt_ival2); in bcm_rx_thr_handler()
|
D | isotp.c | 144 struct hrtimer rxtimer, txtimer, txfrtimer; 178 static enum hrtimer_restart isotp_rx_timer_handler(struct hrtimer *hrtimer) in isotp_rx_timer_handler() argument 180 struct isotp_sock *so = container_of(hrtimer, struct isotp_sock, in isotp_rx_timer_handler() 872 static enum hrtimer_restart isotp_tx_timer_handler(struct hrtimer *hrtimer) in isotp_tx_timer_handler() argument 874 struct isotp_sock *so = container_of(hrtimer, struct isotp_sock, in isotp_tx_timer_handler() 896 static enum hrtimer_restart isotp_txfr_timer_handler(struct hrtimer *hrtimer) in isotp_txfr_timer_handler() argument 898 struct isotp_sock *so = container_of(hrtimer, struct isotp_sock, in isotp_txfr_timer_handler()
|
/net/mac802154/ |
D | ieee802154_i.h | 49 struct hrtimer ifs_timer; 129 enum hrtimer_restart ieee802154_xmit_ifs_timer(struct hrtimer *timer);
|
D | util.c | 48 enum hrtimer_restart ieee802154_xmit_ifs_timer(struct hrtimer *timer) in ieee802154_xmit_ifs_timer()
|
/net/can/j1939/ |
D | bus.c | 127 static enum hrtimer_restart j1939_ecu_timer_handler(struct hrtimer *hrtimer) in j1939_ecu_timer_handler() argument 130 container_of(hrtimer, struct j1939_ecu, ac_timer); in j1939_ecu_timer_handler()
|
D | j1939-priv.h | 38 struct hrtimer ac_timer; 288 struct hrtimer txtimer, rxtimer;
|
D | transport.c | 1149 static enum hrtimer_restart j1939_tp_txtimer(struct hrtimer *hrtimer) in j1939_tp_txtimer() argument 1152 container_of(hrtimer, struct j1939_session, txtimer); in j1939_tp_txtimer() 1225 static enum hrtimer_restart j1939_tp_rxtimer(struct hrtimer *hrtimer) in j1939_tp_rxtimer() argument 1227 struct j1939_session *session = container_of(hrtimer, in j1939_tp_rxtimer()
|
/net/ipv4/ |
D | tcp_timer.c | 782 static enum hrtimer_restart tcp_compressed_ack_kick(struct hrtimer *timer) in tcp_compressed_ack_kick()
|
D | tcp_output.c | 1185 enum hrtimer_restart tcp_pace_kick(struct hrtimer *timer) in tcp_pace_kick()
|
/net/sched/ |
D | act_gate.c | 68 static enum hrtimer_restart gate_timer_func(struct hrtimer *timer) in gate_timer_func()
|
D | sch_cbq.c | 152 struct hrtimer delay_timer; 479 static enum hrtimer_restart cbq_undelay(struct hrtimer *timer) in cbq_undelay()
|
D | sch_taprio.c | 79 struct hrtimer advance_timer; 707 static enum hrtimer_restart advance_sched(struct hrtimer *timer) in advance_sched()
|
D | sch_api.c | 604 static enum hrtimer_restart qdisc_watchdog(struct hrtimer *timer) in qdisc_watchdog()
|
/net/xfrm/ |
D | xfrm_state.c | 541 static enum hrtimer_restart xfrm_timer_handler(struct hrtimer *me) in xfrm_timer_handler()
|
/net/core/ |
D | dev.c | 6846 static enum hrtimer_restart napi_watchdog(struct hrtimer *timer) in napi_watchdog()
|