Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_redup.c229 uint64_t physbytes = sysconf(_SC_PHYS_PAGES) * sysconf(_SC_PAGESIZE); in zstream_do_redup() local
230 uint64_t max_rde_size = MAX((physbytes * MAX_RDT_PHYSMEM_PERCENT) / 100, in zstream_do_redup()