Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Dsx8.c289 unsigned int wait_q_prod; member
764 unsigned int idx = host->wait_q_prod % CARM_MAX_WAIT_Q; in carm_push_q()
770 host->wait_q_prod++; in carm_push_q()
771 BUG_ON(host->wait_q_prod == host->wait_q_cons); /* overrun */ in carm_push_q()
778 if (host->wait_q_prod == host->wait_q_cons) in carm_pop_q()