Searched refs:head_node (Results 1 – 11 of 11) sorted by relevance
163 start, last) ?: (struct drm_mm_node *)&mm->head_node; in INTERVAL_TREE_DEFINE()978 INIT_LIST_HEAD(&mm->head_node.node_list); in drm_mm_init()979 mm->head_node.flags = 0; in drm_mm_init()980 mm->head_node.mm = mm; in drm_mm_init()981 mm->head_node.start = start + size; in drm_mm_init()982 mm->head_node.size = -size; in drm_mm_init()983 add_hole(&mm->head_node); in drm_mm_init()1027 total_free += drm_mm_dump_hole(p, &mm->head_node); in drm_mm_print()
62 head_node enumerator141 _Head() : base_type(head_node) { } in _Head()602 if (m_p_nd->m_type == head_node) in inc()609 while (p_y->m_type != head_node && get_larger_sibling(m_p_nd) == 0) in inc()615 if (p_y->m_type == head_node) in inc()630 if (m_p_nd->m_type == head_node) in dec()637 while (p_y->m_type != head_node && get_smaller_sibling(m_p_nd) == 0) in dec()643 if (p_y->m_type == head_node) in dec()
106 if (p_nd->m_p_parent->m_type == head_node) in erase_fixup()274 if (p_l->m_p_parent->m_type == head_node) in erase_leaf()
121 while (p_nd->m_type != head_node) in split_prep()
207 struct drm_mm_node head_node; member351 #define drm_mm_nodes(mm) (&(mm)->head_node.node_list)
191 struct hinic_api_cmd_cell *head_node; member
695 chain->head_node = node; in api_cmd_create_cell()801 chain->curr_node = chain->head_node; in api_cmd_create_cells()
104 vm->mm.head_node.color = I915_COLOR_UNEVICTABLE; in i915_address_space_init()