Lines Matching refs:p_last
95 p_cb->freeq[id].p_last = hdr1; in gki_init_free_queue()
167 p_cb->freeq[tt].p_last = 0; in gki_buffer_init()
333 p_q->p_first = p_q->p_last = NULL; in GKI_init_q()
425 Q->p_last = NULL; in GKI_getbuf_debug()
537 Q->p_last = NULL; in GKI_getpoolbuf_debug()
621 if (Q->p_last) in GKI_freebuf()
622 Q->p_last->p_next = p_hdr; in GKI_freebuf()
626 Q->p_last = p_hdr; in GKI_freebuf()
835 BUFFER_HDR_T *p_last_hdr = (BUFFER_HDR_T *)((UINT8 *)p_q->p_last - BUFFER_HDR_SIZE); in GKI_enqueue()
841 p_q->p_last = p_buf; in GKI_enqueue()
895 p_q->p_last = p_buf; in GKI_enqueue_head()
940 p_q->p_last = NULL; in GKI_dequeue()
990 if (p_buf == p_q->p_last) in GKI_remove_from_queue()
991 p_q->p_last = p_prev + 1; in GKI_remove_from_queue()
1038 return (p_q->p_last); in GKI_getlast()
1254 Q->p_last = NULL; in GKI_igetpoolbuf()
1491 Q->p_last = NULL; in GKI_delete_pool()