Searched refs:dynamic_alloc_free_list_head (Results 1 – 1 of 1) sorted by relevance
207 struct list_head *dynamic_alloc_free_list_head = job->dynamic_alloc_free_obj_head; in hl_ts_free_objects() local225 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()