Home | History | Annotate | Download | only in common

Lines Matching refs:p_last

498     timer_q->p_last     = NULL;
652 p_timer_listq->p_last = p_tle;
668 p_timer_listq->p_last->p_next = p_tle;
669 p_tle->p_prev = p_timer_listq->p_last;
670 p_timer_listq->p_last = p_tle;
727 if (p_timer_listq->p_last == p_tle)
728 p_timer_listq->p_last = NULL;
732 if (p_timer_listq->p_last == p_tle)
734 p_timer_listq->p_last = p_tle->p_prev;
736 if (p_timer_listq->p_last != NULL)
737 p_timer_listq->p_last->p_next = NULL;