Home
last modified time | relevance | path

Searched refs:curr_total_no_of_pools (Results 1 – 6 of 6) sorted by relevance

/system/nfc/halimpl/bcm2079x/gki/common/
Dgki_buffer.c332 p_cb->curr_total_no_of_pools = GKI_NUM_FIXED_BUF_POOLS; in gki_buffer_init()
392 for (i = 0; i < p_cb->curr_total_no_of_pools; i++) { in GKI_getbuf_debug()
396 if (i == p_cb->curr_total_no_of_pools) { in GKI_getbuf_debug()
406 for (; i < p_cb->curr_total_no_of_pools; i++) { in GKI_getbuf_debug()
461 LOGD("Dumping total of %d buffer pools", p_cb->curr_total_no_of_pools); in GKI_getbuf_debug()
463 for (i = 0; i < p_cb->curr_total_no_of_pools; i++) { in GKI_getbuf_debug()
1133 for (i = 0; i < p_cb->curr_total_no_of_pools; i++) { in gki_add_to_pool_list()
1139 for (j = p_cb->curr_total_no_of_pools; j > i; j--) { in gki_add_to_pool_list()
1162 for (i = 0; i < p_cb->curr_total_no_of_pools; i++) { in gki_remove_from_pool_list()
1166 while (i < (p_cb->curr_total_no_of_pools - 1)) { in gki_remove_from_pool_list()
[all …]
Dgki_debug.c42 uint8_t num = gki_cb.com.curr_total_no_of_pools; in GKI_PrintBufferUsage()
50 for (i = 0; i < gki_cb.com.curr_total_no_of_pools; i++) { in GKI_PrintBufferUsage()
Dgki_common.h357 curr_total_no_of_pools; /* number of fixed buf pools + current number of member
/system/nfc/src/gki/common/
Dgki_buffer.c333 p_cb->curr_total_no_of_pools = GKI_NUM_FIXED_BUF_POOLS; in gki_buffer_init()
393 for (i = 0; i < p_cb->curr_total_no_of_pools; i++) { in GKI_getbuf_debug()
397 if (i == p_cb->curr_total_no_of_pools) { in GKI_getbuf_debug()
407 for (; i < p_cb->curr_total_no_of_pools; i++) { in GKI_getbuf_debug()
462 LOGD("Dumping total of %d buffer pools", p_cb->curr_total_no_of_pools); in GKI_getbuf_debug()
464 for (i = 0; i < p_cb->curr_total_no_of_pools; i++) { in GKI_getbuf_debug()
1132 for (i = 0; i < p_cb->curr_total_no_of_pools; i++) { in gki_add_to_pool_list()
1138 for (j = p_cb->curr_total_no_of_pools; j > i; j--) { in gki_add_to_pool_list()
1161 for (i = 0; i < p_cb->curr_total_no_of_pools; i++) { in gki_remove_from_pool_list()
1165 while (i < (p_cb->curr_total_no_of_pools - 1)) { in gki_remove_from_pool_list()
[all …]
Dgki_debug.c42 uint8_t num = gki_cb.com.curr_total_no_of_pools; in GKI_PrintBufferUsage()
50 for (i = 0; i < gki_cb.com.curr_total_no_of_pools; i++) { in GKI_PrintBufferUsage()
Dgki_common.h357 curr_total_no_of_pools; /* number of fixed buf pools + current number of member