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()
124 kcondvar_t tq_maxalloc_cv; member
791 cv_init(&tq->tq_maxalloc_cv, NULL, CV_DEFAULT, NULL); in taskq_constructor()815 cv_destroy(&tq->tq_maxalloc_cv); in taskq_destructor()1016 wait_rv = cv_timedwait(&tq->tq_maxalloc_cv, in taskq_ent_alloc()1061 cv_signal(&tq->tq_maxalloc_cv); in taskq_ent_free()