Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Duipc_mbuf_mcache.c499 #define MCA_SAVED_MBUF_SIZE \ macro
1062 static_assert(MCA_SAVED_MBUF_SIZE <= sizeof(struct mbuf)); in mbinit()
5099 bcopy(ms, m, MCA_SAVED_MBUF_SIZE);
5117 bcopy(m, MCA_SAVED_MBUF_PTR(mca), MCA_SAVED_MBUF_SIZE);