| /linux/arch/um/include/asm/ |
| H A D | thread_info.h | 38 #define TIF_NOTIFY_SIGNAL 3 /* signal notifications exist */ macro 52 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL)
|
| /linux/arch/nios2/include/asm/ |
| H A D | thread_info.h | 80 #define TIF_NOTIFY_SIGNAL 7 /* signal notifications exist */ macro 92 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL)
|
| /linux/arch/hexagon/include/asm/ |
| H A D | thread_info.h | 92 #define TIF_NOTIFY_SIGNAL 7 /* signal notifications exist */ macro 101 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL)
|
| /linux/arch/arc/include/asm/ |
| H A D | thread_info.h | 79 #define TIF_NOTIFY_SIGNAL 5 /* signal notifications exist */ macro 90 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL)
|
| /linux/arch/openrisc/include/asm/ |
| H A D | thread_info.h | 94 #define TIF_NOTIFY_SIGNAL 5 /* signal notifications exist */ macro 106 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL)
|
| /linux/arch/parisc/include/asm/ |
| H A D | thread_info.h | 47 #define TIF_NOTIFY_SIGNAL 6 /* signal notifications exist */ macro 58 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL)
|
| /linux/arch/csky/include/asm/ |
| H A D | thread_info.h | 63 #define TIF_NOTIFY_SIGNAL 7 /* signal notifications exist */ macro 75 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL)
|
| /linux/arch/xtensa/include/asm/ |
| H A D | thread_info.h | 120 #define TIF_NOTIFY_SIGNAL 5 /* signal notifications exist */ macro 133 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL)
|
| /linux/arch/microblaze/include/asm/ |
| H A D | thread_info.h | 104 #define TIF_NOTIFY_SIGNAL 5 /* signal notifications exist */ macro 117 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL)
|
| /linux/arch/sh/include/asm/ |
| H A D | thread_info.h | 103 #define TIF_NOTIFY_SIGNAL 3 /* signal notifications exist */ macro 115 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL)
|
| /linux/arch/mips/include/asm/ |
| H A D | thread_info.h | 116 #define TIF_NOTIFY_SIGNAL 7 /* signal notifications exist */ macro 141 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL)
|
| /linux/arch/arm/include/asm/ |
| H A D | thread_info.h | 146 #define TIF_NOTIFY_SIGNAL 4 /* signal notifications exist */ macro 165 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL)
|
| /linux/arch/powerpc/include/asm/ |
| H A D | thread_info.h | 102 #define TIF_NOTIFY_SIGNAL 3 /* signal notifications exist */ macro 130 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL)
|
| /linux/arch/m68k/include/asm/ |
| H A D | thread_info.h | 61 #define TIF_NOTIFY_SIGNAL 4 macro
|
| /linux/arch/microblaze/kernel/ |
| H A D | signal.c | 311 test_thread_flag(TIF_NOTIFY_SIGNAL)) in do_notify_resume()
|
| /linux/arch/nios2/kernel/ |
| H A D | signal.c | 313 test_thread_flag(TIF_NOTIFY_SIGNAL)) { in do_notify_resume()
|
| /linux/arch/xtensa/kernel/ |
| H A D | signal.c | 530 test_thread_flag(TIF_NOTIFY_SIGNAL)) in do_notify_resume()
|
| /linux/arch/m68k/kernel/ |
| H A D | signal.c | 1116 if (test_thread_flag(TIF_NOTIFY_SIGNAL) || in do_notify_resume()
|