Searched refs:GKI_NUM_TOTAL_BUF_POOLS (Results 1 – 8 of 8) sorted by relevance
333 FREE_QUEUE_T freeq[GKI_NUM_TOTAL_BUF_POOLS];335 uint16_t pool_buf_size[GKI_NUM_TOTAL_BUF_POOLS];336 uint16_t pool_max_count[GKI_NUM_TOTAL_BUF_POOLS];337 uint16_t pool_additions[GKI_NUM_TOTAL_BUF_POOLS];341 uint8_t* pool_start[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the344 pool_end[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the end of each347 [GKI_NUM_TOTAL_BUF_POOLS]; /* actual size of the buffers in a pool */354 uint8_t pool_list[GKI_NUM_TOTAL_BUF_POOLS]; /* buffer pools arranged in the
21 #if (GKI_NUM_TOTAL_BUF_POOLS > 16)163 for (tt = 0; tt < GKI_NUM_TOTAL_BUF_POOLS; tt++) { in gki_buffer_init()516 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS) return (NULL); in GKI_getpoolbuf_debug()611 if (p_hdr->q_id >= GKI_NUM_TOTAL_BUF_POOLS) { in GKI_freebuf()656 if (p_hdr->q_id < GKI_NUM_TOTAL_BUF_POOLS) { in GKI_get_buf_size()1058 for (xx = 0; xx < GKI_NUM_TOTAL_BUF_POOLS; xx++) { in GKI_find_buf_start()1102 if (pool_id < GKI_NUM_TOTAL_BUF_POOLS) { in GKI_set_pool_permission()1189 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS) return (NULL); in GKI_igetpoolbuf()1225 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS) return (0); in GKI_poolcount()1245 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS) return (0); in GKI_poolfreecount()[all …]
43 uint16_t cur[GKI_NUM_TOTAL_BUF_POOLS]; in GKI_PrintBufferUsage()76 for (i = 0; i < GKI_NUM_TOTAL_BUF_POOLS; i++) { in GKI_PrintBuffer()154 if (pool > GKI_NUM_TOTAL_BUF_POOLS || pool < 0) { in gki_print_buffer_statistics()194 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS && in gki_print_used_bufs()
21 #if (GKI_NUM_TOTAL_BUF_POOLS > 16)162 for (tt = 0; tt < GKI_NUM_TOTAL_BUF_POOLS; tt++) { in gki_buffer_init()515 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS) return (NULL); in GKI_getpoolbuf_debug()610 if (p_hdr->q_id >= GKI_NUM_TOTAL_BUF_POOLS) { in GKI_freebuf()655 if (p_hdr->q_id < GKI_NUM_TOTAL_BUF_POOLS) { in GKI_get_buf_size()1058 for (xx = 0; xx < GKI_NUM_TOTAL_BUF_POOLS; xx++) { in GKI_find_buf_start()1103 if (pool_id < GKI_NUM_TOTAL_BUF_POOLS) { in GKI_set_pool_permission()1191 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS) return (NULL); in GKI_igetpoolbuf()1227 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS) return (0); in GKI_poolcount()1247 if (pool_id >= GKI_NUM_TOTAL_BUF_POOLS) return (0); in GKI_poolfreecount()[all …]
250 #ifndef GKI_NUM_TOTAL_BUF_POOLS251 #define GKI_NUM_TOTAL_BUF_POOLS 10 macro
190 #ifndef GKI_NUM_TOTAL_BUF_POOLS191 #define GKI_NUM_TOTAL_BUF_POOLS 2 macro