.TH enableok() "" "" "DDI/DKI Kernel Routine"
.PC "Enable a queue to be serviced"
.B "#include <sys/stream.h>"
.B "#include <sys/ddi.h>"
\fBvoid enableok(\fIqueue\^\fB)\fR
\fBqueue_t *\fIqueue\^\fB;\fR
.PP
.B enableok()
cancels a previous call to
.BR noenable() .
It permits the service routine of the queue to which
.I queue
points to be rescheduled.
.SH "See Also"
.B
DDI/DKI kernel routines,
noenable(),
queue,
qenable()
.R
.SH Notes
.B enableok()
has base or interrupt level.
It does not sleep.
.PP
The caller cannot have the stream frozen when it calls this function.
.PP
A driver can hold a
driver-defined basic lock, read/write lock, or sleep lock
across a call to this function.
