Searched refs:hs_hash (Results 1 – 2 of 2) sorted by relevance
310 tp = &(*tp)->hs_hash) { in hs_getfree()326 *tp = hp->hs_hash; in hs_getfree()389 tp = tp->hs_hash) { in hs_findhash()398 for (; tp != NULL; tp = tp->hs_hash) { in hs_findhash()434 hp->hs_hash = fsp->hsfs_hash[hashno]; in hs_addhash()456 for (hp = fsp->hsfs_hash[i]; hp != NULL; hp = hp->hs_hash) { in hs_synchash()477 nhp = hp->hs_hash; in hs_synchash()673 tp = &(*tp)->hs_hash) { in hs_freenode()676 *tp = hp->hs_hash; in hs_freenode()
91 struct hsnode *hs_hash; /* next hsnode in hash list */ member