Searched refs:DCHASH (Results 1 – 1 of 1) sorted by relevance
111 #define DCHASH(vp) (((uintptr_t)(vp) >> DCSHFT) & (DCTABLESIZE - 1)) macro113 #define DCHASH(vp) (((uintptr_t)(vp) >> DCSHFT) % DTABLESIZEC) macro1027 int idx = DCHASH(newdp->dc_subvp); in dcinsert()1040 int idx = DCHASH(deldp->dc_subvp); in dcdelete()1068 for (dp = dctable[DCHASH(vp)]; dp != NULL; dp = dp->dc_hash) in dcfind()