Symbol: TIF_NOTIFY_RESUME
arch/alpha/include/asm/thread_info.h
62
#define TIF_NOTIFY_RESUME 1 /* callback before returning to user */
arch/arc/include/asm/thread_info.h
75
#define TIF_NOTIFY_RESUME 1 /* resumption notification requested */
arch/arm/include/asm/thread_info.h
144
#define TIF_NOTIFY_RESUME 2 /* callback before returning to user */
arch/arm64/include/asm/thread_info.h
63
#define TIF_NOTIFY_RESUME 3 /* callback before returning to user */
arch/csky/include/asm/thread_info.h
57
#define TIF_NOTIFY_RESUME 1 /* callback before returning to user */
arch/hexagon/include/asm/thread_info.h
87
#define TIF_NOTIFY_RESUME 1 /* resumption notification requested */
arch/m68k/include/asm/thread_info.h
62
#define TIF_NOTIFY_RESUME 5 /* callback before returning to user */
arch/microblaze/include/asm/thread_info.h
99
#define TIF_NOTIFY_RESUME 1 /* resumption notification requested */
arch/mips/include/asm/thread_info.h
114
#define TIF_NOTIFY_RESUME 5 /* callback before returning to user */
arch/nios2/include/asm/thread_info.h
74
#define TIF_NOTIFY_RESUME 1 /* resumption notification requested */
arch/openrisc/include/asm/thread_info.h
88
#define TIF_NOTIFY_RESUME 1 /* resumption notification requested */
arch/parisc/include/asm/thread_info.h
49
#define TIF_NOTIFY_RESUME 8 /* callback before returning to user */
arch/powerpc/include/asm/thread_info.h
110
#define TIF_NOTIFY_RESUME 13 /* callback before returning to user */
arch/sh/include/asm/thread_info.h
107
#define TIF_NOTIFY_RESUME 7 /* callback before returning to user */
arch/sparc/include/asm/thread_info_32.h
103
#define TIF_NOTIFY_RESUME 1 /* callback before returning to user */
arch/sparc/include/asm/thread_info_64.h
179
#define TIF_NOTIFY_RESUME 1 /* callback before returning to user */
arch/um/include/asm/thread_info.h
43
#define TIF_NOTIFY_RESUME 8
arch/xtensa/include/asm/thread_info.h
122
#define TIF_NOTIFY_RESUME 7 /* callback before returning to user */
include/asm-generic/thread_info_tif.h
9
#define TIF_NOTIFY_RESUME 0 // callback before returning to user