Lines Matching refs:p_last
86 p_cb->freeq[id].p_last = hdr1; in gki_init_free_queue()
133 p_cb->freeq[i].p_last = NULL; in gki_dealloc_free_queue()
177 p_cb->freeq[tt].p_last = 0; in gki_buffer_init()
345 p_q->p_first = p_q->p_last = NULL; in GKI_init_q()
418 Q->p_last = NULL; in GKI_getbuf()
485 Q->p_last = NULL; in GKI_getpoolbuf()
554 if (Q->p_last) in GKI_freebuf()
555 Q->p_last->p_next = p_hdr; in GKI_freebuf()
559 Q->p_last = p_hdr; in GKI_freebuf()
766 if (p_q->p_last) in GKI_enqueue()
768 BUFFER_HDR_T *p_last_hdr = (BUFFER_HDR_T *)((UINT8 *)p_q->p_last - BUFFER_HDR_SIZE); in GKI_enqueue()
774 p_q->p_last = p_buf; in GKI_enqueue()
828 p_q->p_last = p_buf; in GKI_enqueue_head()
873 p_q->p_last = NULL; in GKI_dequeue()
923 if (p_buf == p_q->p_last) in GKI_remove_from_queue()
924 p_q->p_last = p_prev + 1; in GKI_remove_from_queue()
972 return (p_q->p_last); in GKI_getlast()
1183 Q->p_last = NULL; in GKI_igetpoolbuf()
1420 Q->p_last = NULL; in GKI_delete_pool()