HomeSort by: relevance | last modified time | path
    Searched defs:nfs_nameid_mutex (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs_commonport.c 131 struct mtx nfs_nameid_mutex; variable in typeref:struct:mtx
705 mtx_init(&nfs_nameid_mutex, "nfs_nameid_mutex", NULL, MTX_DEF);
729 mtx_destroy(&nfs_nameid_mutex);

Completed in 12 milliseconds