Searched defs:hash_slots (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg.c4324 raid_obj_tab_create(raid_obj_tab_t *tab, size_t hash_slots) argument
4328 if (hash_slots == 0)
4331 tab->slots = hash_slots;
4333 if ((tab->table = calloc(hash_slots, sizeof (raid_list_t))) == NULL)
4336 for (i = 0; i < hash_slots; i++)

Completed in 93 milliseconds