Searched defs:hl_cb (Results 1 – 1 of 1) sorted by relevance
446 struct hl_cb { struct447 struct kref refcount;448 struct hl_device *hdev;449 struct hl_ctx *ctx;450 spinlock_t lock;451 struct list_head debugfs_list;452 struct list_head pool_list;453 struct list_head va_block_list;454 u64 id;455 void *kernel_address;[all …]