HomeSort by: relevance | last modified time | path
    Searched refs:head_node (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_mm.c 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);
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_mm.h 208 /* head_node.node_list is the list of all memory nodes, ordered
210 struct drm_mm_node head_node; member in struct:drm_mm
356 #define drm_mm_nodes(mm) (&(mm)->head_node.node_list)
503 * over the special _unallocated_ &drm_mm.head_node, and may even continue
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
erase_fn_imps.hpp 106 if (p_nd->m_p_parent->m_type == head_node)
274 if (p_l->m_p_parent->m_type == head_node)
pat_trie_base.hpp 56 * i_node is used by _Inode, leaf_node by _Leaf, and head_node by _Head.
62 head_node enumerator in enum:__gnu_pbds::detail::pat_trie_base::node_type
141 _Head() : base_type(head_node) { }
602 if (m_p_nd->m_type == head_node)
609 while (p_y->m_type != head_node && get_larger_sibling(m_p_nd) == 0)
615 if (p_y->m_type == head_node)
630 if (m_p_nd->m_type == head_node)
637 while (p_y->m_type != head_node && get_smaller_sibling(m_p_nd) == 0)
643 if (p_y->m_type == head_node)
split_fn_imps.hpp 121 while (p_nd->m_type != head_node)
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_gtt.c 255 vm->mm.head_node.color = I915_COLOR_UNEVICTABLE;

Completed in 60 milliseconds