Searched defs:qbackenable (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dstream.c1867 * Inlined from qbackenable().
1873 qbackenable(q, band);
1917 * head when a putback() is likely. The caller must call qbackenable()
2108 qbackenable(queue_t *q, uchar_t band) function
2120 * would not change unless either the qbackenable() is done by
2200 * qbackenable can handle a frozen stream but not a "random"
2201 * qlock being held. Drop lock across qbackenable.
2204 qbackenable(q, mp->b_band);
2207 qbackenable(q, mp->b_band);
2492 * If any mblk(s) has been freed, we know that qbackenable()
[all...]

Completed in 82 milliseconds