Searched defs:amdxdna_client (Results 1 – 1 of 1) sorted by relevance
150 struct amdxdna_client { struct151 struct list_head node;152 pid_t pid;153 struct srcu_struct hwctx_srcu;154 struct xarray hwctx_xa;155 u32 next_hwctxid;156 struct amdxdna_dev *xdna;157 struct drm_file *filp;159 struct mutex mm_lock; /* protect memory related */160 struct xarray dev_heap_xa;[all …]