Home
last modified time | relevance | path

Searched refs:thread_call_isactive (Results 1 – 7 of 7) sorted by relevance

/xnu-8792.41.9/osfmk/kern/
H A Dthread_call.h339 boolean_t thread_call_isactive(
H A Dthread_call.c2320 thread_call_isactive(thread_call_t call) in thread_call_isactive() function
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c900 (!thread_call_isactive(tcall) || in_tcall)) { in ipfq_sched_timeout()
/xnu-8792.41.9/bsd/skywalk/channel/
H A Dchannel.c355 if (thread_call_isactive(csi->csi_tcall)) { in csi_selwakeup_delayed()
/xnu-8792.41.9/bsd/net/
H A Ddlil.c9876 VERIFY(!thread_call_isactive(ifp->if_dt_tcall)); in ifnet_detach_final()
12278 !thread_call_isactive(ifp->if_dt_tcall)) { in ifnet_notify_data_threshold()
H A Dnecp_client.c1239 (!recur && thread_call_isactive(necp_client_collect_stats_tcall))) { in necp_schedule_collect_stats_clients()
/xnu-8792.41.9/iokit/Kernel/
H A DIOServicePM.cpp5655 if (!thread_call_isactive(fWatchdogTimer)) { in start_watchdog_timer()