Home
last modified time | relevance | path

Searched refs:proc_shutdown_exitcount (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/bsd/kern/
H A Dkern_shutdown.c81 unsigned int proc_shutdown_exitcount = 0; variable
435 proc_shutdown_exitcount++; in sd_callback1()
489 proc_shutdown_exitcount++; in sd_callback2()
604 if (sdargs.activecount != 0 && proc_shutdown_exitcount != 0) { in proc_shutdown()
606 if (proc_shutdown_exitcount != 0) { in proc_shutdown()
614 error = msleep(&proc_shutdown_exitcount, &proc_list_mlock, PWAIT, "shutdownwait", &ts); in proc_shutdown()
662 if (sdargs.activecount != 0 && proc_shutdown_exitcount != 0) { in proc_shutdown()
664 if (proc_shutdown_exitcount != 0) { in proc_shutdown()
673 error = msleep(&proc_shutdown_exitcount, &proc_list_mlock, PWAIT, "shutdownwait", &ts); in proc_shutdown()
H A Dkern_exit.c1667 proc_shutdown_exitcount--; in proc_exit()
1668 if (proc_shutdown_exitcount == 0) { in proc_exit()
1669 wakeup(&proc_shutdown_exitcount); in proc_exit()
H A Dkern_proc.c3527 proc_shutdown_exitcount = 0; in proc_rebootscan()
/xnu-8020.101.4/bsd/sys/
H A Dproc_internal.h722 extern unsigned int proc_shutdown_exitcount;