Home
last modified time | relevance | path

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
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c203 cv_init(&db->db_shutdown_wait, NULL, CV_DEFAULT, NULL); in rfs4_database_create()
230 cv_wait(&db->db_shutdown_wait, db->db_lock); in rfs4_database_shutdown()
925 cv_signal(&table->dbt_db->db_shutdown_wait); in reaper_thread()