Searched refs:GKI_NUM_TOTAL_BUF_POOLS (Results 1 – 8 of 8) sorted by relevance
315 FREE_QUEUE_T freeq[GKI_NUM_TOTAL_BUF_POOLS];317 UINT16 pool_buf_size[GKI_NUM_TOTAL_BUF_POOLS];318 UINT16 pool_max_count[GKI_NUM_TOTAL_BUF_POOLS];319 UINT16 pool_additions[GKI_NUM_TOTAL_BUF_POOLS];323 …UINT8 *pool_start[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the start of each buffer p…324 …UINT8 *pool_end[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the end of each buffer poo…325 UINT16 pool_size[GKI_NUM_TOTAL_BUF_POOLS]; /* actual size of the buffers in a pool */330 UINT8 pool_list[GKI_NUM_TOTAL_BUF_POOLS]; /* buffer pools arranged in the order of size */
21 #if (GKI_NUM_TOTAL_BUF_POOLS > 16)160 for (tt = 0; tt < GKI_NUM_TOTAL_BUF_POOLS; tt++) in gki_buffer_init()511 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS) in GKI_getpoolbuf_debug()611 if (p_hdr->q_id >= GKI_NUM_TOTAL_BUF_POOLS) in GKI_freebuf()661 if (p_hdr->q_id < GKI_NUM_TOTAL_BUF_POOLS) in GKI_get_buf_size()1106 for (xx = 0; xx < GKI_NUM_TOTAL_BUF_POOLS; xx++) in GKI_find_buf_start()1150 if (pool_id < GKI_NUM_TOTAL_BUF_POOLS) in GKI_set_pool_permission()1245 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS) in GKI_igetpoolbuf()1287 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS) in GKI_poolcount()1309 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS) in GKI_poolfreecount()[all …]
50 UINT16 cur[GKI_NUM_TOTAL_BUF_POOLS]; in GKI_PrintBufferUsage()90 for(i=0; i<GKI_NUM_TOTAL_BUF_POOLS; i++) in GKI_PrintBuffer()174 if (pool > GKI_NUM_TOTAL_BUF_POOLS || pool < 0) in gki_print_buffer_statistics()218 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS && gki_cb.com.pool_start[pool_id] != 0) in gki_print_used_bufs()
207 #ifndef GKI_NUM_TOTAL_BUF_POOLS208 #define GKI_NUM_TOTAL_BUF_POOLS 2 macro
260 #ifndef GKI_NUM_TOTAL_BUF_POOLS261 #define GKI_NUM_TOTAL_BUF_POOLS 10 macro