Searched defs:TS_POLLING (Results 1 - 3 of 3) sorted by relevance

/arch/ia64/include/asm/
H A Dthread_info.h136 #define TS_POLLING 1 /* true if in idle loop and not sleeping */ macro
139 #define tsk_is_polling(t) (task_thread_info(t)->status & TS_POLLING)
/arch/tile/include/asm/
H A Dthread_info.h160 #define TS_POLLING 0x0004 /* in idle loop but not sleeping */ macro
163 #define tsk_is_polling(t) (task_thread_info(t)->status & TS_POLLING)
/arch/x86/include/asm/
H A Dthread_info.h255 #define TS_POLLING 0x0004 /* idle task polling need_resched, macro
259 #define tsk_is_polling(t) (task_thread_info(t)->status & TS_POLLING)

Completed in 93 milliseconds