Searched refs:p_first (Results 1 – 4 of 4) sorted by relevance
75 p_cb->freeq[id].p_first = hdr; in gki_init_free_queue()99 if (Q->p_first == nullptr) { in gki_alloc_free_queue()139 p_cb->freeq[tt].p_first = nullptr; in gki_buffer_init()234 p_q->p_first = p_q->p_last = nullptr; in GKI_init_q()338 if (Q->p_first == nullptr && gki_alloc_free_queue(i) != true) { in GKI_getbuf()344 if (Q->p_first == nullptr) { in GKI_getbuf()351 p_hdr = Q->p_first; in GKI_getbuf()352 Q->p_first = p_hdr->p_next; in GKI_getbuf()354 if (!Q->p_first) Q->p_last = nullptr; in GKI_getbuf()431 if (Q->p_first == nullptr && gki_alloc_free_queue(pool_id) != true) in GKI_getpoolbuf()[all …]
594 p_timer_listq->p_first = nullptr; in GKI_init_timer_list()649 p_tle = p_timer_listq->p_first; in GKI_update_timer_list()693 return p_timer_listq->p_first == nullptr; in GKI_timer_list_empty()697 return p_timer_listq->p_first; in GKI_timer_list_first()721 p_tle = p_timer_listq->p_first; in GKI_get_remaining_ticks()779 if (p_timer_listq->p_first == nullptr) in GKI_add_to_timer_list()780 p_timer_listq->p_first = p_tle; in GKI_add_to_timer_list()798 p_temp = p_timer_listq->p_first; in GKI_add_to_timer_list()807 if (p_temp == p_timer_listq->p_first) { in GKI_add_to_timer_list()808 p_tle->p_next = p_timer_listq->p_first; in GKI_add_to_timer_list()[all …]
329 TIMER_LIST_ENT* p_first; member339 void* p_first; member
63 BUFFER_HDR_T* p_first; /* first buffer in the queue */ member