Home
last modified time | relevance | path

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

/freebsd/usr.bin/dpv/
H A Ddpv_util.h42 #define PHYSPAGES_THRESHOLD (32 * 1024) macro
H A Ddpv.c131 PHYSPAGES_THRESHOLD) in operate_common()
/freebsd/bin/cat/
H A Dcat.c84 #define PHYSPAGES_THRESHOLD (32 * 1024) macro
411 if (sysconf(_SC_PHYS_PAGES) > PHYSPAGES_THRESHOLD) in raw_cat()
/freebsd/usr.bin/xinstall/
H A Dxinstall.c68 #define PHYSPAGES_THRESHOLD (32*1024) macro
1109 if (sysconf(_SC_PHYS_PAGES) > PHYSPAGES_THRESHOLD) in compare()
1222 if (sysconf(_SC_PHYS_PAGES) > PHYSPAGES_THRESHOLD) in copy()