Lines Matching defs:hash
61 * Due to the hashing algorithm, the size of the hash table needs to be a
127 * the correct table), so we hash to the wrong bucket, grab the wrong
156 uint_t hash;
162 hash = ltablehash(vp, htsize);
163 mutex_enter(&chain[hash].lh_lock);
166 mutex_exit(&chain[hash].lh_lock);
548 * TABLE_LOCK_ENTER() cannot hash to a bucket beyond oldsize,
560 uint_t hash = ltablehash(tlp->lo_vp, newsize);
563 tlp->lo_next = newtable[hash].lh_chain;
564 newtable[hash].lh_chain = tlp;
565 newtable[hash].lh_count++;
607 lo_dprint(4, "lsave lp %p hash %d\n",
652 lo_dprint(4, "freelonode lp %p hash %d\n",