Home
last modified time | relevance | path

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

/Linux-v5.10/net/can/
Dbcm.c106 struct hrtimer timer, thrtimer; member
473 if (hrtimer_active(&op->thrtimer)) in bcm_rx_update_and_send()
484 hrtimer_start(&op->thrtimer, in bcm_rx_update_and_send()
616 struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer); in bcm_rx_thr_handler()
715 hrtimer_cancel(&op->thrtimer); in bcm_remove_op()
953 hrtimer_init(&op->thrtimer, CLOCK_MONOTONIC, in bcm_tx_setup()
1127 hrtimer_init(&op->thrtimer, CLOCK_MONOTONIC, in bcm_rx_setup()
1129 op->thrtimer.function = bcm_rx_thr_handler; in bcm_rx_setup()
1145 hrtimer_cancel(&op->thrtimer); in bcm_rx_setup()
1175 hrtimer_cancel(&op->thrtimer); in bcm_rx_setup()