Searched refs:TIF_NOTIFY_RESUME (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/include/linux/
H A Dresume_user_mode.h23 if (!test_and_set_tsk_thread_flag(task, TIF_NOTIFY_RESUME))
32 * This is called when %TIF_NOTIFY_RESUME has been set. Now we are
35 * %TIF_NOTIFY_RESUME before the call. If the flag gets set again
43 clear_thread_flag(TIF_NOTIFY_RESUME);
H A Drseq.h29 set_tsk_thread_flag(t, TIF_NOTIFY_RESUME);
/linux-master/arch/openrisc/include/asm/
H A Dthread_info.h88 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro
102 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
/linux-master/arch/hexagon/include/asm/
H A Dthread_info.h87 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro
97 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/linux-master/arch/m68k/include/asm/
H A Dthread_info.h61 #define TIF_NOTIFY_RESUME 5 /* callback before returning to user */ macro
70 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/linux-master/arch/nios2/include/asm/
H A Dthread_info.h74 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro
87 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/linux-master/arch/arc/include/asm/
H A Dthread_info.h75 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro
86 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
/linux-master/arch/sparc/include/asm/
H A Dthread_info_32.h103 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro
116 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
H A Dthread_info_64.h179 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro
199 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
/linux-master/arch/parisc/include/asm/
H A Dthread_info.h49 #define TIF_NOTIFY_RESUME 8 /* callback before returning to user */ macro
63 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/linux-master/arch/microblaze/include/asm/
H A Dthread_info.h99 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro
113 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/linux-master/arch/csky/include/asm/
H A Dthread_info.h57 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro
70 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/linux-master/arch/xtensa/include/asm/
H A Dthread_info.h122 #define TIF_NOTIFY_RESUME 7 /* callback before returning to user */ macro
134 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
/linux-master/arch/s390/include/asm/
H A Dthread_info.h64 #define TIF_NOTIFY_RESUME 0 /* callback before returning to user */ macro
88 #define _TIF_NOTIFY_RESUME BIT(TIF_NOTIFY_RESUME)
/linux-master/arch/riscv/include/asm/
H A Dthread_info.h97 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro
107 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/linux-master/arch/loongarch/include/asm/
H A Dthread_info.h71 #define TIF_NOTIFY_RESUME 3 /* callback before returning to user */ macro
93 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
/linux-master/arch/um/include/asm/
H A Dthread_info.h61 #define TIF_NOTIFY_RESUME 8 macro
/linux-master/arch/alpha/include/asm/
H A Dthread_info.h62 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro
74 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
/linux-master/arch/sh/include/asm/
H A Dthread_info.h107 #define TIF_NOTIFY_RESUME 7 /* callback before returning to user */ macro
119 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/linux-master/arch/arm64/include/asm/
H A Dthread_info.h62 #define TIF_NOTIFY_RESUME 2 /* callback before returning to user */ macro
87 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/linux-master/arch/mips/include/asm/
H A Dthread_info.h114 #define TIF_NOTIFY_RESUME 5 /* callback before returning to user */ macro
139 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
/linux-master/arch/arm/include/asm/
H A Dthread_info.h144 #define TIF_NOTIFY_RESUME 2 /* callback before returning to user */ macro
159 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/linux-master/arch/x86/include/asm/
H A Dthread_info.h87 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro
110 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
/linux-master/arch/powerpc/include/asm/
H A Dthread_info.h109 #define TIF_NOTIFY_RESUME 13 /* callback before returning to user */ macro
135 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
/linux-master/arch/nios2/kernel/
H A Dsignal.c324 } else if (test_thread_flag(TIF_NOTIFY_RESUME))

Completed in 422 milliseconds

12