Home | History | Annotate | Download | only in common

Lines Matching full:gki_getbuf

342 ** Function         GKI_getbuf
359 void *GKI_getbuf (UINT16 size)
377 LOGD("GKI_getbuf() requesting %d func:%s(line=%d)", size, _function_, _line_);
409 GKI_TRACE_ERROR_0("GKI_getbuf() out of buffer");
418 GKI_TRACE_ERROR_0("GKI_getbuf() fail alloc free queue");
440 LOGD("GKI_getbuf() allocated, %x, %x (%d of %d used) %d", (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cur_cnt, Q->total, p_cb->freeq[i].total);
450 GKI_TRACE_ERROR_0("GKI_getbuf() unable to allocate buffer!!!!!");
452 LOGD("GKI_getbuf() unable to allocate buffer!!!!!");
571 return (GKI_getbuf(p_cb->freeq[pool_id].size));