Home
last modified time | relevance | path

Searched refs:P2ROUNDDOWN (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.101.4/bsd/sys/ !
H A Dmcache.h198 #ifndef P2ROUNDDOWN
199 #define P2ROUNDDOWN(x, align) \ macro
/xnu-8020.101.4/bsd/dev/ !
H A Dunix_startup.c318 nmbclusters = (unsigned int)P2ROUNDDOWN(nmbclusters, NCLPG); in bsd_mbuf_cluster_reserve()
/xnu-8020.101.4/bsd/kern/ !
H A Dmcache.c1641 oaddr64 = (u_int64_t *)P2ROUNDDOWN(addr, sizeof(u_int64_t)); in mcache_audit_free_verify()
1665 oaddr64 = (u_int64_t *)P2ROUNDDOWN(addr, sizeof(u_int64_t)); in mcache_audit_free_verify_set()
H A Duipc_mbuf.c1322 nclusters = P2ROUNDDOWN(nmbclusters - njcl, NCLPG); in mbuf_table_init()
1329 njcl = P2ROUNDDOWN(nmbclusters - nclusters, NCLPJCL); in mbuf_table_init()
1332 nclusters = P2ROUNDDOWN(nmbclusters - njcl, NCLPG); in mbuf_table_init()
1351 c = P2ROUNDDOWN((nclusters >> 6), NCLPG); /* in 2KB unit */ in mbuf_table_init()
1352 b = P2ROUNDDOWN((nclusters >> (6 + NCLPBGSHIFT)), NBCLPG); /* in 4KB unit */ in mbuf_table_init()
H A Dkpi_mbuf.c1129 P2ROUNDDOWN(MLEN - sizeof (struct m_taghdr) - \
/xnu-8020.101.4/bsd/netinet/ !
H A Dip_icmp.c299 if (th != ((struct tcphdr *)P2ROUNDDOWN(th, in icmp_error()