Searched refs:rcurr (Results 1 – 2 of 2) sorted by relevance
186 if (hp_sdc.rcurr < 0) { in hp_sdc_take()190 curr = hp_sdc.tq[hp_sdc.rcurr]; in hp_sdc_take()212 hp_sdc.rcurr = -1; in hp_sdc_take()308 if (hp_sdc.rcurr >= 0) { in hp_sdc_tasklet()316 curr = hp_sdc.tq[hp_sdc.rcurr]; in hp_sdc_tasklet()341 hp_sdc.rcurr = -1; in hp_sdc_tasklet()371 if (hp_sdc.rcurr == hp_sdc.wcurr) in hp_sdc_put()387 if (hp_sdc.rcurr == curridx) { in hp_sdc_put()534 if (hp_sdc.rcurr >= 0) { in hp_sdc_put()555 hp_sdc.rcurr = curridx; in hp_sdc_put()[all …]
283 int rcurr, rqty; /* Current read transact in process */ member
Completed in 7 milliseconds