Home
last modified time | relevance | path

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

/linux/arch/nios2/include/asm/
H A Dthread_info.h94 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) macro
/linux/arch/openrisc/include/asm/
H A Dthread_info.h107 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG) macro
/linux/arch/parisc/include/asm/
H A Dthread_info.h60 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) macro
/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
/linux/arch/csky/include/asm/
H A Dthread_info.h77 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) macro
/linux/arch/microblaze/include/asm/
H A Dthread_info.h118 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) macro
/linux/arch/sh/include/asm/
H A Dthread_info.h121 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) macro
/linux/arch/alpha/include/asm/
H A Dthread_info.h77 #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG) macro
/linux/kernel/sched/
H A Dcore.c954 return !(fetch_or(&ti->flags, 1 << tif) & _TIF_POLLING_NRFLAG); in set_nr_and_not_polling()
969 if (!(val & _TIF_POLLING_NRFLAG)) in set_nr_if_polling()