Searched refs:TASKQ_CHANGING (Results 1 – 2 of 2) sorted by relevance
870 tq->tq_flags |= TASKQ_CHANGING; in taskq_update_nthreads()1461 ASSERT(tq->tq_flags & TASKQ_CHANGING); in taskq_thread_create()1563 ASSERT(tq->tq_flags & TASKQ_CHANGING); in taskq_thread()1578 if (tq->tq_flags & TASKQ_CHANGING) { in taskq_thread()1609 tq->tq_flags &= ~TASKQ_CHANGING; in taskq_thread()1683 tq->tq_flags &= ~TASKQ_CHANGING; in taskq_thread()1981 tq->tq_flags = flags | TASKQ_CHANGING; in taskq_create_common()2131 tq->tq_flags |= TASKQ_CHANGING; in taskq_destroy()
101 #define TASKQ_CHANGING 0x00010000 /* nthreads != target */ macro