Searched refs:rb_entry (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/osfmk/vm/
H A Dvm_map_store_rb.c59 struct vm_map_store *rb_entry = RB_ROOT(&(hdr.rb_head_store)); local
62 rb_entry = RB_FIND( rb_head, &(hdr.rb_head_store), &(cur->store));
63 if(rb_entry == NULL)
66 panic("Cur: %p, L: %p, R: %p", VME_FOR_STORE(rb_entry), VME_FOR_STORE(RB_LEFT(rb_entry,entry)), VME_FOR_STORE(RB_RIGHT(rb_entry,entry)));
73 struct vm_map_store *rb_entry = RB_ROOT(&(hdr.rb_head_store)); local
77 while (rb_entry != (struct vm_map_store*)NULL) {
78 cur = VME_FOR_STORE(rb_entry);
86 rb_entry
113 struct vm_map_store *rb_entry; local
[all...]

Completed in 19 milliseconds