Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dthread_info.h127 #define _TIF_IO_BITMAP (1 << TIF_IO_BITMAP) macro
150 _TIF_IO_BITMAP)
H A Dentry-common.h53 if (unlikely(ti_work & _TIF_IO_BITMAP)) in arch_exit_work()
/linux-6.15/arch/x86/kernel/
H A Dprocess.c428 if (tifp & _TIF_IO_BITMAP) in switch_to_bitmap()