| /arch/um/include/asm/ |
| A D | thread_info.h | 43 #define TIF_NOTIFY_RESUME 8 macro 55 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /arch/m68k/include/asm/ |
| A D | thread_info.h | 62 #define TIF_NOTIFY_RESUME 5 /* callback before returning to user */ macro 71 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /arch/nios2/include/asm/ |
| A D | thread_info.h | 74 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 87 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /arch/hexagon/include/asm/ |
| A D | thread_info.h | 87 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 97 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /arch/openrisc/include/asm/ |
| A D | thread_info.h | 88 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 102 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
| /arch/arc/include/asm/ |
| A D | thread_info.h | 75 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 86 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
| /arch/parisc/include/asm/ |
| A D | thread_info.h | 49 #define TIF_NOTIFY_RESUME 8 /* callback before returning to user */ macro 63 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /arch/riscv/include/asm/ |
| A D | thread_info.h | 112 #define TIF_NOTIFY_RESUME 2 /* callback before returning to user */ macro 123 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /arch/sparc/include/asm/ |
| A D | thread_info_32.h | 103 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 116 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
| A D | thread_info_64.h | 179 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 199 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
| /arch/csky/include/asm/ |
| A D | thread_info.h | 57 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 70 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /arch/loongarch/include/asm/ |
| A D | thread_info.h | 72 #define TIF_NOTIFY_RESUME 3 /* callback before returning to user */ macro 95 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
| /arch/microblaze/include/asm/ |
| A D | thread_info.h | 99 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 113 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /arch/xtensa/include/asm/ |
| A D | thread_info.h | 122 #define TIF_NOTIFY_RESUME 7 /* callback before returning to user */ macro 134 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
| /arch/s390/include/asm/ |
| A D | thread_info.h | 60 #define TIF_NOTIFY_RESUME 0 /* callback before returning to user */ macro 82 #define _TIF_NOTIFY_RESUME BIT(TIF_NOTIFY_RESUME)
|
| /arch/sh/include/asm/ |
| A D | thread_info.h | 107 #define TIF_NOTIFY_RESUME 7 /* callback before returning to user */ macro 119 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /arch/alpha/include/asm/ |
| A D | thread_info.h | 62 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 74 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
| /arch/arm64/include/asm/ |
| A D | thread_info.h | 63 #define TIF_NOTIFY_RESUME 3 /* callback before returning to user */ macro 93 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /arch/mips/include/asm/ |
| A D | thread_info.h | 114 #define TIF_NOTIFY_RESUME 5 /* callback before returning to user */ macro 139 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
| /arch/x86/include/asm/ |
| A D | thread_info.h | 87 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 111 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /arch/arm/include/asm/ |
| A D | thread_info.h | 144 #define TIF_NOTIFY_RESUME 2 /* callback before returning to user */ macro 159 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /arch/powerpc/include/asm/ |
| A D | thread_info.h | 110 #define TIF_NOTIFY_RESUME 13 /* callback before returning to user */ macro 137 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
| /arch/microblaze/kernel/ |
| A D | signal.c | 314 if (test_thread_flag(TIF_NOTIFY_RESUME)) in do_notify_resume()
|
| /arch/nios2/kernel/ |
| A D | signal.c | 324 } else if (test_thread_flag(TIF_NOTIFY_RESUME)) in do_notify_resume()
|
| /arch/arc/kernel/ |
| A D | signal.c | 442 if (test_thread_flag(TIF_NOTIFY_RESUME)) in do_notify_resume()
|