Lines Matching refs:front
101 if ((t->back - t->front) > t->size) { in rga_mmu_buf_get_try()
102 if (t->front + size > t->back - t->size) { in rga_mmu_buf_get_try()
104 t->front, t->back, t->size, size); in rga_mmu_buf_get_try()
109 if ((t->front + size) > t->back) { in rga_mmu_buf_get_try()
111 t->front, t->back, t->size, size); in rga_mmu_buf_get_try()
116 if (t->front + size > t->size) { in rga_mmu_buf_get_try()
119 t->front, t->back, t->size, size); in rga_mmu_buf_get_try()
123 t->front = 0; in rga_mmu_buf_get_try()
145 buf = mmu_base->buf_virtual + mmu_base->front; in rga_mmu_buf_get()
147 mmu_base->front += size; in rga_mmu_buf_get()
200 mmu_base->front = 0; in rga_mmu_base_init()