Searched refs:_TIF_NOTIFY_SIGNAL (Results 1 – 25 of 35) sorted by relevance
12
52 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro59 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL | \
90 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro96 _TIF_NOTIFY_RESUME | _TIF_NOTIFY_SIGNAL)
58 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro70 _TIF_NEED_RESCHED | _TIF_NOTIFY_SIGNAL)
119 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro124 _TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)
202 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro217 _TIF_NOTIFY_SIGNAL)
75 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro84 _TIF_NOTIFY_SIGNAL)
115 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro132 _TIF_SYSCALL_TRACEPOINT | _TIF_NOTIFY_SIGNAL)
76 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro81 _TIF_NOTIFY_RESUME | _TIF_NOTIFY_SIGNAL)
106 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro112 _TIF_NOTIFY_SIGNAL | _TIF_SIGPENDING | \
141 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro167 _TIF_UPROBE | _TIF_NOTIFY_SIGNAL)
165 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro177 _TIF_NOTIFY_SIGNAL)
127 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro149 _TIF_PATCH_PENDING | _TIF_NOTIFY_SIGNAL)
92 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
101 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
106 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro
125 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
96 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro
117 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
133 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro
89 #define _TIF_NOTIFY_SIGNAL BIT(TIF_NOTIFY_SIGNAL) macro
170 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) { in do_work_pending()
262 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
91 if (thread_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in interrupt_end()
341 if (thread_flags & (_TIF_SIGPENDING|_TIF_NOTIFY_SIGNAL)) { in do_work_pending()
Completed in 341 milliseconds