Lines Matching defs:q

39 	struct xe_exec_queue *q;  in __xe_exec_queue_create()  local
118 struct xe_exec_queue *q; in xe_exec_queue_create() local
160 struct xe_exec_queue *q = container_of(ref, struct xe_exec_queue, refcount); in xe_exec_queue_destroy() local
173 void xe_exec_queue_fini(struct xe_exec_queue *q) in xe_exec_queue_fini()
187 void xe_exec_queue_assign_name(struct xe_exec_queue *q, u32 instance) in xe_exec_queue_assign_name()
215 struct xe_exec_queue *q; in xe_exec_queue_lookup() local
233 static int exec_queue_set_priority(struct xe_device *xe, struct xe_exec_queue *q, in exec_queue_set_priority()
297 static int exec_queue_set_timeslice(struct xe_device *xe, struct xe_exec_queue *q, in exec_queue_set_timeslice()
322 struct xe_exec_queue *q, in exec_queue_user_ext_set_property()
359 static int exec_queue_user_extensions(struct xe_device *xe, struct xe_exec_queue *q, in exec_queue_user_extensions()
512 struct xe_exec_queue *q = NULL; in xe_exec_queue_create_ioctl() local
654 struct xe_exec_queue *q; in xe_exec_queue_get_property_ioctl() local
684 bool xe_exec_queue_is_lr(struct xe_exec_queue *q) in xe_exec_queue_is_lr()
690 static s32 xe_exec_queue_num_job_inflight(struct xe_exec_queue *q) in xe_exec_queue_num_job_inflight()
701 bool xe_exec_queue_ring_full(struct xe_exec_queue *q) in xe_exec_queue_ring_full()
723 bool xe_exec_queue_is_idle(struct xe_exec_queue *q) in xe_exec_queue_is_idle()
741 void xe_exec_queue_kill(struct xe_exec_queue *q) in xe_exec_queue_kill()
761 struct xe_exec_queue *q; in xe_exec_queue_destroy_ioctl() local
781 static void xe_exec_queue_last_fence_lockdep_assert(struct xe_exec_queue *q, in xe_exec_queue_last_fence_lockdep_assert()
795 void xe_exec_queue_last_fence_put(struct xe_exec_queue *q, struct xe_vm *vm) in xe_exec_queue_last_fence_put()
811 void xe_exec_queue_last_fence_put_unlocked(struct xe_exec_queue *q) in xe_exec_queue_last_fence_put_unlocked()
828 struct dma_fence *xe_exec_queue_last_fence_get(struct xe_exec_queue *q, in xe_exec_queue_last_fence_get()
853 void xe_exec_queue_last_fence_set(struct xe_exec_queue *q, struct xe_vm *vm, in xe_exec_queue_last_fence_set()