Searched refs:proc_shutdown_exitcount (Results 1 – 4 of 4) sorted by relevance
81 unsigned int proc_shutdown_exitcount = 0; variable429 proc_shutdown_exitcount++; in sd_callback1()483 proc_shutdown_exitcount++; in sd_callback2()598 if (sdargs.activecount != 0 && proc_shutdown_exitcount != 0) { in proc_shutdown()600 if (proc_shutdown_exitcount != 0) { in proc_shutdown()608 error = msleep(&proc_shutdown_exitcount, &proc_list_mlock, PWAIT, "shutdownwait", &ts); in proc_shutdown()656 if (sdargs.activecount != 0 && proc_shutdown_exitcount != 0) { in proc_shutdown()658 if (proc_shutdown_exitcount != 0) { in proc_shutdown()667 error = msleep(&proc_shutdown_exitcount, &proc_list_mlock, PWAIT, "shutdownwait", &ts); in proc_shutdown()
1640 proc_shutdown_exitcount--; in proc_exit()1641 if (proc_shutdown_exitcount == 0) { in proc_exit()1642 wakeup(&proc_shutdown_exitcount); in proc_exit()
3514 proc_shutdown_exitcount = 0; in proc_rebootscan()
723 extern unsigned int proc_shutdown_exitcount;