Searched refs:MDB_DNLC_HASH (Results 1 – 1 of 1) sorted by relevance
97 #define MDB_DNLC_HASH(vp) (((uintptr_t)(vp) >> 3) & (MDB_DNLC_HSIZE - 1)) macro328 hash = MDB_DNLC_HASH(ncp->vp); in dnlc_load()523 for (ent = dnlc_hash[MDB_DNLC_HASH(addr)]; ent; ent = ent->hash_next) { in mdb_vnode2path()