Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/nfs/
Dnfs_fha.c59 mtx_init(&softc->fha_hash[i].mtx, "fhalock", NULL, MTX_DEF); in fha_init()
113 mtx_destroy(&softc->fha_hash[i].mtx); in fha_uninit()
231 fhs = &softc->fha_hash[fh % FHA_HASH_SIZE]; in fha_hash_entry_lookup()
482 if (!LIST_EMPTY(&softc->fha_hash[i].list)) in fhe_stats_sysctl()
492 mtx_lock(&softc->fha_hash[i].mtx); in fhe_stats_sysctl()
493 if (LIST_EMPTY(&softc->fha_hash[i].list)) { in fhe_stats_sysctl()
494 mtx_unlock(&softc->fha_hash[i].mtx); in fhe_stats_sysctl()
499 LIST_FOREACH(fhe, &softc->fha_hash[i].list, link) { in fhe_stats_sysctl()
517 mtx_unlock(&softc->fha_hash[i].mtx); in fhe_stats_sysctl()
Dnfs_fha.h106 struct fha_hash_slot fha_hash[FHA_HASH_SIZE]; member