Home
last modified time | relevance | path

Searched refs:thread_call_free (Results 1 – 25 of 29) sorted by relevance

12

/xnu-11215/osfmk/tests/
H A Dtest_thread_call.c131 freed = thread_call_free(call); in test_once_thread_call()
145 freed = thread_call_free(call); in test_once_thread_call()
198 freed = thread_call_free(call); in test_signal_thread_call()
H A Dpmap_tests.c795 thread_call_free(huge_pv_timer_call); in test_pmap_huge_pv_list()
818 thread_call_free(huge_pv_panic_call); in test_pmap_huge_pv_list()
/xnu-11215/osfmk/kern/
H A Dthread_call.h329 extern boolean_t thread_call_free(
H A Dmpsc_queue.c453 thread_call_free(dq->mpd_call); in mpsc_daemon_queue_cancel_and_wait()
H A Dexclaves_driverkit.c1265 thread_call_free(signal_thread); in exclaves_hello_driverkit_interrupts()
H A Dthread_call.c1098 thread_call_free( in thread_call_free() function
H A Dsmr.c3211 thread_call_free(smrh->smrsh_callout);
H A Dtask_policy.c3037 thread_call_free(savecallt); in task_clear_cpuusage_locked()
/xnu-11215/bsd/net/
H A Ddevtimer.c112 thread_call_free(timer->dt_callout); in devtimer_invalidate()
H A Dif_headless.c606 success = thread_call_free(tcall); in headless_nx_ring_fini()
H A Dif_fake.c2082 success = thread_call_free(tcall); in feth_nx_ring_fini()
2152 if (!thread_call_free(tcall)) { in feth_nx_pre_disconnect()
2155 freed = thread_call_free(tcall); in feth_nx_pre_disconnect()
H A Dif_redirect.c537 success = thread_call_free(tcall); in redirect_nx_ring_fini()
H A Dbpf.c1177 thread_call_free(d->bd_thread_call); in bpfclose()
/xnu-11215/iokit/Kernel/
H A DIOTimerEventSource.cpp374 freed = thread_call_free((thread_call_t) calloutEntry); in free()
H A DIOServicePM.cpp555 thread_call_free(fWatchdogTimer); in PMfree()
571 thread_call_free(fSettleTimer); in PMfree()
577 thread_call_free(fAckTimer); in PMfree()
582 thread_call_free(fIdleTimer); in PMfree()
586 thread_call_free(fDriverCallEntry); in PMfree()
590 thread_call_free(fDriverCallTimer); in PMfree()
5865 thread_call_free(me->fWatchdogTimer); in watchdog_timer_expired()
/xnu-11215/bsd/kern/
H A Dkern_time.c657 thread_call_free(call); in proc_free_realitimer()
H A Dkern_fork.c896 thread_call_free(p->p_rcall); in forkproc_free()
/xnu-11215/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c239 (void) thread_call_free(tcall); in fsw_ip_frag_mgr_destroy()
/xnu-11215/bsd/skywalk/mem/
H A Dskmem_cache.c515 (void) thread_call_free(skmem_cache_reap_tc); in skmem_cache_fini()
520 (void) thread_call_free(skmem_cache_update_tc); in skmem_cache_fini()
H A Dskmem_region.c426 (void) thread_call_free(skmem_region_update_tc); in skmem_region_fini()
/xnu-11215/bsd/dev/dtrace/
H A Ddtrace_glue.c560 if (thread_call_free(wrapTC->TChdl)) { in cyclic_remove()
/xnu-11215/bsd/skywalk/channel/
H A Dchannel.c262 if (!thread_call_free(tcall)) { in csi_destroy()
265 freed = thread_call_free(tcall); in csi_destroy()
/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c2293 thread_call_free(wq->wq_delayed_call); in workq_exit()
2294 thread_call_free(wq->wq_immediate_call); in workq_exit()
2295 thread_call_free(wq->wq_death_call); in workq_exit()
/xnu-11215/osfmk/vm/
H A Dvm_shared_region.c500 thread_call_free(shared_region->sr_timer_call); in vm_shared_region_reference_locked()
965 thread_call_free(shared_region->sr_timer_call); in vm_shared_region_destroy()
/xnu-11215/bsd/net/pktsched/
H A Dpktsched_fq_codel.c415 ASSERT(thread_call_free(tcall)); in fq_if_destroy()

12