Searched refs:mpcpu (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | vfs_mount.c | 455 struct mount_pcpu *mpcpu; in vfs_ref() local 472 struct mount_pcpu *mpcpu; in vfs_rel() local 1532 struct mount_pcpu *mpcpu; in vfs_op_enter() local 1546 mpcpu->mntp_ref = 0; in vfs_op_enter() 1549 mpcpu->mntp_lockref = 0; in vfs_op_enter() 1605 struct mount_pcpu *mpcpu; in vfs_op_wait_func() local 1634 struct mount_pcpu *mpcpu; in vfs_assert_mount_counters() local 1652 struct mount_pcpu *mpcpu; in vfs_dump_mount_counters() local 1663 ref += mpcpu->mntp_ref; in vfs_dump_mount_counters() 1695 struct mount_pcpu *mpcpu; in vfs_mount_fetch_counter() local [all …]
|
| H A D | vfs_default.c | 668 struct mount_pcpu *mpcpu; local 686 if (vfs_op_thread_enter(mp, mpcpu)) { 688 vfs_mp_count_add_pcpu(mpcpu, ref, 1); 689 vfs_op_thread_exit(mp, mpcpu); 691 vfs_op_thread_exit(mp, mpcpu);
|
| H A D | vfs_vnops.c | 1785 struct mount_pcpu *mpcpu; in vn_start_write_refed() local 1789 vfs_op_thread_enter(mp, mpcpu)) { in vn_start_write_refed() 1791 vfs_mp_count_add_pcpu(mpcpu, writeopcount, 1); in vn_start_write_refed() 1792 vfs_op_thread_exit(mp, mpcpu); in vn_start_write_refed() 1942 struct mount_pcpu *mpcpu; in vn_finished_write() local 1948 if (vfs_op_thread_enter(mp, mpcpu)) { in vn_finished_write() 1949 vfs_mp_count_sub_pcpu(mpcpu, writeopcount, 1); in vn_finished_write() 1950 vfs_mp_count_sub_pcpu(mpcpu, ref, 1); in vn_finished_write() 1951 vfs_op_thread_exit(mp, mpcpu); in vn_finished_write()
|
| H A D | vfs_cache.c | 5069 struct mount_pcpu *mpcpu, *prev_mpcpu; in cache_fplookup_climb_mount() local 5092 vfs_op_thread_exit_crit(mp, mpcpu); in cache_fplookup_climb_mount() 5096 vfs_op_thread_exit_crit(mp, mpcpu); in cache_fplookup_climb_mount() 5101 vfs_op_thread_exit_crit(mp, mpcpu); in cache_fplookup_climb_mount() 5106 vfs_op_thread_exit_crit(mp, mpcpu); in cache_fplookup_climb_mount() 5110 prev_mpcpu = mpcpu; in cache_fplookup_climb_mount() 5126 struct mount_pcpu *mpcpu; in cache_fplookup_cross_mount() local 5143 vfs_op_thread_exit_crit(mp, mpcpu); in cache_fplookup_cross_mount() 5147 vfs_op_thread_exit_crit(mp, mpcpu); in cache_fplookup_cross_mount() 5152 vfs_op_thread_exit_crit(mp, mpcpu); in cache_fplookup_cross_mount() [all …]
|
| H A D | vfs_subr.c | 739 struct mount_pcpu *mpcpu; in vfs_busy() local 744 if (vfs_op_thread_enter(mp, mpcpu)) { in vfs_busy() 748 vfs_mp_count_add_pcpu(mpcpu, ref, 1); in vfs_busy() 750 vfs_op_thread_exit(mp, mpcpu); in vfs_busy() 800 struct mount_pcpu *mpcpu; in vfs_unbusy() local 805 if (vfs_op_thread_enter(mp, mpcpu)) { in vfs_unbusy() 808 vfs_mp_count_sub_pcpu(mpcpu, ref, 1); in vfs_unbusy() 809 vfs_op_thread_exit(mp, mpcpu); in vfs_unbusy() 6501 struct mount_pcpu *mpcpu; in vfs_cache_root() local 6509 vfs_op_thread_exit(mp, mpcpu); in vfs_cache_root() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | mount.h | 1087 MPASS(mpcpu->mntp_thread_in_ops == 0); \
|