Home
last modified time | relevance | path

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

/linux-3.3/arch/cris/arch-v32/kernel/
Dfasttimer.c100 timer_trig_handler(struct work_struct *work);
181 INIT_WORK(&fast_work, timer_trig_handler); in start_timer_trig()
315 timer_trig_handler(NULL); in timer_trig_interrupt()
319 static void timer_trig_handler(struct work_struct *work) in timer_trig_handler() function