Home | History | Annotate | Download | only in drm

Lines Matching refs:head_node

172 	list_for_each_entry(node, &mm->head_node.node_list, node_list) {
176 return &mm->head_node;
179 start, last) ?: (struct drm_mm_node *)&mm->head_node;
1075 INIT_LIST_HEAD(&mm->head_node.node_list);
1076 mm->head_node.flags = 0;
1077 mm->head_node.mm = mm;
1078 mm->head_node.start = start + size;
1079 mm->head_node.size = -size;
1080 add_hole(&mm->head_node);
1124 total_free += drm_mm_dump_hole(p, &mm->head_node);