Home
last modified time | relevance | path

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

/net/can/
Dbcm.c108 struct hrtimer timer, thrtimer;
373 static bool bcm_tx_set_expiry(struct bcm_op *op, struct hrtimer *hrt) in bcm_tx_set_expiry()
395 static enum hrtimer_restart bcm_tx_timeout_handler(struct hrtimer *hrtimer) in bcm_tx_timeout_handler() argument
397 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); in bcm_tx_timeout_handler()
551 static enum hrtimer_restart bcm_rx_timeout_handler(struct hrtimer *hrtimer) in bcm_rx_timeout_handler() argument
553 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); in bcm_rx_timeout_handler()
616 static enum hrtimer_restart bcm_rx_thr_handler(struct hrtimer *hrtimer) in bcm_rx_thr_handler() argument
618 struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer); in bcm_rx_thr_handler()
621 hrtimer_forward(hrtimer, ktime_get(), op->kt_ival2); in bcm_rx_thr_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.h35 struct hrtimer ac_timer;
284 struct hrtimer txtimer, rxtimer;
Dtransport.c1084 static enum hrtimer_restart j1939_tp_txtimer(struct hrtimer *hrtimer) in j1939_tp_txtimer() argument
1087 container_of(hrtimer, struct j1939_session, txtimer); in j1939_tp_txtimer()
1156 static enum hrtimer_restart j1939_tp_rxtimer(struct hrtimer *hrtimer) in j1939_tp_rxtimer() argument
1158 struct j1939_session *session = container_of(hrtimer, in j1939_tp_rxtimer()
/net/ipv4/
Dtcp_timer.c737 static enum hrtimer_restart tcp_compressed_ack_kick(struct hrtimer *timer) in tcp_compressed_ack_kick()
Dtcp_output.c971 enum hrtimer_restart tcp_pace_kick(struct hrtimer *timer) in tcp_pace_kick()
/net/sched/
Dsch_taprio.c76 struct hrtimer advance_timer;
683 static enum hrtimer_restart advance_sched(struct hrtimer *timer) in advance_sched()
Dsch_cbq.c152 struct hrtimer delay_timer;
479 static enum hrtimer_restart cbq_undelay(struct hrtimer *timer) in cbq_undelay()
Dsch_api.c594 static enum hrtimer_restart qdisc_watchdog(struct hrtimer *timer) in qdisc_watchdog()
/net/xfrm/
Dxfrm_state.c521 static enum hrtimer_restart xfrm_timer_handler(struct hrtimer *me) in xfrm_timer_handler()
/net/core/
Ddev.c6199 static enum hrtimer_restart napi_watchdog(struct hrtimer *timer) in napi_watchdog()