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()142 p_cb->freeq[tt].p_first = nullptr; in gki_buffer_init()239 p_q->p_first = p_q->p_last = nullptr; in GKI_init_q()345 if (Q->p_first == nullptr && gki_alloc_free_queue(i) != true) { in GKI_getbuf()351 if (Q->p_first == nullptr) { in GKI_getbuf()358 p_hdr = Q->p_first; in GKI_getbuf()359 Q->p_first = p_hdr->p_next; in GKI_getbuf()361 if (!Q->p_first) Q->p_last = nullptr; in GKI_getbuf()438 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()777 if (p_timer_listq->p_first == nullptr) in GKI_add_to_timer_list()778 p_timer_listq->p_first = p_tle; in GKI_add_to_timer_list()796 p_temp = p_timer_listq->p_first; in GKI_add_to_timer_list()805 if (p_temp == p_timer_listq->p_first) { in GKI_add_to_timer_list()806 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