sigcatch          436 fs/proc/array.c 	sigset_t sigign, sigcatch;
sigcatch          475 fs/proc/array.c 	sigemptyset(&sigcatch);
sigcatch          490 fs/proc/array.c 		collect_sigign_sigcatch(task, &sigign, &sigcatch);
sigcatch          577 fs/proc/array.c 	seq_put_decimal_ull(m, " ", sigcatch.sig[0] & 0x7fffffffUL);