Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsignal_types.h79 #define UAPI_SA_FLAGS \ macro
/OK3568_Linux_fs/kernel/kernel/
H A Dsignal.c4021 BUILD_BUG_ON(UAPI_SA_FLAGS & SA_UNSUPPORTED); in do_sigaction()
4029 act->sa.sa_flags &= UAPI_SA_FLAGS; in do_sigaction()
4031 oact->sa.sa_flags &= UAPI_SA_FLAGS; in do_sigaction()