Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Dresume_user_mode.h23 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 Drseq.h29 set_tsk_thread_flag(t, TIF_NOTIFY_RESUME); in rseq_set_notify_resume()
/linux/arch/m68k/include/asm/
H A Dthread_info.h62 #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 Dthread_info.h74 #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 Dthread_info.h88 #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 Dthread_info.h87 #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 Dthread_info.h75 #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 Dthread_info.h49 #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 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/arch/s390/include/asm/
H A Dthread_info.h65 #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 Dthread_info.h57 #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 Dthread_info.h71 #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 Dthread_info.h99 #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 Dthread_info.h122 #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 Dthread_info.h107 #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 Dthread_info.h62 #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 Dthread_info.h62 #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 Dthread_info.h114 #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 Dthread_info.h87 #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 Dthread_info.h144 #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 Dthread_info.h109 #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 Dthread_info.h61 #define TIF_NOTIFY_RESUME 8 macro
/linux/kernel/
H A Dtask_work.c12 test_and_set_tsk_thread_flag(current, TIF_NOTIFY_RESUME); in task_work_set_notify_irq()
/linux/arch/microblaze/kernel/
H A Dsignal.c314 if (test_thread_flag(TIF_NOTIFY_RESUME)) in do_notify_resume()

12