Searched refs:_TIF_POLLING_NRFLAG (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/arch/parisc/include/asm/
H A Dthread_info.h62 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) macro
/linux-4.1.27/arch/sparc/include/asm/
H A Dthread_info_32.h121 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG) macro
H A Dthread_info_64.h207 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG) macro
/linux-4.1.27/arch/nios2/include/asm/
H A Dthread_info.h104 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) macro
/linux-4.1.27/arch/openrisc/include/asm/
H A Dthread_info.h118 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG) macro
/linux-4.1.27/arch/alpha/include/asm/
H A Dthread_info.h76 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG) macro
/linux-4.1.27/arch/tile/include/asm/
H A Dthread_info.h139 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG) macro
/linux-4.1.27/arch/microblaze/include/asm/
H A Dthread_info.h128 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) macro
/linux-4.1.27/arch/sh/include/asm/
H A Dthread_info.h130 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) macro
/linux-4.1.27/arch/mn10300/include/asm/
H A Dthread_info.h155 #define _TIF_POLLING_NRFLAG +(1 << TIF_POLLING_NRFLAG) macro
/linux-4.1.27/arch/powerpc/include/asm/
H A Dthread_info.h109 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG) macro
/linux-4.1.27/arch/ia64/include/asm/
H A Dthread_info.h116 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) macro
/linux-4.1.27/arch/x86/include/asm/
H A Dthread_info.h128 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) macro
/linux-4.1.27/kernel/sched/
H A Dcore.c502 return !(fetch_or(&ti->flags, _TIF_NEED_RESCHED) & _TIF_POLLING_NRFLAG); set_nr_and_not_polling()
517 if (!(val & _TIF_POLLING_NRFLAG)) set_nr_if_polling()

Completed in 136 milliseconds