Home
last modified time | relevance | path

Searched refs:tifp (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dprocess.c346 static inline void switch_to_bitmap(unsigned long tifp) in switch_to_bitmap() argument
355 if (tifp & _TIF_IO_BITMAP) in switch_to_bitmap()
419 static inline void switch_to_bitmap(unsigned long tifp) { } in switch_to_bitmap() argument
543 * tifp: Previous task's thread flags
546 static __always_inline void __speculation_ctrl_update(unsigned long tifp, in __speculation_ctrl_update() argument
549 unsigned long tif_diff = tifp ^ tifn; in __speculation_ctrl_update()
627 unsigned long tifp, tifn; in __switch_to_xtra() local
630 tifp = READ_ONCE(task_thread_info(prev_p)->flags); in __switch_to_xtra()
632 switch_to_bitmap(tifp); in __switch_to_xtra()
636 if ((tifp in __switch_to_xtra()
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H A 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
610 * tifp: Previous task's thread flags
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 in __switch_to_xtra()
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_bmap_util.c1219 struct xfs_ifork *tifp = &tip->i_df; in xfs_swap_extents_check_format() local
1230 tifp->if_format == XFS_DINODE_FMT_LOCAL) in xfs_swap_extents_check_format()
1237 if (ifp->if_nextents < tifp->if_nextents) in xfs_swap_extents_check_format()
1253 tifp->if_format == XFS_DINODE_FMT_BTREE) in xfs_swap_extents_check_format()
1257 if (tifp->if_format == XFS_DINODE_FMT_EXTENTS && in xfs_swap_extents_check_format()
1258 tifp->if_nextents > XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
1275 if (tifp->if_format == XFS_DINODE_FMT_BTREE) { in xfs_swap_extents_check_format()
1277 XFS_BMAP_BMDR_SPACE(tifp->if_broot) > XFS_IFORK_BOFF(ip)) in xfs_swap_extents_check_format()
1279 if (tifp->if_nextents <= XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
/kernel/linux/linux-6.6/fs/xfs/
H A 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()

Completed in 6 milliseconds