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

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

Completed in 142 milliseconds