OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Outstanding
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/debugger/
dbstats.c
120
UINT32
Outstanding
;
150
Outstanding
= AcpiDbGetCacheInfo (List);
155
" Mem: [Alloc Free Max CurSize
Outstanding
] "
160
Outstanding
* List->ObjectSize,
161
Outstanding
);
166
" Mem: [Alloc Free Max CurSize
Outstanding
Total] "
172
Outstanding
,
dbexec.c
332
* DESCRIPTION: Determine the current number of "
outstanding
" allocations --
343
UINT32
Outstanding
= 0;
347
Outstanding
+= AcpiDbGetCacheInfo (AcpiGbl_StateCache);
348
Outstanding
+= AcpiDbGetCacheInfo (AcpiGbl_PsNodeCache);
349
Outstanding
+= AcpiDbGetCacheInfo (AcpiGbl_PsNodeExtCache);
350
Outstanding
+= AcpiDbGetCacheInfo (AcpiGbl_OperandCache);
353
return (
Outstanding
);
551
"0x%X
Outstanding
allocations after evaluation of %s\n",
Completed in 37 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026