Home
last modified time | relevance | path

Searched refs:etm_resp_q_head (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c188 *etm_resp_q_head = NULL; /* ptr to cur head of responder queue */ variable
2009 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()