Home
last modified time | relevance | path

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

/trueos/sys/dev/twa/
HDtw_osl.h233 TW_CL_Q_INSERT_HEAD(&(req->ctlr->req_q_head[q_type]), &(req->link)); in tw_osli_req_q_insert_head()
HDtw_cl.h261 TW_CL_Q_INSERT_HEAD(&(ctlr->req_q_head[q_type]), &(req->link)); in tw_cli_req_q_insert_head()
HDtw_cl_share.h275 #define TW_CL_Q_INSERT_HEAD(head, item) do { \ macro