Home
last modified time | relevance | path

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

/Linux-v5.4/net/can/
Dbcm.c108 struct hrtimer timer, thrtimer; member
475 if (hrtimer_active(&op->thrtimer)) in bcm_rx_update_and_send()
486 hrtimer_start(&op->thrtimer, in bcm_rx_update_and_send()
618 struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer); in bcm_rx_thr_handler()
717 hrtimer_cancel(&op->thrtimer); in bcm_remove_op()
955 hrtimer_init(&op->thrtimer, CLOCK_MONOTONIC, in bcm_tx_setup()
1129 hrtimer_init(&op->thrtimer, CLOCK_MONOTONIC, in bcm_rx_setup()
1131 op->thrtimer.function = bcm_rx_thr_handler; in bcm_rx_setup()
1147 hrtimer_cancel(&op->thrtimer); in bcm_rx_setup()
1177 hrtimer_cancel(&op->thrtimer); in bcm_rx_setup()