Lines Matching refs:mpcpu
839 struct mount_pcpu *mpcpu; in vfs_busy() local
844 if (vfs_op_thread_enter(mp, mpcpu)) { in vfs_busy()
848 vfs_mp_count_add_pcpu(mpcpu, ref, 1); in vfs_busy()
849 vfs_mp_count_add_pcpu(mpcpu, lockref, 1); in vfs_busy()
850 vfs_op_thread_exit(mp, mpcpu); in vfs_busy()
900 struct mount_pcpu *mpcpu; in vfs_unbusy() local
905 if (vfs_op_thread_enter(mp, mpcpu)) { in vfs_unbusy()
907 vfs_mp_count_sub_pcpu(mpcpu, lockref, 1); in vfs_unbusy()
908 vfs_mp_count_sub_pcpu(mpcpu, ref, 1); in vfs_unbusy()
909 vfs_op_thread_exit(mp, mpcpu); in vfs_unbusy()
6880 struct mount_pcpu *mpcpu; in vfs_cache_root() local
6884 if (!vfs_op_thread_enter(mp, mpcpu)) in vfs_cache_root()
6888 vfs_op_thread_exit(mp, mpcpu); in vfs_cache_root()
6892 vfs_op_thread_exit(mp, mpcpu); in vfs_cache_root()