Searched refs:spu_next_offset (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/crypto/
H A Dn2_core.c71 static unsigned long spu_next_offset(struct spu_queue *q, unsigned long off) spu_next_offset() function
128 for (off = q->head; off != new_head; off = spu_next_offset(q, off)) { cwq_intr()
165 return q->q + spu_next_offset(q, cur - q->q); spu_queue_next()
197 new_tail = spu_next_offset(q, last - q->q); spu_queue_submit()

Completed in 69 milliseconds