OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vple
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/raidframe/
rf_netbsd.h
81
struct pool
vple
; /* VoidPointer List Elements */
member in struct:RF_Pools_s
107
char
vple
[RF_MAX_POOLNAMELEN]; /* VoidPointer List Elements */
member in struct:RF_PoolNames_s
rf_dagutils.c
341
RF_VoidPointerListElem_t *
vple
;
local
353
vple
= raidPtr->stripebuf;
354
raidPtr->stripebuf =
vple
->next;
355
p =
vple
->p;
356
rf_FreeVPListElem(raidPtr,
vple
);
373
vple
= rf_AllocVPListElem(raidPtr);
374
vple
->p = p;
375
vple
->next = dag_h->desc->stripebufs;
376
dag_h->desc->stripebufs =
vple
;
383
rf_FreeStripeBuffer(RF_Raid_t *raidPtr, RF_VoidPointerListElem_t *
vple
)
405
RF_VoidPointerListElem_t *
vple
;
local
420
RF_VoidPointerListElem_t *
vple
;
local
[
all
...]
rf_driver.c
483
RF_VoidPointerListElem_t *
vple
;
local
500
vple
= rf_AllocVPListElem(raidPtr);
501
vple
->p= tmpbuf;
502
vple
->next = raidPtr->iobuf;
503
raidPtr->iobuf =
vple
;
519
vple
= rf_AllocVPListElem(raidPtr);
520
vple
->p= tmpbuf;
521
vple
->next = raidPtr->stripebuf;
522
raidPtr->stripebuf =
vple
;
rf_map.c
354
pool_destroy(&raidPtr->pools.
vple
);
374
rf_pool_init(raidPtr, raidPtr->poolNames.
vple
, &raidPtr->pools.
vple
, sizeof(RF_VoidPointerListElem_t),
375
"
vple
", RF_MIN_FREE_VPLE, RF_MAX_FREE_VPLE);
411
return pool_get(&raidPtr->pools.
vple
, PR_WAITOK | PR_ZERO);
418
pool_put(&raidPtr->pools.
vple
, p);
Completed in 20 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026