HomeSort by: relevance | last modified time | path
    Searched refs:cleanupList (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/dev/raidframe/
rf_raid0.c 63 info = RF_MallocAndAdd(sizeof(*info), raidPtr->cleanupList);
69 * sizeof(*info->stripeIdentifier), raidPtr->cleanupList);
rf_raid4.c 65 info = RF_MallocAndAdd(sizeof(*info), raidPtr->cleanupList);
72 sizeof(*info->stripeIdentifier), raidPtr->cleanupList);
rf_raid5_rotatedspare.c 67 info = RF_MallocAndAdd(sizeof(*info), raidPtr->cleanupList);
76 info->stripeIdentifier = rf_make_2d_array(raidPtr->numCol, raidPtr->numCol, raidPtr->cleanupList);
rf_diskqueue.c 248 raidPtr->cleanupList);
259 listp, raidPtr->cleanupList);
271 raidPtr->cleanupList);
rf_chaindecluster.c 73 info = RF_MallocAndAdd(sizeof(*info), raidPtr->cleanupList);
79 info->stripeIdentifier = rf_make_2d_array(raidPtr->numCol, 2, raidPtr->cleanupList);
rf_interdecluster.c 76 info = RF_MallocAndAdd(sizeof(*info), raidPtr->cleanupList);
83 info->stripeIdentifier = rf_make_2d_array(SUs_per_region, 2, raidPtr->cleanupList);
rf_raid5.c 66 info = RF_MallocAndAdd(sizeof(*info), raidPtr->cleanupList);
73 info->stripeIdentifier = rf_make_2d_array(raidPtr->numCol, raidPtr->numCol, raidPtr->cleanupList);
rf_declusterPQ.c 90 info = RF_MallocAndAdd(sizeof(*info), raidPtr->cleanupList);
213 info->LayoutTable = rf_make_2d_array(b, k, raidPtr->cleanupList);
216 info->OffsetTable = rf_make_2d_array(b, k, raidPtr->cleanupList);
219 info->BlockTable = rf_make_2d_array(info->TableDepthInPUs * layoutPtr->SUsPerPU, raidPtr->numCol, raidPtr->cleanupList);
rf_decluster.c 91 info = RF_MallocAndAdd(sizeof(*info), raidPtr->cleanupList);
235 info->LayoutTable = rf_make_2d_array(b, k, raidPtr->cleanupList);
238 info->OffsetTable = rf_make_2d_array(b, k, raidPtr->cleanupList);
241 info->BlockTable = rf_make_2d_array(info->TableDepthInPUs * layoutPtr->SUsPerPU, raidPtr->numCol, raidPtr->cleanupList);
rf_raid.h 182 RF_AllocListElem_t *cleanupList; /* memory to be freed at
rf_driver.c 333 rf_MakeAllocList(raidPtr->cleanupList);
334 if (raidPtr->cleanupList == NULL) {
340 raidPtr->cleanupList);
rf_disks.c 327 entries * sizeof(*raidPtr->Disks), raidPtr->cleanupList);
335 entries * sizeof(*raidPtr->raid_cinfo), raidPtr->cleanupList);
342 entries * sizeof(int), raidPtr->cleanupList);
1083 raidPtr->cleanupList);
rf_raid1.c 74 info = RF_MallocAndAdd(sizeof(*info), raidPtr->cleanupList);
80 info->stripeIdentifier = rf_make_2d_array(raidPtr->numCol / 2, 2, raidPtr->cleanupList);
rf_evenodd.c 77 info = RF_MallocAndAdd(sizeof(*info), raidPtr->cleanupList);
80 info->stripeIdentifier = rf_make_2d_array(raidPtr->numCol, raidPtr->numCol, raidPtr->cleanupList);
rf_paritylogging.c 100 info = RF_MallocAndAdd(sizeof(*info), raidPtr->cleanupList);
109 raidPtr->cleanupList);

Completed in 23 milliseconds