Home
last modified time | relevance | path

Searched refs:_TIF_IO_BITMAP (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dthread_info.h111 #define _TIF_IO_BITMAP BIT(TIF_IO_BITMAP) macro
134 _TIF_IO_BITMAP)
H A Dentry-common.h53 if (unlikely(ti_work & _TIF_IO_BITMAP)) in arch_exit_work()
/linux/arch/x86/kernel/
H A Dprocess.c442 if (tifp & _TIF_IO_BITMAP) in switch_to_bitmap()