Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hil/
Dhp_sdc.c161 if (hp_sdc.rcurr < 0) { in hp_sdc_take()
165 curr = hp_sdc.tq[hp_sdc.rcurr]; in hp_sdc_take()
186 hp_sdc.rcurr = -1; in hp_sdc_take()
271 if (hp_sdc.rcurr >= 0) { in hp_sdc_tasklet()
279 curr = hp_sdc.tq[hp_sdc.rcurr]; in hp_sdc_tasklet()
303 hp_sdc.rcurr = -1; in hp_sdc_tasklet()
330 if (hp_sdc.rcurr == hp_sdc.wcurr) hp_sdc.wcurr++; in hp_sdc_put()
343 if (hp_sdc.rcurr == curridx) { in hp_sdc_put()
479 if (hp_sdc.rcurr >= 0) { in hp_sdc_put()
500 hp_sdc.rcurr = curridx; in hp_sdc_put()
[all …]
/linux-2.4.37.9/include/linux/
Dhp_sdc.h280 int rcurr, rqty; /* Current read transact in process */ member