HomeSort by: relevance | last modified time | path
    Searched refs:fha_hash (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs_fha.c 60 mtx_init(&softc->fha_hash[i].mtx, "fhalock", NULL, MTX_DEF);
123 mtx_destroy(&softc->fha_hash[i].mtx);
239 fhs = &softc->fha_hash[fh % FHA_HASH_SIZE];
491 if (!LIST_EMPTY(&softc->fha_hash[i].list))
501 mtx_lock(&softc->fha_hash[i].mtx);
502 if (LIST_EMPTY(&softc->fha_hash[i].list)) {
503 mtx_unlock(&softc->fha_hash[i].mtx);
508 LIST_FOREACH(fhe, &softc->fha_hash[i].list, link) {
526 mtx_unlock(&softc->fha_hash[i].mtx);
nfs_fha.h 100 struct fha_hash_slot fha_hash[FHA_HASH_SIZE]; member in struct:fha_params

Completed in 13 milliseconds