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