Searched refs:hrtimer (Results 1 – 13 of 13) sorted by relevance
/net/can/ |
D | bcm.c | 108 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/ |
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 | 35 struct hrtimer ac_timer; 284 struct hrtimer txtimer, rxtimer;
|
D | transport.c | 1084 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/ |
D | tcp_timer.c | 737 static enum hrtimer_restart tcp_compressed_ack_kick(struct hrtimer *timer) in tcp_compressed_ack_kick()
|
D | tcp_output.c | 971 enum hrtimer_restart tcp_pace_kick(struct hrtimer *timer) in tcp_pace_kick()
|
/net/sched/ |
D | sch_taprio.c | 76 struct hrtimer advance_timer; 683 static enum hrtimer_restart advance_sched(struct hrtimer *timer) in advance_sched()
|
D | sch_cbq.c | 152 struct hrtimer delay_timer; 479 static enum hrtimer_restart cbq_undelay(struct hrtimer *timer) in cbq_undelay()
|
D | sch_api.c | 594 static enum hrtimer_restart qdisc_watchdog(struct hrtimer *timer) in qdisc_watchdog()
|
/net/xfrm/ |
D | xfrm_state.c | 521 static enum hrtimer_restart xfrm_timer_handler(struct hrtimer *me) in xfrm_timer_handler()
|
/net/core/ |
D | dev.c | 6199 static enum hrtimer_restart napi_watchdog(struct hrtimer *timer) in napi_watchdog()
|