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

  /src/sys/uvm/
uvm_amap.c 814 * => if canchunk is true, then we may clip the entry into a chunk
815 * => "startva" and "endva" are used only if canchunk is true. they are
845 const bool canchunk = (flags & AMAP_COPY_NOCHUNK) == 0; local in function:amap_copy
853 if (canchunk && atop(len) >= UVM_AMAP_LARGE) {

Completed in 11 milliseconds