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.h192 int mntp_thread_in_ops; member
1145 _mpcpu->mntp_thread_in_ops == 1; \
1152 MPASS(mpcpu->mntp_thread_in_ops == 0); \
1153 _mpcpu->mntp_thread_in_ops = 1; \
1173 MPASS(_mpcpu->mntp_thread_in_ops == 1); \
1175 _mpcpu->mntp_thread_in_ops = 0; \
1184 MPASS(_mpcpu->mntp_thread_in_ops == 1); \
1189 MPASS(_mpcpu->mntp_thread_in_ops == 1); \
/freebsd/sys/kern/
H A Dvfs_mount.c1950 while (atomic_load_int(&mpcpu->mntp_thread_in_ops)) in vfs_op_wait_func()