Searched refs:proc_shutdown_exitcount (Results 1 – 4 of 4) sorted by relevance
81 unsigned int proc_shutdown_exitcount = 0; variable442 proc_shutdown_exitcount++; in sd_callback1()496 proc_shutdown_exitcount++; in sd_callback2()611 if (sdargs.activecount != 0 && proc_shutdown_exitcount != 0) { in proc_shutdown()613 if (proc_shutdown_exitcount != 0) { in proc_shutdown()621 error = msleep(&proc_shutdown_exitcount, &proc_list_mlock, PWAIT, "shutdownwait", &ts); in proc_shutdown()669 if (sdargs.activecount != 0 && proc_shutdown_exitcount != 0) { in proc_shutdown()671 if (proc_shutdown_exitcount != 0) { in proc_shutdown()680 error = msleep(&proc_shutdown_exitcount, &proc_list_mlock, PWAIT, "shutdownwait", &ts); in proc_shutdown()
2278 proc_shutdown_exitcount--; in proc_exit()2279 if (proc_shutdown_exitcount == 0) { in proc_exit()2280 wakeup(&proc_shutdown_exitcount); in proc_exit()
3767 proc_shutdown_exitcount = 0; in proc_rebootscan()
744 extern unsigned int proc_shutdown_exitcount;