Lines Matching defs:after
1294 * after removeq has finished.
2000 * after the UNLINK is acked (actually it should be able to handle till we
2079 * after we drop muxifier since strclose() can call munlinkall().
2304 * this dev_t is the one after any cloning by xx_open().
3124 * If the caller implements delayed errors (i.e. queued after data)
4155 * release the stream head lock before calling only to re-acquire it after
4486 * after qprocsoff returns, the framework has to ensure that no threads can
4492 * mechanism to prevent qwriter(PERIM_OUTER) from running after
4731 * Given two read queues, insert a new single one after another.
4748 queue_t *after;
4755 after = new->q_next;
4758 after = _RD(stp->sd_wrq);
4763 "insertq:%p, %p", after, new);
4764 ASSERT(after->q_flag & QREADR);
4770 if (wafter->q_next == after) {
4776 new->q_next = after;
4778 set_nfsrv_ptr(new, wnew, after, wafter);
4781 * so only reset this flag after calling it.
4795 set_qend(after);
4799 ASSERT(_SAMESTR(after) == O_SAMESTR(after));
4826 * after qprocsoff returns.
4836 * Acquire sd_lock, sd_reflock, and all the syncq locks in the stream after
5454 * after setting SQ_WRITER.
6455 * Note that after we make a claim, we need to let the code
6632 * drain_syncq directly (after all, it will get here eventually).
6697 * changing right after this check, but the spin-out will catch it.
6769 * q_syncqmsgs should only be decremented after executing the
6889 * protect it. So it's ok to acquire SQLOCK after SQPUT_MP().
6929 /* Should not reference sq or q after this point. */
7743 * This routine should be called after all stream geometry changes to update
8671 /* NOTE: Do not add code after this point. */