Home
last modified time | relevance | path

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

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