Searched refs:SHUTDOWN_SIGS (Results 1 – 2 of 2) sorted by relevance
40 #define SHUTDOWN_SIGS (sigmask(SIGKILL) | sigmask(SIGINT) | sigmask(SIGQUIT) | sigmask(SIGTRAP) |… macro47 siginitsetinv(&blocked, SHUTDOWN_SIGS); in down_interruptible_killable()
102 #define SHUTDOWN_SIGS (sigmask(SIGKILL)|sigmask(SIGINT)|sigmask(SIGTERM)) macro