Searched refs:nget (Results 1 – 3 of 3) sorted by relevance
| /optee_os/lib/libutils/isoc/ |
| H A D | bget.h | 45 long *nget, long *nrel, struct bpoolset *poolset));
|
| H A D | bget.c | 1231 void bstats(curalloc, totfree, maxfree, nget, nrel, poolset) in bstats() argument 1233 long *nget, *nrel; 1238 *nget = poolset->numget; 1494 long nget, nfree; in stats() local 1502 bstats(&cural, &totfree, &maxfree, &nget, &nfree, poolset); in stats() 1505 when, nget, nfree, (long) cural, (long) totfree, (long) maxfree); in stats() 1573 long nget, nfree; local 1577 bstats(&cural, &totfree, &maxfree, &nget, &nfree);
|
| H A D | bget.doc | 248 bufsize *maxfree, long *nget, long *nrel); 255 <nget> and <nrel> are filled, respectively, with the number of
|