Lines Matching refs:p_last
86 p_cb->freeq[id].p_last = hdr; in gki_init_free_queue()
138 p_cb->freeq[tt].p_last = nullptr; in gki_buffer_init()
232 p_q->p_first = p_q->p_last = nullptr; in GKI_init_q()
302 if (!Q->p_first) Q->p_last = nullptr; in GKI_getbuf()
363 if (!Q->p_first) Q->p_last = nullptr; in GKI_getpoolbuf()
426 if (Q->p_last) in GKI_freebuf()
427 Q->p_last->p_next = p_hdr; in GKI_freebuf()
431 Q->p_last = p_hdr; in GKI_freebuf()
621 (BUFFER_HDR_T*)((uint8_t*)p_q->p_last - BUFFER_HDR_SIZE); in GKI_enqueue()
626 p_q->p_last = p_buf; in GKI_enqueue()
674 p_q->p_last = p_buf; in GKI_enqueue_head()
715 p_q->p_last = nullptr; in GKI_dequeue()
760 if (p_buf == p_q->p_last) p_q->p_last = p_prev + 1; in GKI_remove_from_queue()
802 void* GKI_getlast(BUFFER_Q* p_q) { return (p_q->p_last); } in GKI_getlast()
1182 Q->p_last = nullptr; in GKI_delete_pool()