Searched refs:phys_entry (Results 1 – 2 of 2) sorted by relevance
11 struct phys_entry { struct18 static void phys_entry__insert(struct phys_entry *entry, struct rb_root *root) in phys_entry__insert() argument22 struct phys_entry *e; in phys_entry__insert()26 e = rb_entry(parent, struct phys_entry, rb_node); in phys_entry__insert()39 phys_entry__init(struct phys_entry *entry, u64 start, u64 bsize, u64 node) in phys_entry__init()50 struct phys_entry *entries, *tmp_entries; in mem2node__init()84 struct phys_entry *prev = &entries[j - 1]; in mem2node__init()122 struct phys_entry *entry; in mem2node__node()127 entry = rb_entry(parent, struct phys_entry, rb_node); in mem2node__node()
8 struct phys_entry;12 struct phys_entry *entries;