Home
last modified time | relevance | path

Searched refs:pdpending (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_stat.c137 uvmexp.pdpending, uvmexp.nswget); in uvmexp_print()
H A Duvm_extern.h411 int pdpending; /* number of times daemon got a pending pagout */ member
495 int64_t pdpending; member
H A Duvm_meter.c167 u.pdpending = uvmexp.pdpending; in sysctl_vm_uvmexp2()
H A Duvm_pager.c494 atomic_dec_uint(&uvmexp.pdpending); in uvm_aio_aiodone_pages()
H A Duvm_pdaemon.c878 atomic_inc_uint(&uvmexp.pdpending); in uvmpd_scan_queue()
/netbsd-src/usr.bin/vmstat/
H A Dvmstat.c970 COPY(pdpending); in dosum()
1077 (void)printf("%9" PRIu64 " total pending pageouts\n", uvmexp.pdpending); in dosum()