Searched refs:saveset (Results 1 – 4 of 4) sorted by relevance
60 sigset_t saveset; in do_sigsuspend() local64 saveset = current->blocked; in do_sigsuspend()73 if (do_signal(regs, &saveset)) in do_sigsuspend()83 sigset_t saveset, newset; in do_rt_sigsuspend() local94 saveset = current->blocked; in do_rt_sigsuspend()103 if (do_signal(regs, &saveset)) in do_rt_sigsuspend()
166 sigset_t saveset; in sys_sigsuspend() local170 saveset = current->blocked; in sys_sigsuspend()181 if (do_signal(regs, &saveset)) { in sys_sigsuspend()196 sigset_t saveset, newset; in sys_rt_sigsuspend() local206 saveset = current->blocked; in sys_rt_sigsuspend()216 if (do_signal(regs, &saveset)) { in sys_rt_sigsuspend()
442 sigset_t saveset, newset; in xtensa_rt_sigsuspend() local453 saveset = current->blocked; in xtensa_rt_sigsuspend()462 if (do_signal(regs, &saveset)) in xtensa_rt_sigsuspend()
882 saveset = current->blocked;