Home
last modified time | relevance | path

Searched refs:hrtimer (Results 1 – 15 of 15) sorted by relevance

/net/can/
Dbcm.c109 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()
Disotp.c144 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/
Dieee802154_i.h49 struct hrtimer ifs_timer;
129 enum hrtimer_restart ieee802154_xmit_ifs_timer(struct hrtimer *timer);
Dutil.c48 enum hrtimer_restart ieee802154_xmit_ifs_timer(struct hrtimer *timer) in ieee802154_xmit_ifs_timer()
/net/can/j1939/
Dbus.c127 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()
Dj1939-priv.h38 struct hrtimer ac_timer;
288 struct hrtimer txtimer, rxtimer;
Dtransport.c1149 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/
Dtcp_timer.c782 static enum hrtimer_restart tcp_compressed_ack_kick(struct hrtimer *timer) in tcp_compressed_ack_kick()
Dtcp_output.c1185 enum hrtimer_restart tcp_pace_kick(struct hrtimer *timer) in tcp_pace_kick()
/net/sched/
Dact_gate.c68 static enum hrtimer_restart gate_timer_func(struct hrtimer *timer) in gate_timer_func()
Dsch_cbq.c152 struct hrtimer delay_timer;
479 static enum hrtimer_restart cbq_undelay(struct hrtimer *timer) in cbq_undelay()
Dsch_taprio.c79 struct hrtimer advance_timer;
707 static enum hrtimer_restart advance_sched(struct hrtimer *timer) in advance_sched()
Dsch_api.c604 static enum hrtimer_restart qdisc_watchdog(struct hrtimer *timer) in qdisc_watchdog()
/net/xfrm/
Dxfrm_state.c541 static enum hrtimer_restart xfrm_timer_handler(struct hrtimer *me) in xfrm_timer_handler()
/net/core/
Ddev.c6846 static enum hrtimer_restart napi_watchdog(struct hrtimer *timer) in napi_watchdog()