Searched refs:spu_next_offset (Results 1 – 1 of 1) sorted by relevance
80 static unsigned long spu_next_offset(struct spu_queue *q, unsigned long off) in spu_next_offset() function137 for (off = q->head; off != new_head; off = spu_next_offset(q, off)) { in cwq_intr()174 return q->q + spu_next_offset(q, cur - q->q); in spu_queue_next()206 new_tail = spu_next_offset(q, last - q->q); in spu_queue_submit()