Home
last modified time | relevance | path

Searched refs:_SIGMASK_COPY_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/include/uapi/asm/
H A Dsigcontext.h39 #define _SIGMASK_COPY_SIZE (sizeof(unsigned long)*_SIGCONTEXT_NSIG_WORDS) macro
/linux/arch/s390/kernel/
H A Dsignal.c222 if (__copy_from_user(&set.sig, &frame->sc.oldmask, _SIGMASK_COPY_SIZE)) in SYSCALL_DEFINE0()
311 memcpy(&sc.oldmask, &set->sig, _SIGMASK_COPY_SIZE); in setup_frame()