spu_next_offset   134 drivers/crypto/n2_core.c 	for (off = q->head; off != new_head; off = spu_next_offset(q, off)) {
spu_next_offset   171 drivers/crypto/n2_core.c 	return q->q + spu_next_offset(q, cur - q->q);
spu_next_offset   203 drivers/crypto/n2_core.c 	new_tail = spu_next_offset(q, last - q->q);