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

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c1407 * should call propagate_syncq() or drain_syncq() for it. Both of these
5064 * and drain_syncq is not called. Instead we rely on the qwriter_outer thread
5088 /* drain_syncq drops SQLOCK */
5089 drain_syncq(sq);
5139 * To prevent potential recursive invocation of drain_syncq we
5140 * do not call drain_syncq if count is non-zero.
5143 /* drain_syncq() drops SQLOCK */
5144 drain_syncq(sq);
5531 * before calling drain_syncq.
5537 drain_syncq(s
6370 drain_syncq(syncq_t *sq) function
[all...]

Completed in 74 milliseconds