Lines Matching refs:tc_func
259 .tc_func = func, in timer_call_setup()
642 assert(call->tc_func != NULL); in timer_call_enter_internal()
681 DTRACE_TMR7(callout__create, timer_call_func_t, call->tc_func, in timer_call_enter_internal()
789 DTRACE_TMR6(callout__cancel, timer_call_func_t, call->tc_func, in timer_call_cancel()
935 func = call->tc_func; in timer_queue_expire_with_options()
1170 VM_KERNEL_UNSLIDE(call->tc_func), in timer_queue_trace()
1351 VM_KERNEL_UNSLIDE(call->tc_func), in timer_longterm_scan()
1865 DTRACE_TMR7(callout__create, timer_call_func_t, call->tc_func, in timer_call_trace_enter_before()
1898 DTRACE_TMR6(callout__cancel, timer_call_func_t, call->tc_func, in timer_call_trace_cancel()
1909 VM_KERNEL_UNSLIDE_OR_PERM(call), VM_KERNEL_UNSLIDE(call->tc_func), in timer_call_trace_expire_entry()
1919 DTRACE_TMR7(callout__start, timer_call_func_t, call->tc_func, in timer_call_trace_expire_entry()
1930 DTRACE_TMR4(callout__end, timer_call_func_t, call->tc_func, in timer_call_trace_expire_return()
1935 VM_KERNEL_UNSLIDE(call->tc_func), in timer_call_trace_expire_return()
2006 call->tc_func(call->tc_param0, call->tc_param1); in running_timers_expire()