Searched refs:SYSDC_THREAD_BATCH (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsysdc.h37 #define SYSDC_THREAD_BATCH 0x1 /* thread does batch processing */ macro
/illumos-gate/usr/src/uts/common/disp/
H A Dsysdc.c117 * Flags should be either 0 or SYSDC_THREAD_BATCH. If
118 * SYSDC_THREAD_BATCH is specified, the thread is expected to be
1303 ASSERT((flags & ~SYSDC_THREAD_BATCH) == 0);
/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c1518 (tq->tq_flags & TASKQ_DC_BATCH) ? SYSDC_THREAD_BATCH : 0);

Completed in 2326 milliseconds