Home
last modified time | relevance | path

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

/system/nfc/halimpl/bcm2079x/gki/common/
Dgki_buffer.c73 p_cb->freeq[id].cur_cnt = 0; in gki_init_free_queue()
171 p_cb->freeq[tt].cur_cnt = 0; in gki_buffer_init()
411 if (Q->cur_cnt < Q->total) { in GKI_getbuf_debug()
432 if (++Q->cur_cnt > Q->max_cnt) Q->max_cnt = Q->cur_cnt; in GKI_getbuf_debug()
443 (uint8_t*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cur_cnt, Q->total, in GKI_getbuf_debug()
525 if (Q->cur_cnt < Q->total) { in GKI_getpoolbuf_debug()
541 if (++Q->cur_cnt > Q->max_cnt) Q->max_cnt = Q->cur_cnt; in GKI_getpoolbuf_debug()
553 (uint8_t*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cur_cnt, Q->total, in GKI_getpoolbuf_debug()
630 if (Q->cur_cnt > 0) Q->cur_cnt--; in GKI_freebuf()
1194 if (Q->cur_cnt < Q->total) { in GKI_igetpoolbuf()
[all …]
Dgki_debug.c53 GKI_TRACE_5("%02d: (R), %4d, %3d, %3d, %3d", i, p->size, p->cur_cnt, in GKI_PrintBufferUsage()
56 GKI_TRACE_5("%02d: (P), %4d, %3d, %3d, %3d", i, p->size, p->cur_cnt, in GKI_PrintBufferUsage()
59 cur[i] = p->cur_cnt; in GKI_PrintBufferUsage()
78 gki_cb.com.freeq[i].size, gki_cb.com.freeq[i].cur_cnt, in GKI_PrintBuffer()
163 gki_cb.com.freeq[pool].size, gki_cb.com.freeq[pool].cur_cnt, in gki_print_buffer_statistics()
Dgki_common.h81 uint16_t cur_cnt; /* number of buffers currently allocated */ member
/system/nfc/src/gki/common/
Dgki_buffer.c73 p_cb->freeq[id].cur_cnt = 0; in gki_init_free_queue()
172 p_cb->freeq[tt].cur_cnt = 0; in gki_buffer_init()
412 if (Q->cur_cnt < Q->total) { in GKI_getbuf_debug()
433 if (++Q->cur_cnt > Q->max_cnt) Q->max_cnt = Q->cur_cnt; in GKI_getbuf_debug()
444 (uint8_t*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cur_cnt, Q->total, in GKI_getbuf_debug()
526 if (Q->cur_cnt < Q->total) { in GKI_getpoolbuf_debug()
542 if (++Q->cur_cnt > Q->max_cnt) Q->max_cnt = Q->cur_cnt; in GKI_getpoolbuf_debug()
554 (uint8_t*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cur_cnt, Q->total, in GKI_getpoolbuf_debug()
631 if (Q->cur_cnt > 0) Q->cur_cnt--; in GKI_freebuf()
1192 if (Q->cur_cnt < Q->total) { in GKI_igetpoolbuf()
[all …]
Dgki_debug.c53 GKI_TRACE_5("%02d: (R), %4d, %3d, %3d, %3d", i, p->size, p->cur_cnt, in GKI_PrintBufferUsage()
56 GKI_TRACE_5("%02d: (P), %4d, %3d, %3d, %3d", i, p->size, p->cur_cnt, in GKI_PrintBufferUsage()
59 cur[i] = p->cur_cnt; in GKI_PrintBufferUsage()
78 gki_cb.com.freeq[i].size, gki_cb.com.freeq[i].cur_cnt, in GKI_PrintBuffer()
163 gki_cb.com.freeq[pool].size, gki_cb.com.freeq[pool].cur_cnt, in gki_print_buffer_statistics()
Dgki_common.h81 uint16_t cur_cnt; /* number of buffers currently allocated */ member