Searched refs:alloclist (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/dev/raidframe/ |
| H A D | rf_parityscan.c | 205 RF_AllocListElem_t *alloclist; in rf_VerifyParityBasic() local 222 rf_MakeAllocList(alloclist); in rf_VerifyParityBasic() 224 * (layoutPtr->numDataCol + layoutPtr->numParityCol), alloclist); in rf_VerifyParityBasic() 225 pbuf = RF_MallocAndAdd(numbytes, alloclist); in rf_VerifyParityBasic() 229 "Rod", alloclist, flags, RF_IO_NORMAL_PRIORITY); in rf_VerifyParityBasic() 297 "Wnp", alloclist, flags, RF_IO_NORMAL_PRIORITY); in rf_VerifyParityBasic() 333 rf_FreeAllocList(alloclist); in rf_VerifyParityBasic() 422 const char *name, RF_AllocListElem_t *alloclist, in rf_MakeSimpleDAG() argument 466 …t, RF_FALSE, rf_NullNodeFunc, rf_NullNodeUndoFunc, NULL, nNodes, 0, 0, 0, dag_h, "Nil", alloclist); in rf_MakeSimpleDAG() 467 …it, RF_TRUE, rf_NullNodeFunc, rf_NullNodeUndoFunc, NULL, 1, nNodes, 0, 0, dag_h, "Nil", alloclist); in rf_MakeSimpleDAG() [all …]
|
| H A D | rf_evenodd.c | 343 RF_AllocListElem_t *alloclist; in rf_VerifyParityEvenOdd() local 360 rf_MakeAllocList(alloclist); in rf_VerifyParityEvenOdd() 363 alloclist); in rf_VerifyParityEvenOdd() 364 pbuf = RF_MallocAndAdd(numbytes, alloclist); in rf_VerifyParityEvenOdd() 366 redundantbuf2 = RF_MallocAndAdd(numbytes, alloclist); in rf_VerifyParityEvenOdd() 369 "Rod", alloclist, flags, RF_IO_NORMAL_PRIORITY); in rf_VerifyParityEvenOdd() 463 "Wnp", alloclist, flags, RF_IO_NORMAL_PRIORITY); in rf_VerifyParityEvenOdd() 493 "Wnred2", alloclist, flags, RF_IO_NORMAL_PRIORITY); in rf_VerifyParityEvenOdd() 530 rf_FreeAllocList(alloclist); in rf_VerifyParityEvenOdd()
|
| /netbsd-src/external/gpl2/rcs/dist/src/ |
| H A D | rcsutil.c | 236 struct alloclist { struct 238 struct alloclist *nextalloc; argument 240 static struct alloclist *alloced; 275 register struct alloclist *q = talloc(struct alloclist); 293 register struct alloclist *p, *q; in ffree() 307 register struct alloclist *p, **a = &alloced;
|
| /netbsd-src/sys/arch/shark/ofw/ |
| H A D | ofw.c | 1155 struct pglist alloclist; in ofw_callbackhandler() local 1186 uvm_pglistalloc(size, low, high, align, 0, &alloclist, 1, 0); in ofw_callbackhandler() 1198 args_n_results[nargs + 2] = VM_PAGE_TO_PHYS(alloclist.tqh_first); in ofw_callbackhandler()
|