Searched refs:proc_shutdown_exitcount (Results 1 – 4 of 4) sorted by relevance
82 unsigned int proc_shutdown_exitcount = 0; variable463 proc_shutdown_exitcount++; in sd_callback1()517 proc_shutdown_exitcount++; in sd_callback2()632 if (sdargs.activecount != 0 && proc_shutdown_exitcount != 0) { in proc_shutdown()634 if (proc_shutdown_exitcount != 0) { in proc_shutdown()642 error = msleep(&proc_shutdown_exitcount, &proc_list_mlock, PWAIT, "shutdownwait", &ts); in proc_shutdown()690 if (sdargs.activecount != 0 && proc_shutdown_exitcount != 0) { in proc_shutdown()692 if (proc_shutdown_exitcount != 0) { in proc_shutdown()701 error = msleep(&proc_shutdown_exitcount, &proc_list_mlock, PWAIT, "shutdownwait", &ts); in proc_shutdown()
2380 proc_shutdown_exitcount--; in proc_exit()2381 if (proc_shutdown_exitcount == 0) { in proc_exit()2382 wakeup(&proc_shutdown_exitcount); in proc_exit()
4161 proc_shutdown_exitcount = 0; in proc_rebootscan()
751 extern unsigned int proc_shutdown_exitcount;