Home
last modified time | relevance | path

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

/openbsd/src/sys/uvm/
Duvm_amap.h255 #define AMAP_BASE_SLOT(slot) \ macro
Duvm_amap.c118 int baseslot = AMAP_BASE_SLOT(slot); in amap_chunk_get()
974 startbase = AMAP_BASE_SLOT(slotoff); in amap_wiperange_chunk()
975 endbase = AMAP_BASE_SLOT(slotoff + slots - 1); in amap_wiperange_chunk()