Home
last modified time | relevance | path

Searched refs:flusher (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/lib9p/common/
H A Dthreadpool.c136 struct l9p_request *flusher; in l9p_threadpool_rflush() local
154 STAILQ_FOREACH(flusher, &req->lr_flushq, lr_flushlink) { in l9p_threadpool_rflush()
155 flusher->lr_workstate = L9P_WS_RESPQUEUED; in l9p_threadpool_rflush()
158 flusher->lr_flushstate = L9P_FLUSH_NOT_RUN; in l9p_threadpool_rflush()
162 STAILQ_INSERT_TAIL(&tp->ltp_replyq, flusher, lr_worklink); in l9p_threadpool_rflush()