Searched refs:nclusters (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c448 int nclusters; /* # of clusters for non-jumbo (legacy) sizes */ variable
1154 * nclusters holds both the 2KB and 4KB pools, so ensure it's
1157 nclusters = P2ROUNDDOWN(nmbclusters - njcl, NCLPBG);
1164 njcl = P2ROUNDDOWN(nmbclusters - nclusters, 8);
1166 /* Update nclusters with rounded down value of njcl */
1167 nclusters = P2ROUNDDOWN(nmbclusters - njcl, NCLPBG);
1185 c = P2ROUNDDOWN((nclusters >> 6), 2); /* in 2KB unit */
1186 b = P2ROUNDDOWN((nclusters >> (6 + NCLPBGSHIFT)), 2); /* in 4KB unit */
1187 s = nclusters - (c + (b << NCLPBGSHIFT)); /* in 2KB unit */
1575 (nclusters << MCLSHIF
[all...]
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_backing_store.c314 int nclusters)
320 clusters_available += nclusters;
337 clusters_committed_peak -= nclusters;
347 int nclusters)
350 clusters_committed += nclusters;
313 bs_more_space( int nclusters) argument
346 bs_commit( int nclusters) argument

Completed in 111 milliseconds