/src/sys/dev/raidframe/ |
rf_parityscan.c | 205 RF_AllocListElem_t *alloclist; local in function:rf_VerifyParityBasic 222 rf_MakeAllocList(alloclist); 224 * (layoutPtr->numDataCol + layoutPtr->numParityCol), alloclist); 225 pbuf = RF_MallocAndAdd(numbytes, alloclist); 229 "Rod", alloclist, flags, RF_IO_NORMAL_PRIORITY); 297 "Wnp", alloclist, flags, RF_IO_NORMAL_PRIORITY); 333 rf_FreeAllocList(alloclist); 422 const char *name, RF_AllocListElem_t *alloclist, 433 dag_h->allocList = NULL;/* we won't use this alloc list */ 466 rf_InitNode(blockNode, rf_wait, RF_FALSE, rf_NullNodeFunc, rf_NullNodeUndoFunc, NULL, nNodes, 0, 0, 0, dag_h, "Nil", alloclist); [all...] |
rf_evenodd.c | 343 RF_AllocListElem_t *alloclist; local in function:rf_VerifyParityEvenOdd 360 rf_MakeAllocList(alloclist); 363 alloclist); 364 pbuf = RF_MallocAndAdd(numbytes, alloclist); 366 redundantbuf2 = RF_MallocAndAdd(numbytes, alloclist); 369 "Rod", alloclist, flags, RF_IO_NORMAL_PRIORITY); 463 "Wnp", alloclist, flags, RF_IO_NORMAL_PRIORITY); 493 "Wnred2", alloclist, flags, RF_IO_NORMAL_PRIORITY); 530 rf_FreeAllocList(alloclist);
|
/src/sys/arch/shark/ofw/ |
ofw.c | 1155 struct pglist alloclist; local in function:ofw_callbackhandler 1186 uvm_pglistalloc(size, low, high, align, 0, &alloclist, 1, 0); 1198 args_n_results[nargs + 2] = VM_PAGE_TO_PHYS(alloclist.tqh_first);
|