Searched refs:mntp_thread_in_ops (Results 1 – 2 of 2) sorted by relevance
181 int mntp_thread_in_ops; member1080 _mpcpu->mntp_thread_in_ops == 1; \1087 MPASS(mpcpu->mntp_thread_in_ops == 0); \1088 _mpcpu->mntp_thread_in_ops = 1; \1108 MPASS(_mpcpu->mntp_thread_in_ops == 1); \1110 _mpcpu->mntp_thread_in_ops = 0; \1119 MPASS(_mpcpu->mntp_thread_in_ops == 1); \1124 MPASS(_mpcpu->mntp_thread_in_ops == 1); \
1611 while (atomic_load_int(&mpcpu->mntp_thread_in_ops)) in vfs_op_wait_func()