OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RF_ReconMapListElem_t
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/raidframe/
rf_reconmap.c
51
#define RU_ALL ((
RF_ReconMapListElem_t
*) -1)
52
#define RU_NOTHING ((
RF_ReconMapListElem_t
*) 0)
54
/* For most reconstructs we need at most 3
RF_ReconMapListElem_t
's.
65
static void crunch_list(RF_ReconMap_t *,
RF_ReconMapListElem_t
*);
66
static
RF_ReconMapListElem_t
*
68
RF_ReconMapListElem_t
*);
70
FreeReconMapListElem(RF_ReconMap_t *mapPtr,
RF_ReconMapListElem_t
* p);
105
pool_init(&p->elem_pool, sizeof(
RF_ReconMapListElem_t
), 0,
139
RF_ReconMapListElem_t
*p, *pt;
250
RF_ReconMapListElem_t
*p = mapPtr->status[j]
[
all
...]
rf_reconmap.h
64
RF_ReconMapListElem_t
**status; /* array of ptrs to list elements */
65
struct pool elem_pool; /* pool of
RF_ReconMapListElem_t
's */
75
RF_ReconMapListElem_t
*next; /* next element in list */
raidframevar.h
256
typedef struct RF_ReconMapListElem_s
RF_ReconMapListElem_t
;
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025