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

/linux-4.4.14/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 */ carm_push_q()
778 if (host->wait_q_prod == host->wait_q_cons) carm_pop_q()
781 idx = host->wait_q_cons % CARM_MAX_WAIT_Q; carm_pop_q()
782 host->wait_q_cons++; carm_pop_q()

Completed in 93 milliseconds