Home | History | Annotate | Download | only in common

Lines Matching refs:pools

22 #error Number of pools out of range (16 Max)!
140 ** buffers and free buffer pools.
310 /* add pools to the pool_list which is arranged in the order of size */
347 ** Note: This routine only takes buffers from public pools.
348 ** It will not use any buffers from pools
395 /* search the public buffer pools that are big enough to hold the size
399 /* Only look at PUBLIC buffer pools (bypass RESTRICTED pools) */
457 LOGD("Dumping total of %d buffer pools", p_cb->curr_total_no_of_pools);
567 /* try for free buffers in public pools */
570 /* try for free buffers in public pools */
1091 ** The buffer should be one allocated from one of GKI's pools.
1188 /* Insert the new buffer pool ID into the list of pools */