Lines Matching refs:fn
652 #define TIMER_HINT(fn, container, timr, hintfn) \ argument
654 .function = fn, \
673 void (**fn)(void) = addr + timer_hints[i].offset; in timer_debug_hint() local
675 return *fn; in timer_debug_hint()
1455 void (*fn)(struct timer_list *), in call_timer_fn()
1480 fn(timer); in call_timer_fn()
1487 fn, count, preempt_count()); in call_timer_fn()
1509 void (*fn)(struct timer_list *); in expire_timers() local
1516 fn = timer->function; in expire_timers()
1520 call_timer_fn(timer, fn, baseclk); in expire_timers()
1525 call_timer_fn(timer, fn, baseclk); in expire_timers()