Searched refs:bstats (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | bget.h | 44 void bstats _((bufsize *curalloc, bufsize *totfree, bufsize *maxfree,
|
A D | bget.c | 1170 void bstats(curalloc, totfree, maxfree, nget, nrel, poolset) in bstats() function 1441 bstats(&cural, &totfree, &maxfree, &nget, &nfree, poolset); in stats() 1516 bstats(&cural, &totfree, &maxfree, &nget, &nfree);
|
A D | bget.doc | 223 function may call brel(), bpool(), bstats(), and/or directly manipulate 247 void bstats(bufsize *curalloc, bufsize *totfree, 319 bstats() function which calculates
|
Completed in 5 milliseconds