| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | signal.h | 65 if (_NSIG_WORDS == 1) in sigaddset() 74 if (_NSIG_WORDS == 1) in sigdelset() 83 if (_NSIG_WORDS == 1) in sigismember() 93 switch (_NSIG_WORDS) { in sigisemptyset() 109 switch (_NSIG_WORDS) { in sigequalsets() 134 switch (_NSIG_WORDS) { \ 171 switch (_NSIG_WORDS) { \ in _SIG_SET_BINOP() 192 switch (_NSIG_WORDS) { 205 switch (_NSIG_WORDS) { in sigfillset() 236 switch (_NSIG_WORDS) { in siginitset() [all …]
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | signal.h | 17 #define _NSIG_WORDS (_NSIG / _NSIG_BPW) macro 27 unsigned long sig[_NSIG_WORDS];
|
| /OK3568_Linux_fs/kernel/arch/h8300/include/asm/ |
| H A D | signal.h | 12 #define _NSIG_WORDS (_NSIG / _NSIG_BPW) macro 17 unsigned long sig[_NSIG_WORDS];
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | signal.h | 17 #define _NSIG_WORDS _SIGCONTEXT_NSIG_WORDS macro 22 unsigned long sig[_NSIG_WORDS];
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | signal.h | 10 #define _NSIG_WORDS (_NSIG / _NSIG_BPW) macro 21 unsigned long sig[_NSIG_WORDS];
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | signal.h | 12 #define _NSIG_WORDS (_NSIG / _NSIG_BPW) macro 17 unsigned long sig[_NSIG_WORDS];
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | signal.h | 12 #define _NSIG_WORDS (_NSIG / _NSIG_BPW) macro 17 unsigned long sig[_NSIG_WORDS];
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | signal.h | 12 #define _NSIG_WORDS (_NSIG / _NSIG_BPW) macro 17 unsigned long sig[_NSIG_WORDS];
|
| /OK3568_Linux_fs/u-boot/include/asm-generic/ |
| H A D | signal.h | 8 #define _NSIG_WORDS (_NSIG / _NSIG_BPW) macro 94 unsigned long sig[_NSIG_WORDS];
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | signal.h | 9 #define _NSIG_WORDS (_NSIG / _NSIG_BPW) macro 62 unsigned long sig[_NSIG_WORDS];
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | signal.h | 20 #define _NSIG_WORDS (_NSIG / _NSIG_BPW) macro 30 unsigned long sig[_NSIG_WORDS];
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | signal.h | 17 #define _NSIG_WORDS (_NSIG / _NSIG_BPW) macro 20 unsigned long sig[_NSIG_WORDS];
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | signal.h | 9 #define _NSIG_WORDS (_NSIG / _NSIG_BPW) macro 91 unsigned long sig[_NSIG_WORDS];
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | signal.h | 13 #define _NSIG_WORDS (_NSIG / _NSIG_BPW) macro 18 unsigned long sig[_NSIG_WORDS];
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | signal.h | 9 #define _NSIG_WORDS (_NSIG / _NSIG_BPW) macro 91 unsigned long sig[_NSIG_WORDS];
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | signal.h | 14 #define _NSIG_WORDS (_NSIG / _NSIG_BPW) macro 19 unsigned long sig[_NSIG_WORDS];
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | signal.h | 19 #define _NSIG_WORDS (_NSIG / _NSIG_BPW) macro 24 unsigned long sig[_NSIG_WORDS];
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | signal.h | 87 #define _NSIG_WORDS (__NEW_NSIG / _NSIG_BPW) macro 113 unsigned long sig[_NSIG_WORDS];
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | compat-signal.h | 18 BUILD_BUG_ON(_NSIG_WORDS != 2); in __copy_conv_sigset_to_user()
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | signal_32.c | 65 unsigned long extramask[_NSIG_WORDS-1]; 166 || (_NSIG_WORDS > 1 in sys_sigreturn() 279 if (_NSIG_WORDS > 1) in setup_frame()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | signal_32.c | 41 unsigned int extramask[_NSIG_WORDS - 1]; 129 (_NSIG_WORDS-1) * sizeof(unsigned int)); in do_sigreturn() 277 (_NSIG_WORDS - 1) * sizeof(unsigned int)); in setup_frame()
|
| H A D | signal_64.c | 65 if (_NSIG_WORDS == 1) { in sparc64_set_context() 173 if (_NSIG_WORDS == 1) in sparc64_get_context()
|
| /OK3568_Linux_fs/kernel/arch/x86/um/ |
| H A D | signal.c | 344 unsigned long extramask[_NSIG_WORDS-1]; 380 if (_NSIG_WORDS > 1) in setup_signal_stack_sc() 458 int sig_size = (_NSIG_WORDS - 1) * sizeof(unsigned long); in sys_sigreturn()
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/ |
| H A D | signal.c | 231 unsigned long extramask[_NSIG_WORDS-1]; 793 (_NSIG_WORDS > 1 && in do_sigreturn() 917 if (_NSIG_WORDS > 1) in setup_frame()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | compat.c | 256 switch (_NSIG_WORDS) { in get_compat_sigset()
|