wait_q_cons       287 drivers/block/sx8.c 	unsigned int			wait_q_cons;
wait_q_cons       672 drivers/block/sx8.c 	BUG_ON(host->wait_q_prod == host->wait_q_cons); /* overrun */
wait_q_cons       679 drivers/block/sx8.c 	if (host->wait_q_prod == host->wait_q_cons)
wait_q_cons       682 drivers/block/sx8.c 	idx = host->wait_q_cons % CARM_MAX_WAIT_Q;
wait_q_cons       683 drivers/block/sx8.c 	host->wait_q_cons++;