Home
last modified time | relevance | path

Searched refs:GKI_NUM_TOTAL_BUF_POOLS (Results 1 – 4 of 4) sorted by relevance

/system/bt/gki/common/
Dgki_common.h48 FREE_QUEUE_T freeq[GKI_NUM_TOTAL_BUF_POOLS];
50 UINT16 pool_buf_size[GKI_NUM_TOTAL_BUF_POOLS];
54 …UINT8 *pool_start[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the start of each buffer p…
55 …UINT8 *pool_end[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the end of each buffer poo…
56 UINT16 pool_size[GKI_NUM_TOTAL_BUF_POOLS]; /* actual size of the buffers in a pool */
Dgki_buffer.c25 #if (GKI_NUM_TOTAL_BUF_POOLS > 16)
149 for (int i = 0; i < GKI_NUM_TOTAL_BUF_POOLS; i++) in gki_buffer_init()
494 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS) in GKI_poolcount()
516 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS) in GKI_poolfreecount()
537 if (pool_id < GKI_NUM_TOTAL_BUF_POOLS) in GKI_get_pool_bufsize()
559 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS) in GKI_poolutilization()
/system/bt/include/
Dgki_target.h234 #ifndef GKI_NUM_TOTAL_BUF_POOLS
235 #define GKI_NUM_TOTAL_BUF_POOLS 10 macro
/system/bt/stack/l2cap/
Dl2c_link.c843 UINT16 weighted_chnls[GKI_NUM_TOTAL_BUF_POOLS]; in l2c_link_adjust_chnl_allocation()
844 UINT16 quota_per_weighted_chnls[GKI_NUM_TOTAL_BUF_POOLS]; in l2c_link_adjust_chnl_allocation()
845 UINT16 reserved_buff[GKI_NUM_TOTAL_BUF_POOLS]; in l2c_link_adjust_chnl_allocation()
850 for (xx = 0; xx < GKI_NUM_TOTAL_BUF_POOLS; xx++ ) in l2c_link_adjust_chnl_allocation()
892 for (xx = 0; xx < GKI_NUM_TOTAL_BUF_POOLS; xx++ ) in l2c_link_adjust_chnl_allocation()