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

/osnet-11/usr/src/lib/libraidcfg/common/
H A Draidcfg.c4326 raid_obj_tab_create(raid_obj_tab_t *tab, size_t hash_slots) argument
4330 if (hash_slots == 0)
4333 tab->slots = hash_slots;
4335 if ((tab->table = calloc(hash_slots, sizeof (raid_list_t))) == NULL)
4338 for (i = 0; i < hash_slots; i++)

Completed in 28 milliseconds