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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dsx8.c283 unsigned int wait_q_prod; member in struct:carm_host
750 unsigned int idx = host->wait_q_prod % CARM_MAX_WAIT_Q;
756 host->wait_q_prod++;
757 BUG_ON(host->wait_q_prod == host->wait_q_cons); /* overrun */
764 if (host->wait_q_prod == host->wait_q_cons)

Completed in 35 milliseconds