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

/freebsd-11.0-release/sys/nfs/
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];
489 if (!LIST_EMPTY(&softc->fha_hash[i].list))
499 mtx_lock(&softc->fha_hash[i].mtx);
500 if (LIST_EMPTY(&softc->fha_hash[i].list)) {
501 mtx_unlock(&softc->fha_hash[i].mtx);
506 LIST_FOREACH(fhe, &softc->fha_hash[i].list, link) {
524 mtx_unlock(&softc->fha_hash[i].mtx);
H A Dnfs_fha.h98 struct fha_hash_slot fha_hash[FHA_HASH_SIZE]; member in struct:fha_params

Completed in 105 milliseconds