Searched refs:db_shutdown_wait (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_db_impl.h128 kcondvar_t db_shutdown_wait; /* where the shutdown waits */ member in struct:rfs4_database
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c200 cv_init(&db->db_shutdown_wait, NULL, CV_DEFAULT, NULL);
227 cv_wait(&db->db_shutdown_wait, db->db_lock);
880 cv_signal(&table->dbt_db->db_shutdown_wait);

Completed in 59 milliseconds