HomeSort by: relevance | last modified time | path
    Searched defs:pool_busy (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
subr_pool.c 264 static kcondvar_t pool_busy; variable in typeref:typename:kcondvar_t
701 cv_init(&pool_busy, "poolbusy");
1031 cv_wait(&pool_busy, &pool_head_lock);
1781 cv_broadcast(&pool_busy);
2223 cv_wait(&pool_busy, &pool_head_lock);
2306 cv_broadcast(&pool_busy);
3499 cv_broadcast(&pool_busy);

Completed in 12 milliseconds