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

  /src/sys/uvm/
uvm_map.c 532 bool first_free_found = false; local in function:_uvm_map_sanity
540 first_free_found = true;
541 } else if (!first_free_found && e->next->start > e->end) {
555 if (!first_free_found) {

Completed in 14 milliseconds