OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uvm_physseg_graph
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/uvm/
uvm_physseg.c
126
struct
uvm_physseg_graph
{
struct
131
static struct
uvm_physseg_graph
uvm_physseg_graph
__read_mostly;
285
RB_TREE_FOREACH(current_ps, &(
uvm_physseg_graph
.rb_tree)) {
338
* now insert us in the proper place in
uvm_physseg_graph
.rb_tree
341
current_ps = rb_tree_insert_node(&(
uvm_physseg_graph
.rb_tree), ps);
345
uvm_physseg_graph
.nentries++;
417
rb_tree_init(&(
uvm_physseg_graph
.rb_tree), &uvm_physseg_tree_ops);
418
uvm_physseg_graph
.nentries = 0;
428
return (uvm_physseg_t) rb_tree_iterate(&(
uvm_physseg_graph
.rb_tree), upm
[
all
...]
/src/tests/sys/uvm/
t_uvm_physseg_load.c
242
return
uvm_physseg_graph
.nentries;
t_uvm_physseg.c
253
* Private accessor that gets the value of
uvm_physseg_graph
.nentries
259
return
uvm_physseg_graph
.nentries;
Completed in 72 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025