Home
last modified time | relevance | path

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

/net/can/
A Dbcm.c112 struct hrtimer timer, thrtimer;
427 static bool bcm_tx_set_expiry(struct bcm_op *op, struct hrtimer *hrt) in bcm_tx_set_expiry()
449 static enum hrtimer_restart bcm_tx_timeout_handler(struct hrtimer *hrtimer) in bcm_tx_timeout_handler() argument
451 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); in bcm_tx_timeout_handler()
611 static enum hrtimer_restart bcm_rx_timeout_handler(struct hrtimer *hrtimer) in bcm_rx_timeout_handler() argument
613 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); in bcm_rx_timeout_handler()
677 static enum hrtimer_restart bcm_rx_thr_handler(struct hrtimer *hrtimer) in bcm_rx_thr_handler() argument
679 struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer); in bcm_rx_thr_handler()
682 hrtimer_forward_now(hrtimer, op->kt_ival2); in bcm_rx_thr_handler()
A Disotp.c158 struct hrtimer rxtimer, txtimer, txfrtimer;
192 static enum hrtimer_restart isotp_rx_timer_handler(struct hrtimer *hrtimer) in isotp_rx_timer_handler() argument
194 struct isotp_sock *so = container_of(hrtimer, struct isotp_sock, in isotp_rx_timer_handler()
898 static enum hrtimer_restart isotp_tx_timer_handler(struct hrtimer *hrtimer) in isotp_tx_timer_handler() argument
900 struct isotp_sock *so = container_of(hrtimer, struct isotp_sock, in isotp_tx_timer_handler()
922 static enum hrtimer_restart isotp_txfr_timer_handler(struct hrtimer *hrtimer) in isotp_txfr_timer_handler() argument
924 struct isotp_sock *so = container_of(hrtimer, struct isotp_sock, in isotp_txfr_timer_handler()
/net/can/j1939/
A 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()
A Dj1939-priv.h38 struct hrtimer ac_timer;
288 struct hrtimer txtimer, rxtimer;
A Dtransport.c1150 static enum hrtimer_restart j1939_tp_txtimer(struct hrtimer *hrtimer) in j1939_tp_txtimer() argument
1153 container_of(hrtimer, struct j1939_session, txtimer); in j1939_tp_txtimer()
1226 static enum hrtimer_restart j1939_tp_rxtimer(struct hrtimer *hrtimer) in j1939_tp_rxtimer() argument
1228 struct j1939_session *session = container_of(hrtimer, in j1939_tp_rxtimer()
/net/mac802154/
A Dieee802154_i.h57 struct hrtimer ifs_timer;
204 enum hrtimer_restart ieee802154_xmit_ifs_timer(struct hrtimer *timer);
A Dutil.c101 enum hrtimer_restart ieee802154_xmit_ifs_timer(struct hrtimer *timer) in ieee802154_xmit_ifs_timer()
/net/xfrm/
A Dxfrm_iptfs.c159 struct hrtimer iptfs_timer; /* output timer */
169 struct hrtimer drop_timer;
180 static enum hrtimer_restart iptfs_delay_timer(struct hrtimer *me);
181 static enum hrtimer_restart iptfs_drop_timer(struct hrtimer *me);
1654 static enum hrtimer_restart iptfs_drop_timer(struct hrtimer *me) in iptfs_drop_timer()
2305 static enum hrtimer_restart iptfs_delay_timer(struct hrtimer *me) in iptfs_delay_timer()
A Dxfrm_state.c637 static enum hrtimer_restart xfrm_timer_handler(struct hrtimer *me) in xfrm_timer_handler()
/net/sched/
A Dsch_dualpi2.c84 struct hrtimer pi2_timer; /* prob update timer */
709 static enum hrtimer_restart dualpi2_timer(struct hrtimer *timer) in dualpi2_timer()
A Dact_gate.c68 static enum hrtimer_restart gate_timer_func(struct hrtimer *timer) in gate_timer_func()
A Dsch_taprio.c106 struct hrtimer advance_timer;
917 static enum hrtimer_restart advance_sched(struct hrtimer *timer) in advance_sched()
A Dsch_api.c604 static enum hrtimer_restart qdisc_watchdog(struct hrtimer *timer) in qdisc_watchdog()
/net/ipv4/
A Dtcp_timer.c867 static enum hrtimer_restart tcp_compressed_ack_kick(struct hrtimer *timer) in tcp_compressed_ack_kick()
A Dtcp_output.c1248 enum hrtimer_restart tcp_pace_kick(struct hrtimer *timer) in tcp_pace_kick()
/net/core/
A Ddev.c6911 static enum hrtimer_restart napi_watchdog(struct hrtimer *timer) in napi_watchdog()

Completed in 88 milliseconds