Lines Matching refs:scRefillHead
51 printf("Head %lu tail %lu\n", sc->scRefillHead, sc->scRefillTail); in refill_print()
52 word_t current = sc->scRefillHead; in refill_print()
71 word_t current = sc->scRefillHead; in refill_ordered()
72 word_t next = refill_next(sc, sc->scRefillHead); in refill_ordered()
106 word_t current = sc->scRefillHead; in refill_sum()
124 sc->scRefillHead = refill_next(sc, sc->scRefillHead); in refill_pop_head()
128 assert(sc->scRefillHead < sc->scRefillMax); in refill_pop_head()
163 sc->scRefillHead = 0; in refill_new()
188 sc->scRefillHead = 0; in refill_update()
190 sc->scRefillTail = sc->scRefillHead; in refill_update()
246 return refill_index(sc, refill_next(sc, sc->scRefillHead))->rTime <= tail; in refill_head_overlapping()