Home
last modified time | relevance | path

Searched refs:totfree (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.h44 void bstats _((bufsize *curalloc, bufsize *totfree, bufsize *maxfree,
A Dbget.c1170 void bstats(curalloc, totfree, maxfree, nget, nrel, poolset) in bstats() argument
1171 bufsize *curalloc, *totfree, *maxfree; in bstats()
1180 *totfree = 0;
1184 *totfree += b->bh.bsize;
1432 bufsize cural, totfree, maxfree; in stats() local
1441 bstats(&cural, &totfree, &maxfree, &nget, &nfree, poolset); in stats()
1444 when, nget, nfree, (long) cural, (long) totfree, (long) maxfree); in stats()
1511 bufsize cural, totfree, maxfree; local
1516 bstats(&cural, &totfree, &maxfree, &nget, &nfree);
A Dbget.doc247 void bstats(bufsize *curalloc, bufsize *totfree,
252 in the pool) is stored into the variable pointed to by <totfree>, and

Completed in 6 milliseconds