Searched defs:amdxdna_client (Results 1 – 1 of 1) sorted by relevance
116 struct amdxdna_client { struct117 struct list_head node;118 pid_t pid;119 struct mutex hwctx_lock; /* protect hwctx */121 struct srcu_struct hwctx_srcu;122 struct xarray hwctx_xa;123 u32 next_hwctxid;124 struct amdxdna_dev *xdna;125 struct drm_file *filp;127 struct mutex mm_lock; /* protect memory related */[all …]