Home
last modified time | relevance | path

Searched refs:head_node (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_mm.c163 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp62 head_node enumerator
141 _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()
H A Derase_fn_imps.hpp106 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()
H A Dsplit_fn_imps.hpp121 while (p_nd->m_type != head_node) in split_prep()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp62 head_node enumerator
141 _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()
H A Derase_fn_imps.hpp106 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()
H A Dsplit_fn_imps.hpp121 while (p_nd->m_type != head_node) in split_prep()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_mm.h207 struct drm_mm_node head_node; member
351 #define drm_mm_nodes(mm) (&(mm)->head_node.node_list)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_api_cmd.h191 struct hinic_api_cmd_cell *head_node; member
H A Dhinic_hw_api_cmd.c695 chain->head_node = node; in api_cmd_create_cell()
801 chain->curr_node = chain->head_node; in api_cmd_create_cells()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.c104 vm->mm.head_node.color = I915_COLOR_UNEVICTABLE; in i915_address_space_init()