Searched refs:rb_vmspace_compare (Results 1 – 2 of 2) sorted by relevance
65 RB_PROTOTYPE(vmspace_rb_tree, vmspace_entry, rb_entry, rb_vmspace_compare);
508 static int rb_vmspace_compare(struct vmspace_entry *, struct vmspace_entry *);509 RB_GENERATE(vmspace_rb_tree, vmspace_entry, rb_entry, rb_vmspace_compare);518 rb_vmspace_compare(struct vmspace_entry *a, struct vmspace_entry *b) in rb_vmspace_compare() function