Searched refs:P2ROUNDDOWN (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.81.4/bsd/sys/ |
| H A D | mcache.h | 84 #ifndef P2ROUNDDOWN 85 #define P2ROUNDDOWN(x, align) \ macro
|
| /xnu-11215.81.4/bsd/dev/ |
| H A D | unix_startup.c | 320 nmbclusters = (unsigned int)P2ROUNDDOWN(nmbclusters, NCLPG); in bsd_mbuf_cluster_reserve()
|
| /xnu-11215.81.4/bsd/kern/ |
| H A D | mcache.c | 1646 oaddr64 = (u_int64_t *)P2ROUNDDOWN(addr, sizeof(u_int64_t)); in mcache_audit_free_verify() 1670 oaddr64 = (u_int64_t *)P2ROUNDDOWN(addr, sizeof(u_int64_t)); in mcache_audit_free_verify_set()
|
| H A D | uipc_mbuf.c | 1966 nclusters = P2ROUNDDOWN(nmbclusters - njcl, NCLPG); in mbuf_table_init() 1973 njcl = P2ROUNDDOWN(nmbclusters - nclusters, NCLPJCL); in mbuf_table_init() 1976 nclusters = P2ROUNDDOWN(nmbclusters - njcl, NCLPG); in mbuf_table_init() 1995 c = P2ROUNDDOWN((nclusters >> 6), NCLPG); /* in 2KB unit */ in mbuf_table_init() 1996 b = P2ROUNDDOWN((nclusters >> (6 + NCLPBGSHIFT)), NBCLPG); /* in 4KB unit */ in mbuf_table_init()
|
| H A D | kpi_mbuf.c | 1131 P2ROUNDDOWN(MLEN - \
|
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | ip_icmp.c | 296 if (th != ((struct tcphdr *)P2ROUNDDOWN(th, in icmp_error()
|