Searched refs:biotmap_sz (Results 1 – 1 of 1) sorted by relevance
1073 long maxbuf, maxbuf_sz, buf_sz, biotmap_sz; in kern_vfs_bio_buffer_alloc() local1159 biotmap_sz = maxbuf_sz - buf_sz; in kern_vfs_bio_buffer_alloc()1166 biotmap_sz = buf_sz / TRANSIENT_DENOM; in kern_vfs_bio_buffer_alloc()1167 buf_sz -= biotmap_sz; in kern_vfs_bio_buffer_alloc()1169 if (biotmap_sz / INT_MAX > maxphys) in kern_vfs_bio_buffer_alloc()1172 bio_transient_maxcnt = biotmap_sz / maxphys; in kern_vfs_bio_buffer_alloc()