Home | History | Annotate | Download | only in common

Lines Matching full:p_last

86     p_cb->freeq[id].p_last = hdr;
138 p_cb->freeq[tt].p_last = 0;
232 p_q->p_first = p_q->p_last = NULL;
302 if (!Q->p_first) Q->p_last = NULL;
363 if (!Q->p_first) Q->p_last = NULL;
426 if (Q->p_last)
427 Q->p_last->p_next = p_hdr;
431 Q->p_last = p_hdr;
621 (BUFFER_HDR_T*)((uint8_t*)p_q->p_last - BUFFER_HDR_SIZE);
626 p_q->p_last = p_buf;
674 p_q->p_last = p_buf;
715 p_q->p_last = NULL;
759 /* If we are removing the last guy in the queue, update p_last */
760 if (p_buf == p_q->p_last) p_q->p_last = p_prev + 1;
802 void* GKI_getlast(BUFFER_Q* p_q) { return (p_q->p_last); }
1182 Q->p_last = NULL;