Searched refs:TIF_NOHZ (Results 1 – 4 of 4) sorted by relevance
77 #define TIF_NOHZ 16 /* in adaptive nohz mode */ macro91 #define _TIF_NOHZ BIT(TIF_NOHZ)
120 #define TIF_NOHZ 19 /* in adaptive nohz mode */ macro143 #define _TIF_NOHZ (1<<TIF_NOHZ)
1092 if (test_thread_flag(TIF_NOHZ)) in syscall_trace_enter()1110 if (test_thread_flag(TIF_NOHZ)) in syscall_trace_leave()1121 if (test_thread_flag(TIF_NOHZ)) in syscall_trace_leave()
1002 optimized behind static key or through the slow path using TIF_NOHZ1027 Arch relies on TIF_NOHZ and syscall slow path to implement context