Searched refs:tq_maxalloc_cv (Results 1 – 3 of 3) sorted by relevance
87 kcondvar_t tq_maxalloc_cv; member117 rv = cv_timedwait(&tq->tq_maxalloc_cv, in task_alloc()148 cv_signal(&tq->tq_maxalloc_cv); in task_free()323 cv_init(&tq->tq_maxalloc_cv, NULL, CV_DEFAULT, NULL); in taskq_create_proc()380 cv_destroy(&tq->tq_maxalloc_cv); in taskq_destroy()
128 kcondvar_t tq_maxalloc_cv; member
896 cv_init(&tq->tq_maxalloc_cv, NULL, CV_DEFAULT, NULL); in taskq_constructor()919 cv_destroy(&tq->tq_maxalloc_cv); in taskq_destructor()1120 wait_rv = cv_timedwait(&tq->tq_maxalloc_cv, in taskq_ent_alloc()1165 cv_signal(&tq->tq_maxalloc_cv); in taskq_ent_free()