Home
last modified time | relevance | path

Searched refs:STRS_WILLSERVICE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h267 #define STRS_WILLSERVICE 0x01 macro
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c8231 (stp->sd_svcflags & (STRS_WILLSERVICE | STRS_SCHEDULED))); in qenable_locked()
8240 if (!(stp->sd_svcflags & (STRS_WILLSERVICE | STRS_SCHEDULED))) { in qenable_locked()
8408 stp->sd_svcflags |= STRS_WILLSERVICE; in stream_runservice()
8412 stp->sd_svcflags &= ~STRS_WILLSERVICE; in stream_runservice()
8431 stp->sd_svcflags |= STRS_WILLSERVICE; in stream_willservice()