Searched refs:curridx (Results 1 – 1 of 1) sorted by relevance
352 int idx, curridx; in hp_sdc_put() local376 curridx = hp_sdc.wcurr; in hp_sdc_put()378 if (hp_sdc.tq[curridx] != NULL) in hp_sdc_put()387 if (hp_sdc.rcurr == curridx) { in hp_sdc_put()396 curridx = -1; in hp_sdc_put()398 hp_sdc.wcurr = curridx; in hp_sdc_put()412 curr = hp_sdc.tq[curridx]; in hp_sdc_put()416 hp_sdc.tq[curridx] = NULL; in hp_sdc_put()430 hp_sdc.tq[curridx] = NULL; in hp_sdc_put()555 hp_sdc.rcurr = curridx; in hp_sdc_put()[all …]
Completed in 4 milliseconds