Searched refs:TASKQ_CHANGING (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dtaskq_impl.h91 #define TASKQ_CHANGING 0x00010000 /* nthreads != target */ macro
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dtaskq.c299 * * tq_flags & TASKQ_CHANGING
307 * TASKQ_CHANGING flag is set, and taskq_thread_create() is called to
323 * When TASKQ_CHANGING is set, threads will check the current thread target
846 tq->tq_flags |= TASKQ_CHANGING;
1387 ASSERT(tq->tq_flags & TASKQ_CHANGING);
1480 ASSERT(tq->tq_flags & TASKQ_CHANGING);
1495 if (tq->tq_flags & TASKQ_CHANGING) {
1526 tq->tq_flags &= ~TASKQ_CHANGING;
1582 tq->tq_flags &= ~TASKQ_CHANGING;
1863 tq->tq_flags = flags | TASKQ_CHANGING;
[all...]

Completed in 65 milliseconds