Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/
Dprocess.c413 static inline void switch_to_bitmap(unsigned long tifp) in switch_to_bitmap() argument
422 if (tifp & _TIF_IO_BITMAP) in switch_to_bitmap()
486 static inline void switch_to_bitmap(unsigned long tifp) { } in switch_to_bitmap() argument
613 static __always_inline void __speculation_ctrl_update(unsigned long tifp, in __speculation_ctrl_update() argument
616 unsigned long tif_diff = tifp ^ tifn; in __speculation_ctrl_update()
694 unsigned long tifp, tifn; in __switch_to_xtra() local
697 tifp = read_task_thread_flags(prev_p); in __switch_to_xtra()
699 switch_to_bitmap(tifp); in __switch_to_xtra()
703 if ((tifp & _TIF_BLOCKSTEP || tifn & _TIF_BLOCKSTEP) && in __switch_to_xtra()
714 if ((tifp ^ tifn) & _TIF_NOTSC) in __switch_to_xtra()
[all …]
/linux-6.6.21/fs/xfs/
Dxfs_bmap_util.c1271 struct xfs_ifork *tifp = &tip->i_df; in xfs_swap_extents_check_format() local
1282 tifp->if_format == XFS_DINODE_FMT_LOCAL) in xfs_swap_extents_check_format()
1289 if (ifp->if_nextents < tifp->if_nextents) in xfs_swap_extents_check_format()
1305 tifp->if_format == XFS_DINODE_FMT_BTREE) in xfs_swap_extents_check_format()
1309 if (tifp->if_format == XFS_DINODE_FMT_EXTENTS && in xfs_swap_extents_check_format()
1310 tifp->if_nextents > XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
1327 if (tifp->if_format == XFS_DINODE_FMT_BTREE) { in xfs_swap_extents_check_format()
1329 XFS_BMAP_BMDR_SPACE(tifp->if_broot) > xfs_inode_fork_boff(ip)) in xfs_swap_extents_check_format()
1331 if (tifp->if_nextents <= XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()