Searched refs:nget (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | bget.h | 45 long *nget, long *nrel, struct bpoolset *poolset));
|
A D | bget.c | 1170 void bstats(curalloc, totfree, maxfree, nget, nrel, poolset) in bstats() argument 1172 long *nget, *nrel; 1177 *nget = poolset->numget; 1433 long nget, nfree; 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() 1512 long nget, nfree; local 1516 bstats(&cural, &totfree, &maxfree, &nget, &nfree);
|
A D | bget.doc | 248 bufsize *maxfree, long *nget, long *nrel); 255 <nget> and <nrel> are filled, respectively, with the number of
|
Completed in 6 milliseconds