HomeSort by: relevance | last modified time | path
    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