Home
last modified time | relevance | path

Searched refs:node_list (Results 1 – 15 of 15) sorted by relevance

/netbsd/sys/external/bsd/drm2/dist/drm/
H A Ddrm_mm.c172 list_for_each_entry(node, &mm->head_node.node_list, node_list) { in INTERVAL_TREE_DEFINE()
562 list_add(&node->node_list, &hole->node_list); in drm_mm_reserve_node()
683 list_add(&node->node_list, &hole->node_list); in drm_mm_insert_node_in_range()
733 list_del(&node->node_list); in drm_mm_remove_node()
761 list_replace(&old->node_list, &new->node_list); in drm_mm_replace_node()
894 hole = list_prev_entry(node, node_list); in drm_mm_scan_add_block()
896 __list_del_entry(&node->node_list); in drm_mm_scan_add_block()
987 list_next_entry(node, node_list)); in drm_mm_scan_remove_block()
988 list_add(&node->node_list, &prev_node->node_list); in drm_mm_scan_remove_block()
1043 return list_next_entry(hole, node_list); in drm_mm_scan_color_evict()
[all …]
/netbsd/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_mm.h166 struct list_head node_list; member
325 return list_next_entry(hole_node, node_list)->start; in __drm_mm_hole_node_end()
356 #define drm_mm_nodes(mm) (&(mm)->head_node.node_list)
367 list_for_each_entry(entry, drm_mm_nodes(mm), node_list)
379 list_for_each_entry_safe(entry, next, drm_mm_nodes(mm), node_list)
509 node__ = list_next_entry(node__, node_list))
/netbsd/external/gpl2/dtc/dist/tests/
H A Dpylibfdt_tests.py232 node_list = []
236 node_list.append([depth, self.fdt.get_name(node)])
238 self.assertEquals(node_list, [
250 node_list = []
253 node_list.append(self.fdt.get_name(node))
255 self.assertEquals(node_list, ['subnode@1', 'subnode@2'])
/netbsd/sys/external/bsd/drm2/dist/drm/selftests/
H A Dtest-drm_mm.c1161 struct drm_mm_node *next = list_next_entry(hole, node_list); in show_holes()
1911 node = list_next_entry(node, node_list); in separate_adjacent_colors()
1919 drm_mm_node_allocated(list_next_entry(node, node_list))) { in colors_abutt()
1922 list_next_entry(node, node_list)->color, in colors_abutt()
1923 list_next_entry(node, node_list)->start, in colors_abutt()
1924 list_next_entry(node, node_list)->size); in colors_abutt()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgraphite-isl-ast-to-gimple.c858 isl_ast_node_list *node_list = isl_ast_node_block_get_children (node); in translate_isl_ast_node_block() local
860 for (i = 0; i < isl_ast_node_list_n_ast_node (node_list); i++) in translate_isl_ast_node_block()
862 isl_ast_node *tmp_node = isl_ast_node_list_get_ast_node (node_list, i); in translate_isl_ast_node_block()
866 isl_ast_node_list_free (node_list); in translate_isl_ast_node_block()
H A Dgraphite-isl-ast-to-gimple.cc845 isl_ast_node_list *node_list = isl_ast_node_block_get_children (node); in translate_isl_ast_node_block() local
847 for (i = 0; i < isl_ast_node_list_n_ast_node (node_list); i++) in translate_isl_ast_node_block()
849 isl_ast_node *tmp_node = isl_ast_node_list_get_ast_node (node_list, i); in translate_isl_ast_node_block()
853 isl_ast_node_list_free (node_list); in translate_isl_ast_node_block()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-isl-ast-to-gimple.c858 isl_ast_node_list *node_list = isl_ast_node_block_get_children (node); in translate_isl_ast_node_block() local
860 for (i = 0; i < isl_ast_node_list_n_ast_node (node_list); i++) in translate_isl_ast_node_block()
862 isl_ast_node *tmp_node = isl_ast_node_list_get_ast_node (node_list, i); in translate_isl_ast_node_block()
866 isl_ast_node_list_free (node_list); in translate_isl_ast_node_block()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_vma.c648 GEM_BUG_ON(list_empty(&node->node_list)); in i915_gem_valid_gtt_space()
650 other = list_prev_entry(node, node_list); in i915_gem_valid_gtt_space()
655 other = list_next_entry(node, node_list); in i915_gem_valid_gtt_space()
/netbsd/external/gpl2/groff/dist/src/roff/troff/
H A Dinput.cpp3090 class node_list { class
3094 node_list();
3095 ~node_list();
3104 void node_list::append(node *n) in append()
3116 int node_list::length() in length()
3124 node_list::node_list() in node_list() function in node_list
3129 node *node_list::extract() in extract()
3136 node_list::~node_list() in ~node_list()
3145 node_list nl;
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DPathTree.h195 Node **node_list; variable
H A DPathTree.cc869 node_list = new Node*[depth]; in compute_metrics()
989 delete[] node_list; in compute_metrics()
1482 node_list[dpth] = node; in get_clr_metrics()
1509 hi = hist_data->append_hist_item (get_hist_obj (node_list[dpth - nobj])); in get_clr_metrics()
1518 node_list[pmatch - nobj])); in get_clr_metrics()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_ggtt.c46 node = list_next_entry(node, node_list); in i915_ggtt_color_adjust()
/netbsd/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20102235 | (function_list, node_list, edge_list): New struct.
2236 | (function_list, node_list, edge_list): New variables.
4142 (function_list, node_list, edge_list): New struct.
4143 (function_list, node_list, edge_list): New variables.
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20102235 | (function_list, node_list, edge_list): New struct.
2236 | (function_list, node_list, edge_list): New variables.
4142 (function_list, node_list, edge_list): New struct.
4143 (function_list, node_list, edge_list): New variables.
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/models/inliner/
H A Dsaved_model.pbtxt24558 node_list {