Lines Matching refs:tc_func
289 .tc_func = func, in timer_call_setup()
672 assert(call->tc_func != NULL); in timer_call_enter_internal()
711 DTRACE_TMR7(callout__create, timer_call_func_t, call->tc_func, in timer_call_enter_internal()
819 DTRACE_TMR6(callout__cancel, timer_call_func_t, call->tc_func, in timer_call_cancel()
1006 func = call->tc_func; in timer_queue_expire_with_options()
1256 VM_KERNEL_UNSLIDE(call->tc_func), in timer_queue_trace()
1437 VM_KERNEL_UNSLIDE(call->tc_func), in timer_longterm_scan()
1992 DTRACE_TMR7(callout__create, timer_call_func_t, call->tc_func, in timer_call_trace_enter_before()
2025 DTRACE_TMR6(callout__cancel, timer_call_func_t, call->tc_func, in timer_call_trace_cancel()
2036 VM_KERNEL_UNSLIDE_OR_PERM(call), VM_KERNEL_UNSLIDE(call->tc_func), in timer_call_trace_expire_entry()
2046 DTRACE_TMR7(callout__start, timer_call_func_t, call->tc_func, in timer_call_trace_expire_entry()
2057 DTRACE_TMR4(callout__end, timer_call_func_t, call->tc_func, in timer_call_trace_expire_return()
2062 VM_KERNEL_UNSLIDE(call->tc_func), in timer_call_trace_expire_return()
2133 call->tc_func(call->tc_param0, call->tc_param1); in running_timers_expire()