Searched refs:vfs_op_thread_exit_crit (Results 1 – 2 of 2) sorted by relevance
| /freebsd-head/sys/sys/ |
| HD | mount.h | 1150 vfs_op_thread_exit_crit(mp, _mpcpu); \ 1165 #define vfs_op_thread_exit_crit(mp, _mpcpu) do { \ macro 1173 vfs_op_thread_exit_crit(mp, _mpcpu); \
|
| /freebsd-head/sys/kern/ |
| HD | vfs_cache.c | 5632 vfs_op_thread_exit_crit(prev_mp, prev_mpcpu); in cache_fplookup_climb_mount() 5636 vfs_op_thread_exit_crit(prev_mp, prev_mpcpu); in cache_fplookup_climb_mount() 5638 vfs_op_thread_exit_crit(mp, mpcpu); in cache_fplookup_climb_mount() 5642 vfs_op_thread_exit_crit(mp, mpcpu); in cache_fplookup_climb_mount() 5647 vfs_op_thread_exit_crit(mp, mpcpu); in cache_fplookup_climb_mount() 5652 vfs_op_thread_exit_crit(mp, mpcpu); in cache_fplookup_climb_mount() 5662 vfs_op_thread_exit_crit(prev_mp, prev_mpcpu); in cache_fplookup_climb_mount() 5689 vfs_op_thread_exit_crit(mp, mpcpu); in cache_fplookup_cross_mount() 5693 vfs_op_thread_exit_crit(mp, mpcpu); in cache_fplookup_cross_mount() 5698 vfs_op_thread_exit_crit(mp, mpcpu); in cache_fplookup_cross_mount() [all …]
|