Home
last modified time | relevance | path

Searched refs:mntp_thread_in_ops (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dmount.h188 int mntp_thread_in_ops; member
1135 _mpcpu->mntp_thread_in_ops == 1; \
1142 MPASS(mpcpu->mntp_thread_in_ops == 0); \
1143 _mpcpu->mntp_thread_in_ops = 1; \
1163 MPASS(_mpcpu->mntp_thread_in_ops == 1); \
1165 _mpcpu->mntp_thread_in_ops = 0; \
1174 MPASS(_mpcpu->mntp_thread_in_ops == 1); \
1179 MPASS(_mpcpu->mntp_thread_in_ops == 1); \
/freebsd/sys/kern/
H A Dvfs_mount.c1939 while (atomic_load_int(&mpcpu->mntp_thread_in_ops)) in vfs_op_wait_func()