Home
last modified time | relevance | path

Searched refs:hl_cs (Results 1 – 4 of 4) sorted by relevance

/drivers/misc/habanalabs/
Dcommand_submission.c53 static void cs_get(struct hl_cs *cs) in cs_get()
58 static int cs_get_unless_zero(struct hl_cs *cs) in cs_get_unless_zero()
63 static void cs_put(struct hl_cs *cs) in cs_put()
125 struct hl_cs *cs = job->cs; in free_job()
161 struct hl_cs *cs = container_of(ref, struct hl_cs, in cs_do_release()
212 struct hl_cs *next; in cs_do_release()
222 struct hl_cs, mirror_node); in cs_do_release()
257 struct hl_cs *cs = container_of(work, struct hl_cs, in cs_timedout()
285 struct hl_cs **cs_new) in allocate_cs()
289 struct hl_cs *cs; in allocate_cs()
[all …]
Dhabanalabs.h726 struct hl_cs { struct
763 struct hl_cs *cs; argument
1436 int hl_hw_queue_schedule_cs(struct hl_cs *cs);
1439 void hl_int_hw_queue_update_ci(struct hl_cs *cs);
1580 void hl_debugfs_add_cs(struct hl_cs *cs);
1581 void hl_debugfs_remove_cs(struct hl_cs *cs);
1624 static inline void hl_debugfs_add_cs(struct hl_cs *cs) in hl_debugfs_add_cs()
1628 static inline void hl_debugfs_remove_cs(struct hl_cs *cs) in hl_debugfs_remove_cs()
Dhw_queue.c37 void hl_int_hw_queue_update_ci(struct hl_cs *cs) in hl_int_hw_queue_update_ci()
316 int hl_hw_queue_schedule_cs(struct hl_cs *cs) in hl_hw_queue_schedule_cs()
359 struct hl_cs, mirror_node) == cs)) { in hl_hw_queue_schedule_cs()
Ddebugfs.c131 struct hl_cs *cs; in command_submission_show()
1090 void hl_debugfs_add_cs(struct hl_cs *cs) in hl_debugfs_add_cs()
1099 void hl_debugfs_remove_cs(struct hl_cs *cs) in hl_debugfs_remove_cs()