Searched refs:tc_func (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.1.10/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 | 288 .tc_func = func, in timer_call_setup() 671 assert(call->tc_func != NULL); in timer_call_enter_internal() 710 DTRACE_TMR7(callout__create, timer_call_func_t, call->tc_func, in timer_call_enter_internal() 818 DTRACE_TMR6(callout__cancel, timer_call_func_t, call->tc_func, in timer_call_cancel() 1005 func = call->tc_func; in timer_queue_expire_with_options() 1255 VM_KERNEL_UNSLIDE(call->tc_func), in timer_queue_trace() 1436 VM_KERNEL_UNSLIDE(call->tc_func), in timer_longterm_scan() 1991 DTRACE_TMR7(callout__create, timer_call_func_t, call->tc_func, in timer_call_trace_enter_before() 2024 DTRACE_TMR6(callout__cancel, timer_call_func_t, call->tc_func, in timer_call_trace_cancel() 2035 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-11215.1.10/tools/lldbmacros/ |
| H A D | misc.py | 72 func_name = kern.Symbolicate(timer_call.tc_func) 76 strip_func = kern.StripKernelPAC(unsigned(timer_call.tc_func)) 149 timer_call.tc_func,
|
| H A D | scheduler.py | 967 func = call.tc_func
|