Searched refs:proc_shutdown_exitcount (Results 1 – 4 of 4) sorted by relevance
82 unsigned int proc_shutdown_exitcount = 0; variable449 proc_shutdown_exitcount++; in sd_callback1()503 proc_shutdown_exitcount++; in sd_callback2()618 if (sdargs.activecount != 0 && proc_shutdown_exitcount != 0) { in proc_shutdown()620 if (proc_shutdown_exitcount != 0) { in proc_shutdown()628 error = msleep(&proc_shutdown_exitcount, &proc_list_mlock, PWAIT, "shutdownwait", &ts); in proc_shutdown()676 if (sdargs.activecount != 0 && proc_shutdown_exitcount != 0) { in proc_shutdown()678 if (proc_shutdown_exitcount != 0) { in proc_shutdown()687 error = msleep(&proc_shutdown_exitcount, &proc_list_mlock, PWAIT, "shutdownwait", &ts); in proc_shutdown()
2344 proc_shutdown_exitcount--; in proc_exit()2345 if (proc_shutdown_exitcount == 0) { in proc_exit()2346 wakeup(&proc_shutdown_exitcount); in proc_exit()
3730 proc_shutdown_exitcount = 0; in proc_rebootscan()
744 extern unsigned int proc_shutdown_exitcount;