Searched defs:ivpu_file_priv (Results 1 – 1 of 1) sorted by relevance
194 struct ivpu_file_priv { struct195 struct kref ref;196 struct ivpu_device *vdev;197 struct mutex lock; /* Protects cmdq */198 struct xarray cmdq_xa;199 struct ivpu_mmu_context ctx;200 struct mutex ms_lock; /* Protects ms_instance_list, ms_info_bo */201 struct list_head ms_instance_list;202 struct ivpu_bo *ms_info_bo;203 struct xa_limit job_limit;[all …]