Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dthread_call.h339 boolean_t thread_call_isactive(
H A Dthread_call.c2334 thread_call_isactive(thread_call_t call) in thread_call_isactive() function
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c942 (!thread_call_isactive(tcall) || in_tcall)) { in ipfq_sched_timeout()
/xnu-12377.61.12/bsd/skywalk/channel/
H A Dchannel.c355 if (thread_call_isactive(csi->csi_tcall)) { in csi_selwakeup_delayed()
/xnu-12377.61.12/bsd/net/
H A Ddlil.c5963 VERIFY(!thread_call_isactive(ifp->if_dt_tcall)); in ifnet_detach_final()
7748 !thread_call_isactive(ifp->if_dt_tcall)) { in ifnet_notify_data_threshold()
H A Dnecp_client.c1495 (!recur && thread_call_isactive(necp_client_collect_stats_tcall))) { in necp_schedule_collect_stats_clients()
/xnu-12377.61.12/osfmk/vm/
H A Dvm_tests.c3684 assert(!thread_call_isactive(page_clean_timer_call)); in vm_upl_object_test()
/xnu-12377.61.12/iokit/Kernel/
H A DIOServicePM.cpp5788 if (!thread_call_isactive(fWatchdogTimer)) { in start_watchdog_timer()