Home | History | Annotate | Download | only in uvm

Lines Matching defs:current_ps

237 	struct uvm_physseg *ps, *current_ps = NULL;
285 RB_TREE_FOREACH(current_ps, &(uvm_physseg_graph.rb_tree)) {
287 if (current_ps->pgs != NULL) {
290 pgs = uvm_physseg_seg_alloc_from_slab(current_ps, pages);
327 ps->ext = current_ps->ext;
341 current_ps = rb_tree_insert_node(&(uvm_physseg_graph.rb_tree), ps);
342 if (current_ps != ps) {
1310 struct uvm_physseg *current_ps;
1316 RB_TREE_FOREACH(current_ps, &(uvm_physseg_graph.rb_tree)) {
1317 if (seg->ext == current_ps->ext)
1354 struct uvm_physseg *ps, *current_ps;
1392 current_ps = rb_tree_insert_node(&(uvm_physseg_graph.rb_tree), ps);
1393 if (current_ps != ps) {