Searched refs:etm_resp_q_head (Results 1 – 1 of 1) sorted by relevance
188 *etm_resp_q_head = NULL; /* ptr to cur head of responder queue */ variable2009 etm_resp_q_head = newp; in etm_resp_q_enq()2032 (void) memcpy(rqep, etm_resp_q_head, sizeof (*rqep)); in etm_resp_q_deq()2035 oldp = etm_resp_q_head; in etm_resp_q_deq()2036 etm_resp_q_head = etm_resp_q_head->rqe_nextp; in etm_resp_q_deq()