Home
last modified time | relevance | path

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

/trueos/sys/nfs/
HDnfs_fha.c58 mtx_init(&softc->fha_hash[i].mtx, "fhalock", NULL, MTX_DEF); in fha_init()
121 mtx_destroy(&softc->fha_hash[i].mtx); in fha_uninit()
237 fhs = &softc->fha_hash[fh % FHA_HASH_SIZE]; in fha_hash_entry_lookup()
489 if (!LIST_EMPTY(&softc->fha_hash[i].list)) in fhe_stats_sysctl()
499 mtx_lock(&softc->fha_hash[i].mtx); in fhe_stats_sysctl()
500 if (LIST_EMPTY(&softc->fha_hash[i].list)) { in fhe_stats_sysctl()
501 mtx_unlock(&softc->fha_hash[i].mtx); in fhe_stats_sysctl()
506 LIST_FOREACH(fhe, &softc->fha_hash[i].list, link) { in fhe_stats_sysctl()
524 mtx_unlock(&softc->fha_hash[i].mtx); in fhe_stats_sysctl()
HDnfs_fha.h98 struct fha_hash_slot fha_hash[FHA_HASH_SIZE]; member