/openbmc/linux/include/linux/sched/ |
H A D | idle.h | 24 #ifdef TIF_POLLING_NRFLAG 30 arch_set_bit(TIF_POLLING_NRFLAG, in __current_set_polling() 36 arch_clear_bit(TIF_POLLING_NRFLAG, in __current_clr_polling() 44 set_bit(TIF_POLLING_NRFLAG, in __current_set_polling() 50 clear_bit(TIF_POLLING_NRFLAG, in __current_clr_polling()
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | thread_info.h | 83 #define TIF_POLLING_NRFLAG 16 /* true if poll_idle() is polling macro 94 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG)
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | thread_info.h | 97 #define TIF_POLLING_NRFLAG 16 /* true if poll_idle() is polling * TIF_NEED_RESCHED macro 107 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG)
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | thread_info.h | 44 #define TIF_POLLING_NRFLAG 3 /* true if poll_idle() is polling TIF_NEED_RESCHED */ macro 60 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG)
|
/openbmc/linux/Documentation/translations/zh_CN/scheduler/ |
H A D | sched-arch.rst | 56 5. 当need_resched变为高电平时,TIF_POLLING_NRFLAG可以由不需要中断来唤醒它们 60 - 5a. 如果TIF_POLLING_NRFLAG被设置,而我们确实决定进入一个中断睡眠,那
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | thread_info_32.h | 110 #define TIF_POLLING_NRFLAG 9 /* true if poll_idle() is polling macro 121 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG)
|
H A D | thread_info_64.h | 196 #define TIF_POLLING_NRFLAG 14 macro 210 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG)
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | thread_info.h | 64 #define TIF_POLLING_NRFLAG 16 /* poll_idle() is TIF_NEED_RESCHED */ macro 77 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG)
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | thread_info.h | 110 #define TIF_POLLING_NRFLAG 16 macro 118 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG)
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | thread_info.h | 69 #define TIF_POLLING_NRFLAG 14 /* idle is polling for TIF_NEED_RESCHED */ macro 77 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG)
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | thread_info.h | 109 #define TIF_POLLING_NRFLAG 17 /* true if poll_idle() is polling TIF_NEED_RESCHED */ macro 121 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG)
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | thread_info.h | 96 #define TIF_POLLING_NRFLAG 21 /* idle is polling for TIF_NEED_RESCHED */ macro 118 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG)
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | thread_info.h | 110 #define TIF_POLLING_NRFLAG 22 /* idle is polling for TIF_NEED_RESCHED */ macro 123 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG)
|
/openbmc/linux/drivers/cpuidle/ |
H A D | cpuidle-pseries.c | 42 set_thread_flag(TIF_POLLING_NRFLAG); in snooze_loop() 59 clear_thread_flag(TIF_POLLING_NRFLAG); in snooze_loop() 66 clear_thread_flag(TIF_POLLING_NRFLAG); in snooze_loop()
|
H A D | cpuidle-powernv.c | 74 set_thread_flag(TIF_POLLING_NRFLAG); in snooze_loop() 89 clear_thread_flag(TIF_POLLING_NRFLAG); in snooze_loop() 98 clear_thread_flag(TIF_POLLING_NRFLAG); in snooze_loop()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | thread_info.h | 118 #define TIF_POLLING_NRFLAG 19 /* true if poll_idle() is polling TIF_NEED_RESCHED */ macro 126 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG)
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-arch.rst | 51 5. TIF_POLLING_NRFLAG can be set by idle routines that do not 57 - 5a. If TIF_POLLING_NRFLAG is set, and we do decide to enter
|
/openbmc/linux/kernel/sched/ |
H A D | core.c | 900 #if defined(CONFIG_SMP) && defined(TIF_POLLING_NRFLAG)
|