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

  /src/sys/uvm/
uvm_amap.h 223 * are asked to create an amap with more than UVM_AMAP_LARGE slots in it,
234 #define UVM_AMAP_LARGE 256 /* # of slots in "large" amap */
uvm_amap.c 558 if (slotneed >= UVM_AMAP_LARGE) {
853 if (canchunk && atop(len) >= UVM_AMAP_LARGE) {

Completed in 14 milliseconds