Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dthread_call.c252 thread_call_func_t func = call->tc_func; in thread_call_get_group()
308 call, call->tc_func, old_queue); in thread_call_enqueue_tail()
339 call, call->tc_func, old_queue); in thread_call_dequeue()
370 call, call->tc_func, old_queue); in thread_call_enqueue_deadline()
568 .tc_func = func, in thread_call_setup_with_options()
893 if (call->tc_func != func || in _cancel_func_from_queue()
1115 panic("(%p %p) Refcount negative: %d", call, call->tc_func, refs); in thread_call_free()
1128 panic("(%p %p) freeing an uninitialized call", call, call->tc_func); in thread_call_free()
1133 call, call->tc_func); in thread_call_free()
1137 panic("(%p %p) freeing a running once call", call, call->tc_func); in thread_call_free()
[all …]
H A Dtimer_call.c289 .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()
[all …]
H A Dtimer_call.h78 timer_call_func_t tc_func; member
H A Dthread_call.h389 thread_call_func_t tc_func; member
/xnu-12377.61.12/tools/lldbmacros/
H A Dmisc.py73 func_name = kern.Symbolicate(timer_call.tc_func)
77 strip_func = kern.StripKernelPAC(unsigned(timer_call.tc_func))
149 timer_call.tc_func,
H A Dscheduler.py971 func = call.tc_func