Lines Matching refs:fn
657 #define TIMER_HINT(fn, container, timr, hintfn) \ argument
659 .function = fn, \
678 void (**fn)(void) = addr + timer_hints[i].offset; in timer_debug_hint() local
680 return *fn; in timer_debug_hint()
1722 void (*fn)(struct timer_list *), in call_timer_fn()
1747 fn(timer); in call_timer_fn()
1754 fn, count, preempt_count()); in call_timer_fn()
1776 void (*fn)(struct timer_list *); in expire_timers() local
1783 fn = timer->function; in expire_timers()
1785 if (WARN_ON_ONCE(!fn)) { in expire_timers()
1793 call_timer_fn(timer, fn, baseclk); in expire_timers()
1798 call_timer_fn(timer, fn, baseclk); in expire_timers()