Searched defs:ivpu_file_priv (Results 1 – 1 of 1) sorted by relevance
170 struct ivpu_file_priv { struct171 struct kref ref;172 struct ivpu_device *vdev;173 struct mutex lock; /* Protects cmdq */174 struct xarray cmdq_xa;175 struct ivpu_mmu_context ctx;176 struct mutex ms_lock; /* Protects ms_instance_list, ms_info_bo */177 struct list_head ms_instance_list;178 struct ivpu_bo *ms_info_bo;179 struct xa_limit job_limit;[all …]