Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Dprocess.c419 static inline void switch_to_bitmap(unsigned long tifp) in switch_to_bitmap() argument
428 if (tifp & _TIF_IO_BITMAP) in switch_to_bitmap()
622 unsigned long tif_diff = tifp ^ tifn; in __speculation_ctrl_update()
700 unsigned long tifp, tifn; in __switch_to_xtra() local
703 tifp = read_task_thread_flags(prev_p); in __switch_to_xtra()
705 switch_to_bitmap(tifp); in __switch_to_xtra()
709 if ((tifp & _TIF_BLOCKSTEP || tifn & _TIF_BLOCKSTEP) && in __switch_to_xtra()
720 if ((tifp ^ tifn) & _TIF_NOTSC) in __switch_to_xtra()
723 if ((tifp ^ tifn) & _TIF_NOCPUID) in __switch_to_xtra()
726 if (likely(!((tifp | tifn) & _TIF_SPEC_FORCE_UPDATE))) { in __switch_to_xtra()
[all …]
/linux-6.15/fs/xfs/
H A Dxfs_bmap_util.c1148 struct xfs_ifork *tifp = &tip->i_df; in xfs_swap_extents_check_format() local
1159 tifp->if_format == XFS_DINODE_FMT_LOCAL) in xfs_swap_extents_check_format()
1166 if (ifp->if_nextents < tifp->if_nextents) in xfs_swap_extents_check_format()
1182 tifp->if_format == XFS_DINODE_FMT_BTREE) in xfs_swap_extents_check_format()
1186 if (tifp->if_format == XFS_DINODE_FMT_EXTENTS && in xfs_swap_extents_check_format()
1187 tifp->if_nextents > XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
1204 if (tifp->if_format == XFS_DINODE_FMT_BTREE) { in xfs_swap_extents_check_format()
1206 xfs_bmap_bmdr_space(tifp->if_broot) > xfs_inode_fork_boff(ip)) in xfs_swap_extents_check_format()
1208 if (tifp->if_nextents <= XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
/linux-6.15/fs/xfs/scrub/
H A Dtempfile.c663 struct xfs_ifork *tifp; in xrep_tempexch_estimate() local
676 tifp = xfs_ifork_ptr(sc->tempip, whichfork); in xrep_tempexch_estimate()
677 if (tifp->if_format == XFS_DINODE_FMT_LOCAL) in xrep_tempexch_estimate()
696 req->nr_exchanges = 1 + tifp->if_nextents; in xrep_tempexch_estimate()