Home
last modified time | relevance | path

Searched refs:am_ncused (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/uvm/
Duvm_amap.c153 amap->am_ncused++; in amap_chunk_get()
179 amap->am_ncused--; in amap_chunk_free()
361 amap->am_ncused = 0; in amap_alloc1()
388 amap->am_ncused++; in amap_alloc1()
1033 else if (endbucket + 1 - startbucket >= amap->am_ncused) { in amap_wiperange()
Duvm_amap.h165 #define am_ncused am_impl.ami_normal.amn_ncused macro