Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmount.h181 int mntp_thread_in_ops; member
1080 _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); \
/f-stack/freebsd/kern/
H A Dvfs_mount.c1611 while (atomic_load_int(&mpcpu->mntp_thread_in_ops)) in vfs_op_wait_func()