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

/netbsd-current/sys/dev/raidframe/
H A Drf_declusterPQ.c61 int *first_avail_slot; local
223 first_avail_slot = (int *) rf_make_1d_array(v, NULL);
224 if (first_avail_slot == NULL)
234 info->OffsetTable[i][j] = first_avail_slot[info->LayoutTable[i][j]];
235 first_avail_slot[info->LayoutTable[i][j]]++;
249 rf_free_1d_array(first_avail_slot, v);
H A Drf_decluster.c76 RF_RowCol_t *first_avail_slot; local
245 first_avail_slot = rf_make_1d_array(v, NULL);
246 if (first_avail_slot == NULL)
256 info->OffsetTable[i][j] = first_avail_slot[info->LayoutTable[i][j]];
257 first_avail_slot[info->LayoutTable[i][j]]++;
271 rf_free_1d_array(first_avail_slot, v);

Completed in 196 milliseconds