Searched refs:vfple (Results 1 – 4 of 4) sorted by relevance
120 RF_VoidFunctionPointerListElem_t *vfple, *tmpvfple; in rf_SelectAlgorithm() local206 vfple = rf_AllocVFPListElem(raidPtr); in rf_SelectAlgorithm()207 if (failed_stripe->vfple == NULL) { in rf_SelectAlgorithm()208 failed_stripe->vfple = vfple; in rf_SelectAlgorithm()209 failed_stripes_vfple_end = vfple; in rf_SelectAlgorithm()211 failed_stripes_vfple_end->next = vfple; in rf_SelectAlgorithm()212 failed_stripes_vfple_end = vfple; in rf_SelectAlgorithm()216 … (raidPtr->Layout.map->SelectionFunc) (raidPtr, type, asm_up, &(vfple->fn)); in rf_SelectAlgorithm()221 if (vfple->fn == NULL) { in rf_SelectAlgorithm()251 vfple = rf_AllocVFPListElem(raidPtr); in rf_SelectAlgorithm()[all …]
80 struct pool vfple; /* VoidFunctionPtr List Elements */ member106 char vfple[RF_MAX_POOLNAMELEN]; /* VoidFunctionPtr List Elements */ member
353 pool_destroy(&raidPtr->pools.vfple); in rf_ShutdownMapModule()372 …rf_pool_init(raidPtr, raidPtr->poolNames.vfple, &raidPtr->pools.vfple, sizeof(RF_VoidFunctionPoint… in rf_ConfigureMapModule()397 return pool_get(&raidPtr->pools.vfple, PR_WAITOK | PR_ZERO); in rf_AllocVFPListElem()404 pool_put(&raidPtr->pools.vfple, p); in rf_FreeVFPListElem()
193 RF_VoidFunctionPointerListElem_t *vfple; /* linked list of pointers to DAG creation member