HomeSort by: relevance | last modified time | path
    Searched refs:pmp_unmounting_cv (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/puffs/
puffs_sys.h 166 kcondvar_t pmp_unmounting_cv; member in struct:puffs_mount
puffs_vfsops.c 300 cv_init(&pmp->pmp_unmounting_cv, "puffsum");
384 cv_broadcast(&pmp->pmp_unmounting_cv);
433 cv_destroy(&pmp->pmp_unmounting_cv);
puffs_msgif.c 1185 cv_wait(&pmp->pmp_unmounting_cv, &pmp->pmp_lock);

Completed in 29 milliseconds