Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dsc.c280 size_t max_pgs = BITMAP_MAXBITS * reg_size / PAGE; in sc_data_update_sc_slab_size() local
282 assert(min_pgs <= max_pgs); in sc_data_update_sc_slab_size()
284 assert(max_pgs >= 1); in sc_data_update_sc_slab_size()
287 } else if (pgs_guess > max_pgs) { in sc_data_update_sc_slab_size()
288 sc->pgs = (int)max_pgs; in sc_data_update_sc_slab_size()
/freebsd/sys/kern/
H A Dkern_sendfile.c689 int bsize, error, ext_pgs_idx, hdrlen, max_pgs, softerr; in vn_sendfile() local
975 max_pgs = num_pages(tls->params.max_frame_len); in vn_sendfile()
978 max_pgs = MBUF_PEXT_MAX_PGS; in vn_sendfile()
981 ext_pgs_idx = max_pgs - 1; in vn_sendfile()
1004 if (ext_pgs_idx == max_pgs) { in vn_sendfile()
1017 if ((npages - i <= max_pgs) && in vn_sendfile()