Searched refs:proc_shutdown_exitcount (Results 1 – 4 of 4) sorted by relevance
81 unsigned int proc_shutdown_exitcount = 0; variable437 proc_shutdown_exitcount++; in sd_callback1()491 proc_shutdown_exitcount++; in sd_callback2()606 if (sdargs.activecount != 0 && proc_shutdown_exitcount != 0) { in proc_shutdown()608 if (proc_shutdown_exitcount != 0) { in proc_shutdown()616 error = msleep(&proc_shutdown_exitcount, &proc_list_mlock, PWAIT, "shutdownwait", &ts); in proc_shutdown()664 if (sdargs.activecount != 0 && proc_shutdown_exitcount != 0) { in proc_shutdown()666 if (proc_shutdown_exitcount != 0) { in proc_shutdown()675 error = msleep(&proc_shutdown_exitcount, &proc_list_mlock, PWAIT, "shutdownwait", &ts); in proc_shutdown()
1667 proc_shutdown_exitcount--; in proc_exit()1668 if (proc_shutdown_exitcount == 0) { in proc_exit()1669 wakeup(&proc_shutdown_exitcount); in proc_exit()
3527 proc_shutdown_exitcount = 0; in proc_rebootscan()
722 extern unsigned int proc_shutdown_exitcount;