Home
last modified time | relevance | path

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

/src/contrib/lib9p/
H A Dthreadpool.c67 if (req->lr_flushstate != L9P_FLUSH_NONE) in l9p_responder()
147 flusher->lr_flushstate = L9P_FLUSH_NOT_RUN; in l9p_threadpool_rflush()
379 if (flushee->lr_flushstate == L9P_FLUSH_NONE) in l9p_threadpool_tflush()
381 flushee->lr_flushstate = nstate; in l9p_threadpool_tflush()
H A Dlib9p.h164 enum l9p_flushstate lr_flushstate; /* flush state if flushee */ member
H A Drequest.c201 flush_requested = req->lr_flushstate == L9P_FLUSH_REQUESTED_PRE_START; in l9p_dispatch_request()
392 switch (req->lr_flushstate) { in l9p_respond()