Searched refs:curr_total_no_of_pools (Results 1 – 6 of 6) sorted by relevance
316 p_cb->curr_total_no_of_pools = GKI_NUM_FIXED_BUF_POOLS; in gki_buffer_init()380 for (i=0; i < p_cb->curr_total_no_of_pools; i++) in GKI_getbuf_debug()386 if(i == p_cb->curr_total_no_of_pools) in GKI_getbuf_debug()397 for ( ; i < p_cb->curr_total_no_of_pools; i++) in GKI_getbuf_debug()457 LOGD("Dumping total of %d buffer pools", p_cb->curr_total_no_of_pools); in GKI_getbuf_debug()459 for (i=0 ; i < p_cb->curr_total_no_of_pools; i++) in GKI_getbuf_debug()1181 for(i=0; i < p_cb->curr_total_no_of_pools; i++) in gki_add_to_pool_list()1189 for(j = p_cb->curr_total_no_of_pools; j > i; j--) in gki_add_to_pool_list()1213 for(i=0; i < p_cb->curr_total_no_of_pools; i++) in gki_remove_from_pool_list()1219 while (i < (p_cb->curr_total_no_of_pools - 1)) in gki_remove_from_pool_list()[all …]
49 UINT8 num = gki_cb.com.curr_total_no_of_pools; in GKI_PrintBufferUsage()57 for (i = 0; i < gki_cb.com.curr_total_no_of_pools; i++) in GKI_PrintBufferUsage()
331 …UINT8 curr_total_no_of_pools; /* number of fixed buf pools + current number of d… member