OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RF_POINTERS_PER_ALLOC_LIST_ELEMENT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/raidframe/
rf_alloclist.h
40
#define
RF_POINTERS_PER_ALLOC_LIST_ELEMENT
20
43
void *pointers[
RF_POINTERS_PER_ALLOC_LIST_ELEMENT
];
44
int sizes[
RF_POINTERS_PER_ALLOC_LIST_ELEMENT
];
rf_alloclist.c
89
RF_ASSERT(l->numPointers ==
RF_POINTERS_PER_ALLOC_LIST_ELEMENT
); /* find end of list */
91
RF_ASSERT(l->numPointers >= 0 && l->numPointers <=
RF_POINTERS_PER_ALLOC_LIST_ELEMENT
);
92
if (l->numPointers ==
RF_POINTERS_PER_ALLOC_LIST_ELEMENT
) {
111
p->numPointers <=
RF_POINTERS_PER_ALLOC_LIST_ELEMENT
);
Completed in 11 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025