Home
last modified time | relevance | path

Searched refs:_TIF_POLLING_NRFLAG (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/arch/nios2/include/asm/
H A Dthread_info.h94 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) macro
/openbmc/linux/arch/openrisc/include/asm/
H A Dthread_info.h107 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG) macro
/openbmc/linux/arch/parisc/include/asm/
H A Dthread_info.h60 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) macro
/openbmc/linux/arch/sparc/include/asm/
H A Dthread_info_32.h121 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG) macro
H A Dthread_info_64.h210 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG) macro
/openbmc/linux/arch/csky/include/asm/
H A Dthread_info.h77 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) macro
/openbmc/linux/arch/microblaze/include/asm/
H A Dthread_info.h118 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) macro
/openbmc/linux/arch/sh/include/asm/
H A Dthread_info.h121 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) macro
/openbmc/linux/arch/alpha/include/asm/
H A Dthread_info.h77 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG) macro
/openbmc/linux/arch/x86/include/asm/
H A Dthread_info.h118 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) macro
/openbmc/linux/arch/ia64/include/asm/
H A Dthread_info.h123 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dthread_info.h126 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG) macro
/openbmc/linux/kernel/sched/
H A Dcore.c907 return !(fetch_or(&ti->flags, _TIF_NEED_RESCHED) & _TIF_POLLING_NRFLAG); in set_nr_and_not_polling()
922 if (!(val & _TIF_POLLING_NRFLAG)) in set_nr_if_polling()