Searched refs:hrtimer (Results 1 – 16 of 16) sorted by relevance
| /net/can/ |
| A D | bcm.c | 112 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 D | isotp.c | 158 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 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()
|
| A D | j1939-priv.h | 38 struct hrtimer ac_timer; 288 struct hrtimer txtimer, rxtimer;
|
| A D | transport.c | 1150 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 D | ieee802154_i.h | 57 struct hrtimer ifs_timer; 204 enum hrtimer_restart ieee802154_xmit_ifs_timer(struct hrtimer *timer);
|
| A D | util.c | 101 enum hrtimer_restart ieee802154_xmit_ifs_timer(struct hrtimer *timer) in ieee802154_xmit_ifs_timer()
|
| /net/xfrm/ |
| A D | xfrm_iptfs.c | 159 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 D | xfrm_state.c | 637 static enum hrtimer_restart xfrm_timer_handler(struct hrtimer *me) in xfrm_timer_handler()
|
| /net/sched/ |
| A D | sch_dualpi2.c | 84 struct hrtimer pi2_timer; /* prob update timer */ 709 static enum hrtimer_restart dualpi2_timer(struct hrtimer *timer) in dualpi2_timer()
|
| A D | act_gate.c | 68 static enum hrtimer_restart gate_timer_func(struct hrtimer *timer) in gate_timer_func()
|
| A D | sch_taprio.c | 106 struct hrtimer advance_timer; 917 static enum hrtimer_restart advance_sched(struct hrtimer *timer) in advance_sched()
|
| A D | sch_api.c | 604 static enum hrtimer_restart qdisc_watchdog(struct hrtimer *timer) in qdisc_watchdog()
|
| /net/ipv4/ |
| A D | tcp_timer.c | 867 static enum hrtimer_restart tcp_compressed_ack_kick(struct hrtimer *timer) in tcp_compressed_ack_kick()
|
| A D | tcp_output.c | 1248 enum hrtimer_restart tcp_pace_kick(struct hrtimer *timer) in tcp_pace_kick()
|
| /net/core/ |
| A D | dev.c | 6911 static enum hrtimer_restart napi_watchdog(struct hrtimer *timer) in napi_watchdog()
|
Completed in 88 milliseconds