Searched refs:P2ROUNDDOWN (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dmcache.h115 #ifndef P2ROUNDDOWN
116 #define P2ROUNDDOWN(x, align) \ macro
118 #endif /* P2ROUNDDOWN */
/darwin-on-arm/xnu/bsd/dev/
H A Dunix_startup.c290 nmbclusters = P2ROUNDDOWN(nmbclusters, NCLPBG);
/darwin-on-arm/xnu/bsd/kern/
H A Dmcache.c1481 oaddr64 = (u_int64_t *)P2ROUNDDOWN(addr, sizeof (u_int64_t));
1505 oaddr64 = (u_int64_t *)P2ROUNDDOWN(addr, sizeof (u_int64_t));
H A Duipc_mbuf.c1157 nclusters = P2ROUNDDOWN(nmbclusters - njcl, NCLPBG);
1164 njcl = P2ROUNDDOWN(nmbclusters - nclusters, 8);
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 */

Completed in 96 milliseconds