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

  /src/sys/dev/raidframe/
rf_evenodd.c 343 RF_AllocListElem_t *alloclist; local
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);
rf_parityscan.c 205 RF_AllocListElem_t *alloclist; local
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
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);
rf_parityscan.c 205 RF_AllocListElem_t *alloclist; local
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
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);
rf_parityscan.c 205 RF_AllocListElem_t *alloclist; local
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...]
  /src/external/gpl2/rcs/dist/src/
rcsutil.c 233 * We could put the free block inside struct alloclist, rather than a pointer
236 struct alloclist { struct
238 struct alloclist *nextalloc;
240 static struct alloclist *alloced;
275 register struct alloclist *q = talloc(struct alloclist);
293 register struct alloclist *p, *q;
307 register struct alloclist *p, **a = &alloced;
rcsutil.c 233 * We could put the free block inside struct alloclist, rather than a pointer
236 struct alloclist { struct
238 struct alloclist *nextalloc;
240 static struct alloclist *alloced;
275 register struct alloclist *q = talloc(struct alloclist);
293 register struct alloclist *p, *q;
307 register struct alloclist *p, **a = &alloced;
rcsutil.c 233 * We could put the free block inside struct alloclist, rather than a pointer
236 struct alloclist { struct
238 struct alloclist *nextalloc;
240 static struct alloclist *alloced;
275 register struct alloclist *q = talloc(struct alloclist);
293 register struct alloclist *p, *q;
307 register struct alloclist *p, **a = &alloced;
  /src/sys/arch/shark/ofw/
ofw.c 1155 struct pglist alloclist; local
1186 uvm_pglistalloc(size, low, high, align, 0, &alloclist, 1, 0);
1198 args_n_results[nargs + 2] = VM_PAGE_TO_PHYS(alloclist.tqh_first);
ofw.c 1155 struct pglist alloclist; local
1186 uvm_pglistalloc(size, low, high, align, 0, &alloclist, 1, 0);
1198 args_n_results[nargs + 2] = VM_PAGE_TO_PHYS(alloclist.tqh_first);
ofw.c 1155 struct pglist alloclist; local
1186 uvm_pglistalloc(size, low, high, align, 0, &alloclist, 1, 0);
1198 args_n_results[nargs + 2] = VM_PAGE_TO_PHYS(alloclist.tqh_first);

Completed in 84 milliseconds