Searched refs:RF_Calloc (Results 1 – 11 of 11) sorted by relevance
| /mirbsd/src/sys/dev/raidframe/ |
| D | rf_freelist.h | 172 RF_Calloc(_p, 1, (_fl_)->obj_size, (void *)); \ 205 RF_Calloc(_p, 1, (_fl_)->obj_size, (void *)); \ 237 RF_Calloc(_p, 1, (_fl_)->obj_size, (void *)); \ 279 RF_Calloc(_obj_, 1, (_fl_)->obj_size, _cast_); \ 288 RF_Calloc(_p, 1, \ 339 RF_Calloc(_obj_, 1, (_fl_)->obj_size, _cast_); \ 348 RF_Calloc(_p, 1, \ 398 RF_Calloc(_obj_, 1, (_fl_)->obj_size, _cast_); \ 407 RF_Calloc(_p, 1, \ 455 RF_Calloc(_obj_, 1, (_fl_)->obj_size, _cast_); \ [all …]
|
| D | rf_debugMem.h | 60 #define RF_Calloc(_p_,_nel_,_elsz_,_cast_) \ macro 64 RF_Calloc(__p, __nel, __elsz, __cast); \
|
| D | rf_aselect.c | 253 RF_Calloc(stripeFuncs, asm_h->numStripes, in rf_SelectAlgorithm() 286 RF_Calloc(stripeUnitFuncs, asm_h->numStripes, in rf_SelectAlgorithm() 295 RF_Calloc(stripeUnitFuncs[numStripesBailed], in rf_SelectAlgorithm() 352 RF_Calloc(blockFuncs, in rf_SelectAlgorithm() 365 RF_Calloc( in rf_SelectAlgorithm()
|
| D | rf_reconutil.c | 76 RF_Calloc(reconCtrlPtr, 1, sizeof(RF_ReconCtrl_t), (RF_ReconCtrl_t *)); in rf_MakeReconControl() 78 RF_Calloc(reconCtrlPtr->perDiskInfo, raidPtr->numCol, in rf_MakeReconControl()
|
| D | rf_psstatus.c | 87 RF_Calloc(p->issued, raidPtr->numCol, sizeof(char), (char *)); in rf_init_pss() 143 RF_Calloc(pssTable, raidPtr->pssTableSize, sizeof(RF_PSStatusHeader_t), in rf_MakeParityStripeStatusTable()
|
| D | rf_dagutils.c | 679 RF_Calloc(scount, nodecount, sizeof(int), (int *)); in rf_ValidateDAG() 680 RF_Calloc(acount, nodecount, sizeof(int), (int *)); in rf_ValidateDAG() 681 RF_Calloc(nodes, nodecount, sizeof(RF_DagNode_t *), (RF_DagNode_t **)); in rf_ValidateDAG()
|
| D | rf_paritylogging.c | 259 RF_Calloc(raidPtr->parityLogPool.parityLogs, 1, in rf_ConfigureParityLogging() 270 RF_Calloc(l->next, 1, sizeof(RF_ParityLog_t), in rf_ConfigureParityLogging()
|
| D | rf_stripelocks.c | 205 RF_Calloc(lockTable, ((int) rf_lockTableSize), in rf_MakeLockTable()
|
| D | rf_dagdegwr.c | 197 RF_Calloc(overlappingPDAs, asmap->numStripeUnitsAccessed, in rf_CommonCreateSimpleDegradedWriteDAG()
|
| D | rf_openbsdkintf.c | 378 RF_Calloc(raidPtrs, num, sizeof(RF_Raid_t *), (RF_Raid_t **)); in raidattach() 441 RF_Calloc(raidPtrs[raidID], 1, sizeof (RF_Raid_t), in raidattach()
|
| D | rf_dagdegrd.c | 303 RF_Calloc(overlappingPDAs, asmap->numStripeUnitsAccessed, in rf_CreateDegradedReadDAG()
|