Home
last modified time | relevance | path

Searched refs:flt_przero (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/uvm/
H A Duvmexp.h136 int flt_przero; /* [p] # of times fault promotes with zerofill (2b) */ member
194 flt_przero, /* number of times fault promotes with zerofill (2b) */ enumerator
H A Duvm_meter.c282 uexp->flt_przero = (int)counters[flt_przero]; in uvmexp_read()
324 uexp.flt_przero); in uvmexp_print()
H A Duvm_fault.c1437 counters_inc(uvmexp_counters, flt_przero); in uvm_fault_lower()
/openbsd/usr.bin/systat/
H A Duvm.c117 &uvmexp.flt_przero, &last_uvmexp.flt_przero, "flt_przero" },
H A Dvmstat.c414 PUTRATE(uvmexp.flt_przero, VMSTATROW + 9, VMSTATCOL + 3, 6); in showkre()