Home
last modified time | relevance | path

Searched refs:flt_noamap (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/uvm/
H A Duvmexp.h178 flt_noamap, /* number of times fault was out of amap chunks */ enumerator
H A Duvm_meter.c266 uexp->fltnoamap = (int)counters[flt_noamap]; in uvmexp_read()
H A Duvm_fault.c1454 counters_inc(uvmexp_counters, flt_noamap); in uvm_fault_lower()