Searched defs:hl_cb (Results 1 – 1 of 1) sorted by relevance
676 struct hl_cb { struct677 struct kref refcount;678 struct hl_device *hdev;679 struct hl_ctx *ctx;680 spinlock_t lock;681 struct list_head debugfs_list;682 struct list_head pool_list;683 struct list_head va_block_list;684 u64 id;685 void *kernel_address;[all …]