Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Dthreadpool.c306 uint16_t oldtag; in l9p_threadpool_tflush() local
316 oldtag = req->lr_req.tflush.oldtag; in l9p_threadpool_tflush()
319 flushee = ht_find_locked(&conn->lc_requests, oldtag); in l9p_threadpool_tflush()
H A Dfcall.h299 uint16_t oldtag; member
H A Dpack.c515 r = l9p_pu16(msg, &fcall->tflush.oldtag); in l9p_pufcall()
H A Dutils.c992 sbuf_printf(sb, " oldtag=%d", fcall->tflush.oldtag); in l9p_describe_fcall()