pub const CACHE_RESIDENCY_SENDFILE_THRESHOLD: f64 = 0.80;
Minimum page-cache residency ratio to trigger the cachestat sendfile fast-path. At >=80% resident, sendfile outperforms io_uring for files in the decision zone.