Searched refs:nmax (Results 1 – 1 of 1) sorted by relevance
82 uint32_t nmax; in hash_split() local87 nmax = ((data->hash_max + 1) << 1) - 1; in hash_split()88 nhash = mm_calloc(data->mm, nmax + 1, sizeof(*data->hash)); in hash_split()99 ps->next = nhash[ps->hv & nmax]; in hash_split()100 nhash[ps->hv & nmax] = ps; in hash_split()106 data->hash_max = nmax; in hash_split()
Completed in 7 milliseconds