Searched refs:tq_threadlist (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libzpool/common/ |
H A D | taskq.c | 45 thread_t *tq_threadlist; member 261 tq->tq_threadlist = kmem_alloc(nthreads * sizeof (thread_t), KM_SLEEP); in taskq_create() 272 tq, THR_BOUND, &tq->tq_threadlist[t]); in taskq_create() 302 (void) thr_join(tq->tq_threadlist[t], NULL, NULL); in taskq_destroy() 304 kmem_free(tq->tq_threadlist, nthreads * sizeof (thread_t)); in taskq_destroy() 324 if (tq->tq_threadlist[i] == (thread_t)(uintptr_t)t) in taskq_member()
|
/titanic_41/usr/src/lib/libfakekernel/common/ |
H A D | taskq.c | 75 thread_t *tq_threadlist; member 299 tq->tq_threadlist = kmem_alloc(nthreads * sizeof (thread_t), KM_SLEEP); in taskq_create_proc() 310 tq, THR_BOUND, &tq->tq_threadlist[t]); in taskq_create_proc() 340 (void) thr_join(tq->tq_threadlist[t], NULL, NULL); in taskq_destroy() 342 kmem_free(tq->tq_threadlist, nthreads * sizeof (thread_t)); in taskq_destroy() 362 if (tq->tq_threadlist[i] == (thread_t)(uintptr_t)t) in taskq_member()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | taskq_impl.h | 157 #define tq_threadlist tq_thr._tq_threadlist macro
|
/titanic_41/usr/src/uts/common/os/ |
H A D | taskq.c | 1538 tq->tq_threadlist[thread_id - 1] = curthread; in taskq_thread() 1637 tq->tq_threadlist[thread_id - 1] = NULL; in taskq_thread() 1948 tq->tq_threadlist = kmem_alloc( in taskq_create_common() 2092 kmem_free(tq->tq_threadlist, sizeof (kthread_t *) * in taskq_destroy()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | taskq.c | 415 (uintptr_t)tq.tq_threadlist) == -1) { in taskq_thread_walk_init()
|