/src/sys/dev/raidframe/ |
rf_aselect.c | 119 RF_ASMHeaderListElem_t *asmhle, *tmpasmhle; local in function:rf_SelectAlgorithm 192 asmhle = rf_AllocASMHeaderListElem(raidPtr); 194 failed_stripe->asmh_u = asmhle; /* we're the head... */ 195 failed_stripes_asmh_u_end = asmhle; /* and the tail */ 198 failed_stripes_asmh_u_end->next = asmhle; 199 failed_stripes_asmh_u_end = asmhle; 203 asmhle->asmh = rf_MapAccess(raidPtr, address, length, buffer, RF_DONT_REMAP); 204 asm_up = asmhle->asmh->stripeMap; 239 asmhle = rf_AllocASMHeaderListElem(raidPtr); 241 failed_stripe->asmh_b = asmhle; [all...] |
rf_netbsd.h | 62 struct pool asmhle; /* Access Stripe Map Header List Elements */ member in struct:RF_Pools_s 88 char asmhle[RF_MAX_POOLNAMELEN]; /* Access Stripe Map Header List Elements */ member in struct:RF_PoolNames_s
|
rf_map.c | 350 pool_destroy(&raidPtr->pools.asmhle); 366 rf_pool_init(raidPtr, raidPtr->poolNames.asmhle, &raidPtr->pools.asmhle, sizeof(RF_ASMHeaderListElem_t), 367 "asmhle", RF_MIN_FREE_ASMHLE, RF_MAX_FREE_ASMHLE); 424 return pool_get(&raidPtr->pools.asmhle, PR_WAITOK | PR_ZERO); 431 pool_put(&raidPtr->pools.asmhle, p);
|