| /OK3568_Linux_fs/kernel/include/linux/sched/ |
| H A D | signal.h | 437 #ifdef TIF_RESTORE_SIGMASK 456 set_thread_flag(TIF_RESTORE_SIGMASK); in set_restore_sigmask() 461 clear_tsk_thread_flag(task, TIF_RESTORE_SIGMASK); in clear_tsk_restore_sigmask() 466 clear_thread_flag(TIF_RESTORE_SIGMASK); in clear_restore_sigmask() 470 return test_tsk_thread_flag(task, TIF_RESTORE_SIGMASK); in test_tsk_restore_sigmask() 474 return test_thread_flag(TIF_RESTORE_SIGMASK); in test_restore_sigmask() 478 return test_and_clear_thread_flag(TIF_RESTORE_SIGMASK); in test_and_clear_restore_sigmask()
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | thread_info.h | 70 #define TIF_RESTORE_SIGMASK 18 /* restore signal mask in do_signal */ macro 78 #define _TIF_RESTORE_SIGMASK (1 << TIF_RESTORE_SIGMASK)
|
| /OK3568_Linux_fs/kernel/arch/nios2/include/asm/ |
| H A D | thread_info.h | 90 #define TIF_RESTORE_SIGMASK 9 /* restore signal mask in do_signal() */ macro 102 #define _TIF_RESTORE_SIGMASK (1 << TIF_RESTORE_SIGMASK)
|
| /OK3568_Linux_fs/kernel/arch/nds32/include/asm/ |
| H A D | thread_info.h | 56 #define TIF_RESTORE_SIGMASK 20 macro 66 #define _TIF_RESTORE_SIGMASK (1 << TIF_RESTORE_SIGMASK)
|
| /OK3568_Linux_fs/kernel/arch/csky/include/asm/ |
| H A D | thread_info.h | 70 #define TIF_RESTORE_SIGMASK 20 /* restore signal mask in do_signal() */ macro 83 #define _TIF_RESTORE_SIGMASK (1 << TIF_RESTORE_SIGMASK)
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | thread_info.h | 78 #define TIF_RESTORE_SIGMASK 4 /* restore signal mask in do_signal() */ macro
|
| /OK3568_Linux_fs/kernel/arch/c6x/include/asm/ |
| H A D | thread_info.h | 84 #define TIF_RESTORE_SIGMASK 4 /* restore signal mask in do_signal() */ macro
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | thread_info.h | 77 #define TIF_RESTORE_SIGMASK 0 /* restore sig mask in do_signal() */ macro
|
| /OK3568_Linux_fs/kernel/arch/um/include/asm/ |
| H A D | thread_info.h | 64 #define TIF_RESTORE_SIGMASK 7 macro
|
| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | thread_info.h | 97 #define TIF_RESTORE_SIGMASK 6 /* restore sig mask in do_signal() */ macro
|
| /OK3568_Linux_fs/kernel/arch/openrisc/include/asm/ |
| H A D | thread_info.h | 103 #define TIF_RESTORE_SIGMASK 9 macro
|
| /OK3568_Linux_fs/kernel/arch/h8300/include/asm/ |
| H A D | thread_info.h | 71 #define TIF_RESTORE_SIGMASK 5 /* restore signal mask in do_signal() */ macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | thread_info_32.h | 106 #define TIF_RESTORE_SIGMASK 4 /* restore signal mask in do_signal() */ macro
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | thread_info.h | 74 #define TIF_RESTORE_SIGMASK 18 /* restore signal mask in do_signal() */ macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | thread_info.h | 115 #define TIF_RESTORE_SIGMASK 6 /* restore signal mask in do_signal() */ macro
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | thread_info.h | 79 #define TIF_RESTORE_SIGMASK 20 macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | thread_info.h | 119 #define TIF_RESTORE_SIGMASK 9 /* restore signal mask in do_signal() */ macro
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | thread_info.h | 144 #define TIF_RESTORE_SIGMASK 20 macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sched.h | 828 #ifndef TIF_RESTORE_SIGMASK
|