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()
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()
856 hp_sdc.rcurr = -1; in hp_sdc_init()