Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/block/
Dsx8.c277 unsigned int wait_q_cons; member
932 BUG_ON(host->wait_q_prod == host->wait_q_cons); /* overrun */ in carm_push_q()
939 if (host->wait_q_prod == host->wait_q_cons) in carm_pop_q()
942 idx = host->wait_q_cons % CARM_MAX_WAIT_Q; in carm_pop_q()
943 host->wait_q_cons++; in carm_pop_q()