Searched refs:TIF_NOHZ (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/loongarch/include/asm/
H A Dthread_info.h74 #define TIF_NOHZ 6 /* in adaptive nohz mode */ macro
95 #define _TIF_NOHZ (1<<TIF_NOHZ)
/linux-master/arch/mips/include/asm/
H A Dthread_info.h120 #define TIF_NOHZ 19 /* in adaptive nohz mode */ macro
143 #define _TIF_NOHZ (1<<TIF_NOHZ)
/linux-master/arch/sparc/include/asm/
H A Dthread_info_64.h186 #define TIF_NOHZ 8 /* in adaptive nohz mode */ macro
206 #define _TIF_NOHZ (1<<TIF_NOHZ)
/linux-master/kernel/
H A Dcontext_tracking.c712 * Set TIF_NOHZ to init/0 and let it propagate to all tasks through fork
715 set_tsk_thread_flag(&init_task, TIF_NOHZ);
/linux-master/arch/sparc/kernel/
H A Dptrace_64.c1092 if (test_thread_flag(TIF_NOHZ))
1110 if (test_thread_flag(TIF_NOHZ))
1121 if (test_thread_flag(TIF_NOHZ))

Completed in 133 milliseconds