Searched refs:Outstanding (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c121 UINT32 Outstanding; local
149 Outstanding = AcpiDbGetCacheInfo (List);
154 " Mem: [Alloc Free Max CurSize Outstanding] %8.2X %8.2X %8.2X %8.2X %8.2X\n",
158 Outstanding * List->ObjectSize,
159 Outstanding);
164 " Mem: [Alloc Free Max CurSize Outstanding Total] %8.2X %8.2X %8.2X %8.2X %8.2X %8.2X\n",
169 Outstanding,
H A Ddbexec.c303 UINT32 Outstanding = 0; local
307 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_StateCache);
308 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_PsNodeCache);
309 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_PsNodeExtCache);
310 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_OperandCache);
313 return (Outstanding);
461 AcpiOsPrintf ("0x%X Outstanding allocations after evaluation of %s\n",
/freebsd-10.0-release/contrib/sqlite3/
H A Dshell.c1041 fprintf(pArg->out, "Number of Outstanding Allocations: %d (max %d)\n", iCur, iHiwtr);

Completed in 138 milliseconds