Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dthread_call.h339 boolean_t thread_call_isactive(
H A Dthread_call.c2224 thread_call_isactive(thread_call_t call) in thread_call_isactive() function
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c865 (!thread_call_isactive(tcall) || in_tcall)) { in ipfq_sched_timeout()
/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel.c364 if (thread_call_isactive(csi->csi_tcall)) { in csi_selwakeup_delayed()
/xnu-8019.80.24/bsd/net/
H A Ddlil.c9589 VERIFY(!thread_call_isactive(ifp->if_dt_tcall)); in ifnet_detach_final()
11978 !thread_call_isactive(ifp->if_dt_tcall)) { in ifnet_notify_data_threshold()
H A Dnecp_client.c1210 (!recur && thread_call_isactive(necp_client_collect_stats_tcall))) { in necp_schedule_collect_stats_clients()
/xnu-8019.80.24/iokit/Kernel/
H A DIOServicePM.cpp5632 if (!thread_call_isactive(fWatchdogTimer)) { in start_watchdog_timer()