Lines Matching refs:tc_func
287 .tc_func = func, in timer_call_setup()
670 assert(call->tc_func != NULL); in timer_call_enter_internal()
709 DTRACE_TMR7(callout__create, timer_call_func_t, call->tc_func, in timer_call_enter_internal()
817 DTRACE_TMR6(callout__cancel, timer_call_func_t, call->tc_func, in timer_call_cancel()
991 func = call->tc_func; in timer_queue_expire_with_options()
1242 VM_KERNEL_UNSLIDE(call->tc_func), in timer_queue_trace()
1423 VM_KERNEL_UNSLIDE(call->tc_func), in timer_longterm_scan()
1973 DTRACE_TMR7(callout__create, timer_call_func_t, call->tc_func, in timer_call_trace_enter_before()
2006 DTRACE_TMR6(callout__cancel, timer_call_func_t, call->tc_func, in timer_call_trace_cancel()
2017 VM_KERNEL_UNSLIDE_OR_PERM(call), VM_KERNEL_UNSLIDE(call->tc_func), in timer_call_trace_expire_entry()
2027 DTRACE_TMR7(callout__start, timer_call_func_t, call->tc_func, in timer_call_trace_expire_entry()
2038 DTRACE_TMR4(callout__end, timer_call_func_t, call->tc_func, in timer_call_trace_expire_return()
2043 VM_KERNEL_UNSLIDE(call->tc_func), in timer_call_trace_expire_return()
2114 call->tc_func(call->tc_param0, call->tc_param1); in running_timers_expire()