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

/xnu-2782.1.97/bsd/kern/
H A Dmcache.c380 cp->mc_chunksize = chunksize;
950 ((intptr_t)buf + cp->mc_chunksize));
960 ((intptr_t)buf + cp->mc_chunksize));
1009 ((intptr_t)*pbuf + cp->mc_chunksize));
1015 ((intptr_t)*pbuf + cp->mc_chunksize));
1054 ((intptr_t)*pbuf + cp->mc_chunksize));
1354 if ((unsigned int)cp->mc_chunksize < cp->cache_bkttype->bt_maxbuf &&
1380 if ((unsigned int)cp->mc_chunksize < btp->bt_maxbuf) {
/xnu-2782.1.97/bsd/sys/
H A Dmcache.h299 size_t mc_chunksize; /* bufsize + alignment */ member in struct:mcache

Completed in 17 milliseconds