Searched refs:ALLOWED_SIGS (Results 1 – 2 of 2) sorted by relevance
729 #define ALLOWED_SIGS (1 /* 0 = don't send a signal */ \ macro813 if (!((1 << sig) & ALLOWED_SIGS)) return -EPERM; in do_vm86_irq_handling()
48 #define ALLOWED_SIGS (sigmask(SIGKILL)) macro