HomeSort by: relevance | last modified time | path
    Searched defs:eparent (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/uvm/
uvm_map.c 337 const struct vm_map_entry *eparent = nparent; local in function:uvm_map_compare_nodes
340 KASSERT(eparent->start < ekey->start || eparent->start >= ekey->end);
341 KASSERT(ekey->start < eparent->start || ekey->start >= eparent->end);
343 if (eparent->start < ekey->start)
345 if (eparent->end >= ekey->start)
353 const struct vm_map_entry *eparent = nparent; local in function:uvm_map_compare_key
356 if (eparent->start < va)
358 if (eparent->end >= va
    [all...]
uvm_map.c 337 const struct vm_map_entry *eparent = nparent; local in function:uvm_map_compare_nodes
340 KASSERT(eparent->start < ekey->start || eparent->start >= ekey->end);
341 KASSERT(ekey->start < eparent->start || ekey->start >= eparent->end);
343 if (eparent->start < ekey->start)
345 if (eparent->end >= ekey->start)
353 const struct vm_map_entry *eparent = nparent; local in function:uvm_map_compare_key
356 if (eparent->start < va)
358 if (eparent->end >= va
    [all...]

Completed in 22 milliseconds