/linux/arch/arc/include/asm/ |
H A D | thread_info.h | 90 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro 96 _TIF_NOTIFY_RESUME | _TIF_NOTIFY_SIGNAL)
|
/linux/arch/parisc/include/asm/ |
H A D | thread_info.h | 58 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro 70 _TIF_NEED_RESCHED | _TIF_NOTIFY_SIGNAL)
|
/linux/arch/sparc/include/asm/ |
H A D | thread_info_32.h | 119 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro 124 _TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)
|
H A D | thread_info_64.h | 202 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro 217 _TIF_NOTIFY_SIGNAL)
|
/linux/arch/csky/include/asm/ |
H A D | thread_info.h | 75 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro 84 _TIF_NOTIFY_SIGNAL)
|
/linux/arch/sh/include/asm/ |
H A D | thread_info.h | 115 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro 132 _TIF_SYSCALL_TRACEPOINT | _TIF_NOTIFY_SIGNAL)
|
/linux/arch/arm64/include/asm/ |
H A D | thread_info.h | 100 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro 106 _TIF_NOTIFY_SIGNAL)
|
/linux/arch/alpha/include/asm/ |
H A D | thread_info.h | 76 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro 81 _TIF_NOTIFY_RESUME | _TIF_NOTIFY_SIGNAL)
|
/linux/arch/mips/include/asm/ |
H A D | thread_info.h | 141 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro 167 _TIF_UPROBE | _TIF_NOTIFY_SIGNAL)
|
/linux/arch/arm/include/asm/ |
H A D | thread_info.h | 165 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro 177 _TIF_NOTIFY_SIGNAL)
|
/linux/arch/um/include/asm/ |
H A D | thread_info.h | 50 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
|
/linux/arch/nios2/include/asm/ |
H A D | thread_info.h | 92 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
|
/linux/arch/openrisc/include/asm/ |
H A D | thread_info.h | 106 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro
|
/linux/arch/hexagon/include/asm/ |
H A D | thread_info.h | 101 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
|
/linux/arch/riscv/include/asm/ |
H A D | thread_info.h | 125 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
|
/linux/arch/microblaze/include/asm/ |
H A D | thread_info.h | 117 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
|
/linux/arch/xtensa/include/asm/ |
H A D | thread_info.h | 133 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro
|
/linux/arch/hexagon/kernel/ |
H A D | process.c | 170 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) { in do_work_pending()
|
/linux/include/linux/ |
H A D | entry-common.h | 68 _TIF_PATCH_PENDING | _TIF_NOTIFY_SIGNAL | \
|
/linux/arch/csky/kernel/ |
H A D | signal.c | 262 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
|
/linux/kernel/entry/ |
H A D | common.c | 110 if (ti_work & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in exit_to_user_mode_loop()
|
/linux/arch/powerpc/kernel/ |
H A D | signal.c | 303 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) { in do_notify_resume()
|
/linux/arch/sh/kernel/ |
H A D | signal_32.c | 505 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
|
/linux/arch/sparc/kernel/ |
H A D | signal_32.c | 524 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
|
/linux/arch/arm/kernel/ |
H A D | signal.c | 617 if (thread_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) { in do_work_pending()
|