Home
last modified time | relevance | path

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

/linux/net/can/
H A Dbcm.c111 struct hrtimer timer, thrtimer; member
513 if (hrtimer_active(&op->thrtimer)) in bcm_rx_update_and_send()
524 hrtimer_start(&op->thrtimer, in bcm_rx_update_and_send()
658 struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer); in bcm_rx_thr_handler()
786 hrtimer_cancel(&op->thrtimer); in bcm_remove_op()
1019 hrtimer_init(&op->thrtimer, CLOCK_MONOTONIC, in bcm_tx_setup()
1199 hrtimer_init(&op->thrtimer, CLOCK_MONOTONIC, in bcm_rx_setup()
1201 op->thrtimer.function = bcm_rx_thr_handler; in bcm_rx_setup()
1217 hrtimer_cancel(&op->thrtimer); in bcm_rx_setup()
1247 hrtimer_cancel(&op->thrtimer); in bcm_rx_setup()