| /linux-4.4.14/arch/nios2/include/asm/ |
| D | thread_info.h | 94 #define TIF_POLLING_NRFLAG 16 /* true if poll_idle() is polling macro 104 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG)
|
| /linux-4.4.14/arch/openrisc/include/asm/ |
| D | thread_info.h | 109 #define TIF_POLLING_NRFLAG 16 /* true if poll_idle() is polling * TIF_NEED_RESCHED macro 118 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG)
|
| /linux-4.4.14/arch/h8300/include/asm/ |
| D | thread_info.h | 81 #define TIF_POLLING_NRFLAG 9 /* true if poll_idle() is polling TIF_NEED_RESCHED */ macro 91 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG)
|
| /linux-4.4.14/arch/sparc/include/asm/ |
| D | thread_info_32.h | 111 #define TIF_POLLING_NRFLAG 9 /* true if poll_idle() is polling macro 121 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG)
|
| D | thread_info_64.h | 195 #define TIF_POLLING_NRFLAG 14 macro 207 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG)
|
| /linux-4.4.14/arch/parisc/include/asm/ |
| D | thread_info.h | 49 #define TIF_POLLING_NRFLAG 3 /* true if poll_idle() is polling TIF_NEED_RESCHED */ macro 62 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG)
|
| /linux-4.4.14/arch/mn10300/include/asm/ |
| D | thread_info.h | 147 #define TIF_POLLING_NRFLAG 16 /* true if poll_idle() is polling TIF_NEED_RESCHED */ macro 155 #define _TIF_POLLING_NRFLAG +(1 << TIF_POLLING_NRFLAG)
|
| /linux-4.4.14/arch/alpha/include/asm/ |
| D | thread_info.h | 69 #define TIF_POLLING_NRFLAG 14 /* idle is polling for TIF_NEED_RESCHED */ macro 76 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG)
|
| /linux-4.4.14/arch/tile/include/asm/ |
| D | thread_info.h | 127 #define TIF_POLLING_NRFLAG 10 /* idle is polling for TIF_NEED_RESCHED */ macro 140 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG)
|
| /linux-4.4.14/arch/microblaze/include/asm/ |
| D | thread_info.h | 121 #define TIF_POLLING_NRFLAG 16 macro 128 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG)
|
| /linux-4.4.14/arch/sh/include/asm/ |
| D | thread_info.h | 119 #define TIF_POLLING_NRFLAG 17 /* true if poll_idle() is polling TIF_NEED_RESCHED */ macro 130 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG)
|
| /linux-4.4.14/arch/powerpc/include/asm/ |
| D | thread_info.h | 85 #define TIF_POLLING_NRFLAG 3 /* true if poll_idle() is polling macro 109 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG)
|
| /linux-4.4.14/arch/x86/include/asm/ |
| D | thread_info.h | 105 #define TIF_POLLING_NRFLAG 21 /* idle is polling for TIF_NEED_RESCHED */ macro 128 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG)
|
| /linux-4.4.14/arch/ia64/include/asm/ |
| D | thread_info.h | 104 #define TIF_POLLING_NRFLAG 22 /* idle is polling for TIF_NEED_RESCHED */ macro 116 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG)
|
| /linux-4.4.14/drivers/cpuidle/ |
| D | cpuidle-pseries.c | 67 set_thread_flag(TIF_POLLING_NRFLAG); in snooze_loop() 78 clear_thread_flag(TIF_POLLING_NRFLAG); in snooze_loop()
|
| D | cpuidle-powernv.c | 42 set_thread_flag(TIF_POLLING_NRFLAG); in snooze_loop() 55 clear_thread_flag(TIF_POLLING_NRFLAG); in snooze_loop()
|
| /linux-4.4.14/Documentation/scheduler/ |
| D | sched-arch.txt | 48 5. TIF_POLLING_NRFLAG can be set by idle routines that do not 54 5a. If TIF_POLLING_NRFLAG is set, and we do decide to enter
|
| /linux-4.4.14/include/linux/ |
| D | sched.h | 2980 #ifdef TIF_POLLING_NRFLAG 2983 return test_tsk_thread_flag(p, TIF_POLLING_NRFLAG); in tsk_is_polling() 2988 set_thread_flag(TIF_POLLING_NRFLAG); in __current_set_polling() 3006 clear_thread_flag(TIF_POLLING_NRFLAG); in __current_clr_polling()
|
| /linux-4.4.14/kernel/sched/ |
| D | core.c | 470 #if defined(CONFIG_SMP) && defined(TIF_POLLING_NRFLAG)
|