Searched refs:pool_incr (Results 1 – 3 of 3) sorted by relevance
/optee_os/lib/libutils/isoc/ |
A D | bget.h | 42 void (*release)(void *buf), bufsize pool_incr, 46 void bstatse _((bufsize *pool_incr, long *npool, long *npget,
|
A D | bget.c | 1081 void bectl(compact, acquire, release, pool_incr, poolset) 1085 bufsize pool_incr; variable 1091 poolset->exp_incr = pool_incr; 1193 void bstatse(pool_incr, npool, npget, nprel, ndget, ndrel, poolset) in bstatse() argument 1194 bufsize *pool_incr; in bstatse() 1198 *pool_incr = (poolset->pool_len < 0) ?
|
A D | bget.doc | 201 bufsize pool_incr); 239 allocation process will fail. <pool_incr> specifies the normal 242 linked-block scheme (in other words, larger than <pool_incr> minus the 245 pool blocks in the system are the size given by <pool_incr>. 259 void bstatse(bufsize *pool_incr, long *npool, 264 variable pointed to by <pool_incr>, or the negative thereof if automatic
|
Completed in 9 milliseconds