Home
last modified time | relevance | path

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

/freebsd/sbin/sysctl/
H A Dsysctl.c722 int pageKilo; in S_vmtotal() local
730 pageKilo = getpagesize() / 1024; in S_vmtotal()
732 #define pg2k(a) ((uintmax_t)(a) * pageKilo) in S_vmtotal()