Searched refs:TASKQ_DYNAMIC (Results 1 – 3 of 3) sorted by relevance
61 #define TASKQ_DYNAMIC 0x0004 /* Use dynamic thread scheduling */ macro
154 ASSERT(!(tq->tq_flags & TASKQ_DYNAMIC)); in taskq_dispatch_ent()334 TASKQ_DYNAMIC | TASKQ_PREPOPULATE); in system_taskq_init()
398 #define TASKQ_DYNAMIC 0x0004 /* Use dynamic thread scheduling */ macro