Searched refs:uvm_physseg_graph (Results 1 – 3 of 3) sorted by relevance
126 struct uvm_physseg_graph { struct131 static struct uvm_physseg_graph uvm_physseg_graph __read_mostly; argument285 RB_TREE_FOREACH(current_ps, &(uvm_physseg_graph.rb_tree)) { in uvm_physseg_plug()341 current_ps = rb_tree_insert_node(&(uvm_physseg_graph.rb_tree), ps); in uvm_physseg_plug()345 uvm_physseg_graph.nentries++; in uvm_physseg_plug()417 rb_tree_init(&(uvm_physseg_graph.rb_tree), &uvm_physseg_tree_ops); in uvm_physseg_init()418 uvm_physseg_graph.nentries = 0; in uvm_physseg_init()428 return (uvm_physseg_t) rb_tree_iterate(&(uvm_physseg_graph.rb_tree), upm, in uvm_physseg_get_next()439 return (uvm_physseg_t) rb_tree_iterate(&(uvm_physseg_graph.rb_tree), upm, in uvm_physseg_get_prev()446 return (uvm_physseg_t) RB_TREE_MAX(&(uvm_physseg_graph.rb_tree)); in uvm_physseg_get_last()[all …]
242 return uvm_physseg_graph.nentries; in uvm_physseg_get_entries()
259 return uvm_physseg_graph.nentries; in uvm_physseg_get_entries()