Searched refs:varying_alloc (Results 1 – 2 of 2) sorted by relevance
51 list_move(&alloc_node->node, &job->varying_alloc); in _mali_gp_add_varying_allocations()68 list_for_each_entry_safe(alloc_node, tmp_node, &job->varying_alloc, node) { in _mali_gp_del_varying_allocations()72 INIT_LIST_HEAD(&job->varying_alloc); in _mali_gp_del_varying_allocations()119 INIT_LIST_HEAD(&job->varying_alloc); in mali_gp_job_create()154 list_for_each_entry_safe(alloc_node, tmp_node, &job->varying_alloc, node) { in mali_gp_job_create()
72 struct list_head varying_alloc; /**< hold the list of varying allocations */ member