Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A Dprocess.c373 static inline void switch_to_bitmap(unsigned long tifp) in switch_to_bitmap() argument
382 if (tifp & _TIF_IO_BITMAP) in switch_to_bitmap()
576 unsigned long tif_diff = tifp ^ tifn; in __speculation_ctrl_update()
654 unsigned long tifp, tifn; in __switch_to_xtra() local
657 tifp = READ_ONCE(task_thread_info(prev_p)->flags); in __switch_to_xtra()
659 switch_to_bitmap(tifp); in __switch_to_xtra()
663 if ((tifp & _TIF_BLOCKSTEP || tifn & _TIF_BLOCKSTEP) && in __switch_to_xtra()
674 if ((tifp ^ tifn) & _TIF_NOTSC) in __switch_to_xtra()
677 if ((tifp ^ tifn) & _TIF_NOCPUID) in __switch_to_xtra()
681 __speculation_ctrl_update(tifp, tifn); in __switch_to_xtra()
[all …]
/linux/fs/xfs/
A Dxfs_bmap_util.c1260 struct xfs_ifork *tifp = &tip->i_df; in xfs_swap_extents_check_format() local
1271 tifp->if_format == XFS_DINODE_FMT_LOCAL) in xfs_swap_extents_check_format()
1278 if (ifp->if_nextents < tifp->if_nextents) in xfs_swap_extents_check_format()
1294 tifp->if_format == XFS_DINODE_FMT_BTREE) in xfs_swap_extents_check_format()
1298 if (tifp->if_format == XFS_DINODE_FMT_EXTENTS && in xfs_swap_extents_check_format()
1299 tifp->if_nextents > XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
1316 if (tifp->if_format == XFS_DINODE_FMT_BTREE) { in xfs_swap_extents_check_format()
1318 XFS_BMAP_BMDR_SPACE(tifp->if_broot) > XFS_IFORK_BOFF(ip)) in xfs_swap_extents_check_format()
1320 if (tifp->if_nextents <= XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()

Completed in 6 milliseconds