Lines Matching refs:roots
131 mm->roots = kmalloc_array(mm->n_roots,
134 if (!mm->roots)
161 mm->roots[i] = root;
172 drm_block_free(mm, mm->roots[i]);
173 kfree(mm->roots);
192 WARN_ON(!drm_buddy_block_is_free(mm->roots[i]));
193 drm_block_free(mm, mm->roots[i]);
198 kfree(mm->roots);
345 list_add_tail(&mm->roots[i]->tmp_link, &dfs);
577 list_add_tail(&mm->roots[i]->tmp_link, &dfs);