OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asmhle
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/raidframe/
rf_aselect.c
119
RF_ASMHeaderListElem_t *
asmhle
, *tmpasmhle;
local
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);
Completed in 38 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026