/linux/include/linux/ |
H A D | resume_user_mode.h | 23 if (!test_and_set_tsk_thread_flag(task, TIF_NOTIFY_RESUME)) in set_notify_resume() 43 clear_thread_flag(TIF_NOTIFY_RESUME); in resume_user_mode_work()
|
H A D | rseq.h | 29 set_tsk_thread_flag(t, TIF_NOTIFY_RESUME); in rseq_set_notify_resume()
|
/linux/arch/m68k/include/asm/ |
H 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)
|
/linux/arch/nios2/include/asm/ |
H A D | thread_info.h | 74 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 87 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/linux/arch/openrisc/include/asm/ |
H A D | thread_info.h | 88 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 102 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/linux/arch/hexagon/include/asm/ |
H A D | thread_info.h | 87 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 97 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/linux/arch/arc/include/asm/ |
H A D | thread_info.h | 75 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 86 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/linux/arch/parisc/include/asm/ |
H 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)
|
/linux/arch/sparc/include/asm/ |
H 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)
|
H 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)
|
/linux/arch/s390/include/asm/ |
H A D | thread_info.h | 65 #define TIF_NOTIFY_RESUME 0 /* callback before returning to user */ macro 89 #define _TIF_NOTIFY_RESUME BIT(TIF_NOTIFY_RESUME)
|
/linux/arch/csky/include/asm/ |
H 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)
|
/linux/arch/loongarch/include/asm/ |
H A D | thread_info.h | 71 #define TIF_NOTIFY_RESUME 3 /* callback before returning to user */ macro 93 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/linux/arch/microblaze/include/asm/ |
H A D | thread_info.h | 99 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 113 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/linux/arch/xtensa/include/asm/ |
H 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)
|
/linux/arch/sh/include/asm/ |
H 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)
|
/linux/arch/arm64/include/asm/ |
H A D | thread_info.h | 62 #define TIF_NOTIFY_RESUME 2 /* callback before returning to user */ macro 88 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/linux/arch/alpha/include/asm/ |
H 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)
|
/linux/arch/mips/include/asm/ |
H 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)
|
/linux/arch/x86/include/asm/ |
H A D | thread_info.h | 87 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 110 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
/linux/arch/arm/include/asm/ |
H 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)
|
/linux/arch/powerpc/include/asm/ |
H A D | thread_info.h | 109 #define TIF_NOTIFY_RESUME 13 /* callback before returning to user */ macro 135 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
/linux/arch/um/include/asm/ |
H A D | thread_info.h | 61 #define TIF_NOTIFY_RESUME 8 macro
|
/linux/kernel/ |
H A D | task_work.c | 12 test_and_set_tsk_thread_flag(current, TIF_NOTIFY_RESUME); in task_work_set_notify_irq()
|
/linux/arch/microblaze/kernel/ |
H A D | signal.c | 314 if (test_thread_flag(TIF_NOTIFY_RESUME)) in do_notify_resume()
|