Searched refs:thrtimer (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/net/can/ |
| H A D | bcm.c | 112 struct hrtimer timer, thrtimer; member 533 if (hrtimer_active(&op->thrtimer)) in bcm_rx_update_and_send() 544 hrtimer_start(&op->thrtimer, in bcm_rx_update_and_send() 678 struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer); in bcm_rx_thr_handler() 806 hrtimer_cancel(&op->thrtimer); in bcm_remove_op() 1064 hrtimer_setup(&op->thrtimer, hrtimer_dummy_timeout, CLOCK_MONOTONIC, in bcm_tx_setup() 1225 hrtimer_setup(&op->thrtimer, bcm_rx_thr_handler, CLOCK_MONOTONIC, in bcm_rx_setup() 1242 hrtimer_cancel(&op->thrtimer); in bcm_rx_setup() 1272 hrtimer_cancel(&op->thrtimer); in bcm_rx_setup()
|