slots_free 514 drivers/gpu/host1x/cdma.c cdma->slots_free = 0; slots_free 530 drivers/gpu/host1x/cdma.c u32 slots_free = cdma->slots_free; slots_free 536 drivers/gpu/host1x/cdma.c if (slots_free == 0) { slots_free 538 drivers/gpu/host1x/cdma.c slots_free = host1x_cdma_wait_locked(cdma, slots_free 542 drivers/gpu/host1x/cdma.c cdma->slots_free = slots_free - 1; slots_free 563 drivers/gpu/host1x/cdma.c unsigned int space = cdma->slots_free; slots_free 578 drivers/gpu/host1x/cdma.c cdma->slots_free = space - needed; slots_free 64 drivers/gpu/host1x/cdma.h unsigned int slots_free; /* pb slots free in current submit */