Home
last modified time | relevance | path

Searched refs:uvm_physseg_graph (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_physseg.c126 struct uvm_physseg_graph { struct
131 static struct uvm_physseg_graph uvm_physseg_graph __read_mostly; argument
285 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 …]
/netbsd-src/tests/sys/uvm/
H A Dt_uvm_physseg_load.c242 return uvm_physseg_graph.nentries; in uvm_physseg_get_entries()
H A Dt_uvm_physseg.c259 return uvm_physseg_graph.nentries; in uvm_physseg_get_entries()