Searched refs:rcurr (Results 1 – 2 of 2) sorted by relevance
161 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 …]
280 int rcurr, rqty; /* Current read transact in process */ member