Searched refs:fhs (Results 1 – 1 of 1) sorted by relevance
399 struct fha_hash_slot *fhs; in fha_hash_entry_lookup() local402 fhs = &softc->fha_hash[fh % FHA_HASH_SIZE]; in fha_hash_entry_lookup()404 new_fhe->mtx = &fhs->mtx; in fha_hash_entry_lookup()405 mtx_lock(&fhs->mtx); in fha_hash_entry_lookup()406 LIST_FOREACH(fhe, &fhs->list, link) in fha_hash_entry_lookup()411 LIST_INSERT_HEAD(&fhs->list, fhe, link); in fha_hash_entry_lookup()