Searched refs:nhash (Results 1 – 1 of 1) sorted by relevance
89 ps_sd **nhash; in hash_split() local94 nhash = mm_calloc(data->mm, nmax + 1, sizeof(*data->hash)); in hash_split()96 if (!nhash) { in hash_split()105 ps->next = nhash[ps->hv & nmax]; in hash_split()106 nhash[ps->hv & nmax] = ps; in hash_split()111 data->hash = nhash; in hash_split()
Completed in 5 milliseconds