Searched refs:wait_q_cons (Results 1 - 1 of 1) sorted by relevance

/drivers/block/
H A Dsx8.c290 unsigned int wait_q_cons; member in struct:carm_host
771 BUG_ON(host->wait_q_prod == host->wait_q_cons); /* overrun */
778 if (host->wait_q_prod == host->wait_q_cons)
781 idx = host->wait_q_cons % CARM_MAX_WAIT_Q;
782 host->wait_q_cons++;

Completed in 29 milliseconds