Searched refs:tc_func (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | thread_call.c | 252 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 D | timer_call.c | 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() [all …]
|
| H A D | timer_call.h | 78 timer_call_func_t tc_func; member
|
| H A D | thread_call.h | 389 thread_call_func_t tc_func; member
|
| /xnu-12377.61.12/tools/lldbmacros/ |
| H A D | misc.py | 73 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 D | scheduler.py | 971 func = call.tc_func
|