HomeSort by: relevance | last modified time | path
    Searched defs:asmList (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/raidframe/
rf_dag.h 164 RF_AccessStripeMapHeader_t *asmList; /* list of access stripe maps
rf_map.c 100 RF_AccessStripeMap_t *asmList, *t_asm;
111 asmList = rf_AllocASMList(raidPtr, totStripes);
129 RF_ASSERT(asmList);
130 t_asm = asmList;
131 asmList = asmList->next;
245 RF_ASSERT(asmList == NULL && pdaList == NULL);

Completed in 16 milliseconds