Searched refs:tifp (Results 1 – 2 of 2) sorted by relevance
356 static inline void switch_to_bitmap(unsigned long tifp) in switch_to_bitmap() argument365 if (tifp & _TIF_IO_BITMAP) in switch_to_bitmap()429 static inline void switch_to_bitmap(unsigned long tifp) { } in switch_to_bitmap() argument556 static __always_inline void __speculation_ctrl_update(unsigned long tifp, in __speculation_ctrl_update() argument559 unsigned long tif_diff = tifp ^ tifn; in __speculation_ctrl_update()637 unsigned long tifp, tifn; in __switch_to_xtra() local640 tifp = READ_ONCE(task_thread_info(prev_p)->flags); in __switch_to_xtra()642 switch_to_bitmap(tifp); in __switch_to_xtra()646 if ((tifp & _TIF_BLOCKSTEP || tifn & _TIF_BLOCKSTEP) && in __switch_to_xtra()657 if ((tifp ^ tifn) & _TIF_NOTSC) in __switch_to_xtra()[all …]
1260 struct xfs_ifork *tifp = &tip->i_df; in xfs_swap_extents_check_format() local1271 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()