Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/accel/habanalabs/common/
Dirq.c207 struct list_head *dynamic_alloc_free_list_head = job->dynamic_alloc_free_obj_head; in hl_ts_free_objects() local
225 if (dynamic_alloc_free_list_head) { in hl_ts_free_objects()
226 list_for_each_entry_safe(free_obj, temp_free_obj, dynamic_alloc_free_list_head, in hl_ts_free_objects()
239 kfree(dynamic_alloc_free_list_head); in hl_ts_free_objects()