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

  /src/sys/dev/raidframe/
rf_aselect.c 120 RF_VoidFunctionPointerListElem_t *vfple, *tmpvfple; local in function:rf_SelectAlgorithm
206 vfple = rf_AllocVFPListElem(raidPtr);
207 if (failed_stripe->vfple == NULL) {
208 failed_stripe->vfple = vfple;
209 failed_stripes_vfple_end = vfple;
211 failed_stripes_vfple_end->next = vfple;
212 failed_stripes_vfple_end = vfple;
216 (raidPtr->Layout.map->SelectionFunc) (raidPtr, type, asm_up, &(vfple->fn));
221 if (vfple->fn == NULL)
    [all...]
rf_netbsd.h 80 struct pool vfple; /* VoidFunctionPtr List Elements */ member in struct:RF_Pools_s
106 char vfple[RF_MAX_POOLNAMELEN]; /* VoidFunctionPtr List Elements */ member in struct:RF_PoolNames_s
rf_layout.h 193 RF_VoidFunctionPointerListElem_t *vfple; /* linked list of pointers to DAG creation member in struct:RF_FailedStripe_s
rf_map.c 353 pool_destroy(&raidPtr->pools.vfple);
372 rf_pool_init(raidPtr, raidPtr->poolNames.vfple, &raidPtr->pools.vfple, sizeof(RF_VoidFunctionPointerListElem_t),
373 "vfple", RF_MIN_FREE_VFPLE, RF_MAX_FREE_VFPLE);
397 return pool_get(&raidPtr->pools.vfple, PR_WAITOK | PR_ZERO);
404 pool_put(&raidPtr->pools.vfple, p);

Completed in 16 milliseconds