Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_layout.h167 typedef struct RF_VoidFunctionPointerListElem_s RF_VoidFunctionPointerListElem_t; typedef
170 RF_VoidFunctionPointerListElem_t *next;
193 RF_VoidFunctionPointerListElem_t *vfple; /* linked list of pointers to DAG creation
195 RF_VoidFunctionPointerListElem_t *bvfple; /* linked list of pointers to DAG creation
H A Drf_map.h61 RF_VoidFunctionPointerListElem_t *rf_AllocVFPListElem(RF_Raid_t *);
62 void rf_FreeVFPListElem(RF_Raid_t *, RF_VoidFunctionPointerListElem_t *);
H A Drf_aselect.c120 RF_VoidFunctionPointerListElem_t *vfple, *tmpvfple; in rf_SelectAlgorithm()
125 RF_VoidFunctionPointerListElem_t *failed_stripes_vfple_end = NULL; in rf_SelectAlgorithm()
126 RF_VoidFunctionPointerListElem_t *failed_stripes_bvfple_end = NULL; in rf_SelectAlgorithm()
H A Drf_map.c372 …raidPtr, raidPtr->poolNames.vfple, &raidPtr->pools.vfple, sizeof(RF_VoidFunctionPointerListElem_t), in rf_ConfigureMapModule()
394 RF_VoidFunctionPointerListElem_t *
401 rf_FreeVFPListElem(RF_Raid_t *raidPtr, RF_VoidFunctionPointerListElem_t *p) in rf_FreeVFPListElem()