Searched refs:c_popcv (Results 1 – 5 of 5) sorted by relevance
153 cv_wait(&cp->c_popcv, &cp->c_statelock); in c_cod_check_cached_object()
177 cv_wait(&cp->c_popcv, &cp->c_statelock); in c_strict_check_cached_object()
308 cv_wait(&cp->c_popcv, &cp->c_statelock); in cachefs_cnode_inactive()465 cv_destroy(&cp->c_popcv); in cachefs_cnode_inactive()712 cv_init(&cp->c_popcv, NULL, CV_DEFAULT, NULL); in cachefs_cnode_init()875 cv_destroy(&cp->c_popcv); in cachefs_cnode_init()
1145 cv_wait(&cp->c_popcv, &cp->c_statelock); in cachefs_getfrontfile()2483 cv_broadcast(&cp->c_popcv); in cachefs_async_populate()
916 kcondvar_t c_popcv; /* cnode populate cond var. */ member