Searched defs:ivpu_file_priv (Results 1 – 1 of 1) sorted by relevance
177 struct ivpu_file_priv { struct178 struct kref ref;179 struct ivpu_device *vdev;180 struct mutex lock; /* Protects cmdq */181 struct xarray cmdq_xa;182 struct ivpu_mmu_context ctx;183 struct mutex ms_lock; /* Protects ms_instance_list, ms_info_bo */184 struct list_head ms_instance_list;185 struct ivpu_bo *ms_info_bo;186 struct xa_limit job_limit;[all …]