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

/illumos-gate/usr/src/uts/common/os/
H A Dddi.c748 /* drain_syncq() drops SQLOCK */
749 drain_syncq(sq);
860 /* drain_syncq() drops SQLOCK */
861 drain_syncq(sq);
946 /* drain_syncq() drops SQLOCK */
947 drain_syncq(sq);
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...]
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1180 extern void drain_syncq(syncq_t *);

Completed in 78 milliseconds