Home
last modified time | relevance | path

Searched refs:vfple (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/raidframe/
Drf_aselect.c120 RF_VoidFunctionPointerListElem_t *vfple, *tmpvfple; in rf_SelectAlgorithm() local
206 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 …]
Drf_netbsd.h80 struct pool vfple; /* VoidFunctionPtr List Elements */ member
106 char vfple[RF_MAX_POOLNAMELEN]; /* VoidFunctionPtr List Elements */ member
Drf_map.c353 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()
Drf_layout.h193 RF_VoidFunctionPointerListElem_t *vfple; /* linked list of pointers to DAG creation member