Lines Matching refs:space
190 unsigned int space; in host1x_cdma_wait_locked() local
194 space = list_empty(&cdma->sync_queue) ? 1 : 0; in host1x_cdma_wait_locked()
198 space = host1x_pushbuffer_space(pb); in host1x_cdma_wait_locked()
206 if (space) in host1x_cdma_wait_locked()
207 return space; in host1x_cdma_wait_locked()
241 unsigned int space; in host1x_cdma_wait_pushbuffer_space() local
243 space = host1x_pushbuffer_space(pb); in host1x_cdma_wait_pushbuffer_space()
244 if (space >= needed) in host1x_cdma_wait_pushbuffer_space()
623 unsigned int space, needed = 2, extra = 0; in host1x_cdma_push_wide() local
636 space = host1x_pushbuffer_space(pb); in host1x_cdma_push_wide()
638 cdma->slots_free = space - needed; in host1x_cdma_push_wide()