Home
last modified time | relevance | path

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

/system/nfc/src/gki/common/
Dgki_common.h333 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 the
344 pool_end[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the end of each
347 [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
Dgki_buffer.c21 #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 …]
Dgki_debug.c43 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()
/system/nfc/halimpl/bcm2079x/gki/common/
Dgki_common.h333 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 the
344 pool_end[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the end of each
347 [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
Dgki_buffer.c21 #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 …]
Dgki_debug.c43 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()
/system/nfc/src/include/
Dgki_target.h250 #ifndef GKI_NUM_TOTAL_BUF_POOLS
251 #define GKI_NUM_TOTAL_BUF_POOLS 10 macro
/system/nfc/src/hal/include/
Dgki_hal_target.h190 #ifndef GKI_NUM_TOTAL_BUF_POOLS
191 #define GKI_NUM_TOTAL_BUF_POOLS 2 macro