OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numPointers
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/raidframe/
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) {
97
l->pointers[l->
numPointers
] = p;
98
l->sizes[l->
numPointers
] = size;
99
l->
numPointers
++;
110
RF_ASSERT(p->
numPointers
>= 0 &&
111
p->
numPointers
<= RF_POINTERS_PER_ALLOC_LIST_ELEMENT);
112
for (i = 0; i < p->
numPointers
; i++)
[
all
...]
rf_alloclist.h
45
int
numPointers
;
Completed in 14 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025