thrtimer          108 net/can/bcm.c  	struct hrtimer timer, thrtimer;
thrtimer          475 net/can/bcm.c  	if (hrtimer_active(&op->thrtimer))
thrtimer          486 net/can/bcm.c  		hrtimer_start(&op->thrtimer,
thrtimer          618 net/can/bcm.c  	struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer);
thrtimer          717 net/can/bcm.c  	hrtimer_cancel(&op->thrtimer);
thrtimer          955 net/can/bcm.c  		hrtimer_init(&op->thrtimer, CLOCK_MONOTONIC,
thrtimer         1129 net/can/bcm.c  		hrtimer_init(&op->thrtimer, CLOCK_MONOTONIC,
thrtimer         1131 net/can/bcm.c  		op->thrtimer.function = bcm_rx_thr_handler;
thrtimer         1147 net/can/bcm.c  		hrtimer_cancel(&op->thrtimer);
thrtimer         1177 net/can/bcm.c  			hrtimer_cancel(&op->thrtimer);