Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c99 #define MDB_DNLC_HASH(vp) (((uintptr_t)(vp) >> 3) & (MDB_DNLC_HSIZE - 1)) macro
330 hash = MDB_DNLC_HASH(ncp->vp); in dnlc_load()
525 for (ent = dnlc_hash[MDB_DNLC_HASH(addr)]; ent; ent = ent->hash_next) { in mdb_vnode2path()