Searched refs:tc_func (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.61.2/osfmk/kern/ |
| H A D | thread_call.c | 251 thread_call_func_t func = call->tc_func; in thread_call_get_group() 307 call, call->tc_func, old_queue); in thread_call_enqueue_tail() 338 call, call->tc_func, old_queue); in thread_call_dequeue() 369 call, call->tc_func, old_queue); in thread_call_enqueue_deadline() 567 .tc_func = func, in thread_call_setup_with_options() 892 if (call->tc_func != func || in _cancel_func_from_queue() 1114 panic("(%p %p) Refcount negative: %d", call, call->tc_func, refs); in thread_call_free() 1127 panic("(%p %p) freeing an uninitialized call", call, call->tc_func); in thread_call_free() 1132 call, call->tc_func); in thread_call_free() 1136 panic("(%p %p) freeing a running once call", call, call->tc_func); in thread_call_free() [all …]
|
| H A D | timer_call.c | 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() [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-8792.61.2/tools/lldbmacros/ |
| H A D | misc.py | 77 func_name = kern.Symbolicate(timer_call.tc_func) 81 strip_func = kern.StripKernelPAC(unsigned(timer_call.tc_func)) 154 timer_call.tc_func,
|
| H A D | scheduler.py | 1036 func = call.tc_func
|