Searched refs:dph_hash (Results 1 – 2 of 2) sorted by relevance
742 dt_proc_t *dpr, **dpp = &dph->dph_hash[pid & (dph->dph_hashlen - 1)]; in dt_proc_lookup()989 dpr->dpr_hash = dph->dph_hash[dpr->dpr_pid & (dph->dph_hashlen - 1)];990 dph->dph_hash[dpr->dpr_pid & (dph->dph_hashlen - 1)] = dpr;1012 for (dpr = dph->dph_hash[h]; dpr != NULL; dpr = dpr->dpr_hash) {1087 dpr->dpr_hash = dph->dph_hash[h];1088 dph->dph_hash[h] = dpr;
96 dt_proc_t *dph_hash[1]; /* hash chains array */ member