Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Dthreadpool.h114 void l9p_threadpool_run(struct l9p_threadpool *, struct l9p_request *);
H A Dconnection.c137 l9p_threadpool_run(&conn->lc_tp, req); in l9p_connection_recv()
H A Dthreadpool.c274 l9p_threadpool_run(struct l9p_threadpool *tp, struct l9p_request *req) in l9p_threadpool_run() function