Searched refs:fha_hash (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/nfs/
H A Dnfs_fha.h98 struct fha_hash_slot fha_hash[FHA_HASH_SIZE]; member in struct:fha_params
H A Dnfs_fha.c58 mtx_init(&softc->fha_hash[i].mtx, "fhalock", NULL, MTX_DEF);
121 mtx_destroy(&softc->fha_hash[i].mtx);
237 fhs = &softc->fha_hash[fh % FHA_HASH_SIZE];
494 if (!LIST_EMPTY(&softc->fha_hash[i].list))
503 mtx_lock(&softc->fha_hash[i].mtx);
504 LIST_FOREACH(fhe, &softc->fha_hash[i].list, link) {
527 mtx_unlock(&softc->fha_hash[i].mtx);

Completed in 52 milliseconds