Searched refs:npget (Results 1 – 3 of 3) sorted by relevance
/optee_os/lib/libutils/isoc/ |
A D | bget.h | 46 void bstatse _((bufsize *pool_incr, long *npool, long *npget,
|
A D | bget.c | 1193 void bstatse(pool_incr, npool, npget, nprel, ndget, ndrel, poolset) in bstatse() argument 1195 long *npool, *npget, *nprel, *ndget, *ndrel; 1201 *npget = poolset->numpget; 1434 long totblocks, npget, nprel, ndget, ndrel; in stats() local 1444 bstatse(&pincr, &totblocks, &npget, &nprel, &ndget, &ndrel, poolset); in stats() 1447 (long)pincr, totblocks, pincr * totblocks, npget, nprel); in stats()
|
A D | bget.doc | 260 long *npget, long *nprel, 267 variables pointed to by <npget> and <nprel> will be filled with,
|
Completed in 6 milliseconds