Home
last modified time | relevance | path

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

/linux-4.4.14/net/can/
Dbcm.c100 struct hrtimer timer, thrtimer; member
456 if (hrtimer_active(&op->thrtimer)) in bcm_rx_update_and_send()
467 hrtimer_start(&op->thrtimer, in bcm_rx_update_and_send()
619 struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer); in bcm_rx_thr_handler()
714 hrtimer_cancel(&op->thrtimer); in bcm_remove_op()
934 hrtimer_init(&op->thrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in bcm_tx_setup()
1103 hrtimer_init(&op->thrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in bcm_rx_setup()
1104 op->thrtimer.function = bcm_rx_thr_handler; in bcm_rx_setup()
1124 hrtimer_cancel(&op->thrtimer); in bcm_rx_setup()
1154 hrtimer_cancel(&op->thrtimer); in bcm_rx_setup()