Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsignal_types.h84 #define UAPI_SA_FLAGS \ macro
/openbmc/linux/kernel/
H A Dsignal.c4154 BUILD_BUG_ON(UAPI_SA_FLAGS & SA_UNSUPPORTED); in do_sigaction()
4162 act->sa.sa_flags &= UAPI_SA_FLAGS; in do_sigaction()
4164 oact->sa.sa_flags &= UAPI_SA_FLAGS; in do_sigaction()