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

/illumos-gate/usr/src/uts/common/os/
H A Dddi.c570 * Do not call insertq() if it is a re-open. But if _QINSERTING
571 * is set, q_next will not be NULL and we need to call insertq().
575 insertq(STREAM(q), q);
H A Dstrsubr.c1181 * is no need for the is_insert parameter. In insertq(), called
4538 * This assumption is guaranteed since strlock is only called by insertq
4736 * insertq or removeq on the same stream. The stream head ensures this
4746 insertq(struct stdata *stp, queue_t *new) function
4763 "insertq:%p, %p", after, new);
4829 * no concurrent insertq or removeq on the same stream. The
7848 insertq(STREAM(passq), passq);
7853 * insertq() doesn't wait for any syncq counts to drop to zero.
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h137 * stream_putlocks while strlock() (called on behalf of insertq()/removeq())
1179 extern void insertq(struct stdata *, queue_t *);

Completed in 548 milliseconds