Home
last modified time | relevance | path

Searched refs:tc_func (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.101.4/osfmk/kern/
H A Dtimer_call.c259 .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()
[all …]
H A Dthread_call.c547 .tc_func = func, in thread_call_setup_with_options()
869 if (call->tc_func != func || in _cancel_func_from_queue()
1128 assert(call->tc_func != NULL); in thread_call_enter1()
1225 assert(call->tc_func != NULL); in thread_call_enter_delayed_internal()
1272 DTRACE_TMR5(thread_callout__create, thread_call_func_t, call->tc_func, in thread_call_enter_delayed_internal()
1319 DTRACE_TMR4(thread_callout__cancel, thread_call_func_t, call->tc_func, in thread_call_cancel_locked()
1374 call, call->tc_func); in thread_call_cancel_wait()
1557 panic("Someone waiting on a thread call that is scheduled for free: %p", call->tc_func); in thread_call_finish()
1673 thread_call_func_t func = call->tc_func; in thread_call_thread()
1948 thread_call_func_t func = call->tc_func; in thread_call_delayed_timer()
[all …]
H A Dtimer_call.h78 timer_call_func_t tc_func; member
H A Dthread_call.h387 thread_call_func_t tc_func; member
/xnu-8020.101.4/tools/lldbmacros/
H A Dmisc.py113 func_name = kern.Symbolicate(timer_call.tc_func)
117 strip_func = kern.StripKernelPAC(unsigned(timer_call.tc_func))
158 timer_call.tc_func,
H A Dscheduler.py1049 func = call.tc_func