first_avail_slot 77 dev/raidframe/rf_decluster.c RF_RowCol_t *first_avail_slot; first_avail_slot 296 dev/raidframe/rf_decluster.c first_avail_slot = rf_make_1d_array(v, NULL); first_avail_slot 297 dev/raidframe/rf_decluster.c if (first_avail_slot == NULL) first_avail_slot 308 dev/raidframe/rf_decluster.c first_avail_slot[info->LayoutTable[i][j]]; first_avail_slot 309 dev/raidframe/rf_decluster.c first_avail_slot[info->LayoutTable[i][j]]++; first_avail_slot 324 dev/raidframe/rf_decluster.c rf_free_1d_array(first_avail_slot, v); first_avail_slot 59 dev/raidframe/rf_declusterPQ.c int *first_avail_slot; first_avail_slot 273 dev/raidframe/rf_declusterPQ.c first_avail_slot = (int *) rf_make_1d_array(v, NULL); first_avail_slot 274 dev/raidframe/rf_declusterPQ.c if (first_avail_slot == NULL) first_avail_slot 285 dev/raidframe/rf_declusterPQ.c first_avail_slot[info->LayoutTable[i][j]]; first_avail_slot 286 dev/raidframe/rf_declusterPQ.c first_avail_slot[info->LayoutTable[i][j]]++; first_avail_slot 301 dev/raidframe/rf_declusterPQ.c rf_free_1d_array(first_avail_slot, v);