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

  /src/sys/external/bsd/acpica/dist/debugger/
dbstats.c 228 UINT32 Outstanding;
258 Outstanding = AcpiDbGetCacheInfo (List);
263 " Mem: [Alloc Free Max CurSize Outstanding] "
268 Outstanding * List->ObjectSize,
269 Outstanding);
274 " Mem: [Alloc Free Max CurSize Outstanding Total] "
280 Outstanding,
dbstats.c 228 UINT32 Outstanding;
258 Outstanding = AcpiDbGetCacheInfo (List);
263 " Mem: [Alloc Free Max CurSize Outstanding] "
268 Outstanding * List->ObjectSize,
269 Outstanding);
274 " Mem: [Alloc Free Max CurSize Outstanding Total] "
280 Outstanding,
dbstats.c 228 UINT32 Outstanding;
258 Outstanding = AcpiDbGetCacheInfo (List);
263 " Mem: [Alloc Free Max CurSize Outstanding] "
268 Outstanding * List->ObjectSize,
269 Outstanding);
274 " Mem: [Alloc Free Max CurSize Outstanding Total] "
280 Outstanding,
dbexec.c 440 * DESCRIPTION: Determine the current number of "outstanding" allocations --
451 UINT32 Outstanding = 0;
455 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_StateCache);
456 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_PsNodeCache);
457 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_PsNodeExtCache);
458 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_OperandCache);
461 return (Outstanding);
659 "0x%X Outstanding allocations after evaluation of %s\n",
dbexec.c 440 * DESCRIPTION: Determine the current number of "outstanding" allocations --
451 UINT32 Outstanding = 0;
455 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_StateCache);
456 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_PsNodeCache);
457 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_PsNodeExtCache);
458 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_OperandCache);
461 return (Outstanding);
659 "0x%X Outstanding allocations after evaluation of %s\n",
dbexec.c 440 * DESCRIPTION: Determine the current number of "outstanding" allocations --
451 UINT32 Outstanding = 0;
455 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_StateCache);
456 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_PsNodeCache);
457 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_PsNodeExtCache);
458 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_OperandCache);
461 return (Outstanding);
659 "0x%X Outstanding allocations after evaluation of %s\n",

Completed in 34 milliseconds