Lines Matching defs:aligned_tail
573 u32 aligned_tail, tail;
578 aligned_tail = ALIGN(tail, CACHELINE_BYTES);
580 if (aligned_tail > tail)
581 dsb_buffer_fill(dsb, dsb->free_pos, 0, aligned_tail - tail);
583 dsb->free_pos = aligned_tail / 4;
588 u32 aligned_tail, tail;
593 aligned_tail = ALIGN(tail, CACHELINE_BYTES);
599 if (aligned_tail - tail <= 2 * 8)
600 dsb_buffer_fill(dsb, dsb->free_pos, 0, aligned_tail - tail);
602 dsb->free_pos = aligned_tail / 4;