Home
last modified time | relevance | path

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

/freebsd/sys/fs/p9fs/
H A Dp9_client.h84 struct mtx clnt_mtx; /* mutex to lock the client */ member
H A Dp9_client.c542 mtx_init(&clnt->clnt_mtx, "p9clnt", NULL, MTX_DEF); in p9_client_create()
557 &clnt->clnt_mtx); in p9_client_create()
559 &clnt->clnt_mtx); in p9_client_create()