Symbol: TIF_NOTIFY_RESUME
arch/alpha/include/asm/thread_info.h
74
#define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
arch/arc/include/asm/thread_info.h
86
#define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
arch/arc/kernel/signal.c
442
if (test_thread_flag(TIF_NOTIFY_RESUME))
arch/arm/include/asm/thread_info.h
159
#define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
arch/arm64/include/asm/thread_info.h
92
#define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
arch/csky/include/asm/thread_info.h
70
#define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
arch/hexagon/include/asm/thread_info.h
97
#define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
arch/m68k/include/asm/thread_info.h
71
#define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
arch/m68k/kernel/signal.c
1120
if (test_thread_flag(TIF_NOTIFY_RESUME))
arch/microblaze/include/asm/thread_info.h
113
#define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
arch/microblaze/kernel/signal.c
314
if (test_thread_flag(TIF_NOTIFY_RESUME))
arch/mips/include/asm/thread_info.h
139
#define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
arch/nios2/include/asm/thread_info.h
87
#define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
arch/nios2/kernel/signal.c
324
} else if (test_thread_flag(TIF_NOTIFY_RESUME))
arch/openrisc/include/asm/thread_info.h
102
#define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
arch/parisc/include/asm/thread_info.h
63
#define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
arch/parisc/kernel/signal.c
587
if (test_thread_flag(TIF_NOTIFY_RESUME))
arch/powerpc/include/asm/thread_info.h
137
#define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
arch/sh/include/asm/thread_info.h
119
#define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
arch/sparc/include/asm/thread_info_32.h
116
#define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
arch/sparc/include/asm/thread_info_64.h
199
#define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
arch/um/include/asm/thread_info.h
55
#define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
arch/xtensa/include/asm/thread_info.h
134
#define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
arch/xtensa/kernel/signal.c
533
if (test_thread_flag(TIF_NOTIFY_RESUME))
include/asm-generic/thread_info_tif.h
10
#define _TIF_NOTIFY_RESUME BIT(TIF_NOTIFY_RESUME)
include/linux/resume_user_mode.h
23
if (!test_and_set_tsk_thread_flag(task, TIF_NOTIFY_RESUME))
include/linux/resume_user_mode.h
43
clear_thread_flag(TIF_NOTIFY_RESUME);
include/linux/rseq_entry.h
684
static_assert(TIF_RSEQ != TIF_NOTIFY_RESUME);
include/linux/rseq_entry.h
698
set_tsk_thread_flag(current, TIF_NOTIFY_RESUME);
include/linux/thread_info.h
73
# define TIF_RSEQ TIF_NOTIFY_RESUME
io_uring/tw.h
68
if (test_thread_flag(TIF_NOTIFY_RESUME)) {
kernel/task_work.c
94
set_tsk_thread_flag(current, TIF_NOTIFY_RESUME);
security/keys/request_key.c
45
set_tsk_thread_flag(t, TIF_NOTIFY_RESUME);