Searched refs:tq_maxalloc_cv (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libzpool/common/ |
H A D | taskq.c | 52 kcondvar_t tq_maxalloc_cv; member 82 rv = cv_timedwait(&tq->tq_maxalloc_cv, in task_alloc() 113 cv_signal(&tq->tq_maxalloc_cv); in task_free() 252 cv_init(&tq->tq_maxalloc_cv, NULL, CV_DEFAULT, NULL); in taskq_create() 310 cv_destroy(&tq->tq_maxalloc_cv); in taskq_destroy()
|
/titanic_41/usr/src/lib/libfakekernel/common/ |
H A D | taskq.c | 82 kcondvar_t tq_maxalloc_cv; member 112 rv = cv_timedwait(&tq->tq_maxalloc_cv, in task_alloc() 143 cv_signal(&tq->tq_maxalloc_cv); in task_free() 291 cv_init(&tq->tq_maxalloc_cv, NULL, CV_DEFAULT, NULL); in taskq_create_proc() 348 cv_destroy(&tq->tq_maxalloc_cv); in taskq_destroy()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | taskq_impl.h | 122 kcondvar_t tq_maxalloc_cv; member
|
/titanic_41/usr/src/uts/common/os/ |
H A D | taskq.c | 782 cv_init(&tq->tq_maxalloc_cv, NULL, CV_DEFAULT, NULL); in taskq_constructor() 806 cv_destroy(&tq->tq_maxalloc_cv); in taskq_destructor() 1007 wait_rv = cv_timedwait(&tq->tq_maxalloc_cv, in taskq_ent_alloc() 1052 cv_signal(&tq->tq_maxalloc_cv); in taskq_ent_free()
|