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

  /src/sys/dev/raidframe/
rf_map.h 61 RF_VoidFunctionPointerListElem_t *rf_AllocVFPListElem(RF_Raid_t *);
62 void rf_FreeVFPListElem(RF_Raid_t *, RF_VoidFunctionPointerListElem_t *);
rf_layout.h 167 typedef struct RF_VoidFunctionPointerListElem_s RF_VoidFunctionPointerListElem_t;
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
rf_aselect.c 120 RF_VoidFunctionPointerListElem_t *vfple, *tmpvfple;
125 RF_VoidFunctionPointerListElem_t *failed_stripes_vfple_end = NULL;
126 RF_VoidFunctionPointerListElem_t *failed_stripes_bvfple_end = NULL;
rf_map.c 372 rf_pool_init(raidPtr, raidPtr->poolNames.vfple, &raidPtr->pools.vfple, sizeof(RF_VoidFunctionPointerListElem_t),
394 RF_VoidFunctionPointerListElem_t *
401 rf_FreeVFPListElem(RF_Raid_t *raidPtr, RF_VoidFunctionPointerListElem_t *p)

Completed in 13 milliseconds