Lines Matching refs:rcurr
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()
319 curr = hp_sdc.tq[hp_sdc.rcurr]; in hp_sdc_tasklet()
344 hp_sdc.rcurr = -1; in hp_sdc_tasklet()
374 if (hp_sdc.rcurr == hp_sdc.wcurr) in hp_sdc_put()
390 if (hp_sdc.rcurr == curridx) { in hp_sdc_put()
537 if (hp_sdc.rcurr >= 0) { in hp_sdc_put()
558 hp_sdc.rcurr = curridx; in hp_sdc_put()
859 hp_sdc.rcurr = -1; in hp_sdc_init()