Searched refs:bctimer (Results 1 – 1 of 1) sorted by relevance
18 static struct hrtimer bctimer; variable35 hrtimer_try_to_cancel(&bctimer); in bc_shutdown()65 hrtimer_start(&bctimer, expires, HRTIMER_MODE_ABS_PINNED_HARD); in bc_set_next()76 bc->bound_on = bctimer.base->cpu_base->cpu; in bc_set_next()108 hrtimer_init(&bctimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS_HARD); in tick_setup_hrtimer_broadcast()109 bctimer.function = bc_handler; in tick_setup_hrtimer_broadcast()