Searched refs:txfrtimer (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/can/ |
H A D | isotp.c | 144 struct hrtimer rxtimer, txtimer, txfrtimer; member 869 hrtimer_start(&so->txfrtimer, so->tx_gap, HRTIMER_MODE_REL_SOFT); in isotp_rcv_echo() 899 txfrtimer); in isotp_txfr_timer_handler() 1083 hrtimer_cancel(&so->txfrtimer); in isotp_sendmsg() 1192 hrtimer_cancel(&so->txfrtimer); in isotp_release() 1597 hrtimer_init(&so->txfrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL_SOFT); in isotp_init() 1598 so->txfrtimer.function = isotp_txfr_timer_handler; in isotp_init()
|
/kernel/linux/linux-6.6/net/can/ |
H A D | isotp.c | 157 struct hrtimer rxtimer, txtimer, txfrtimer; member 892 hrtimer_start(&so->txfrtimer, so->tx_gap, HRTIMER_MODE_REL_SOFT); in isotp_rcv_echo() 922 txfrtimer); in isotp_txfr_timer_handler() 1116 hrtimer_cancel(&so->txfrtimer); in isotp_sendmsg() 1223 hrtimer_cancel(&so->txfrtimer); in isotp_release() 1639 hrtimer_init(&so->txfrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL_SOFT); in isotp_init() 1640 so->txfrtimer.function = isotp_txfr_timer_handler; in isotp_init()
|
Completed in 4 milliseconds