Searched refs:mc_chunksize (Results 1 – 2 of 2) sorted by relevance
356 cp->mc_chunksize = chunksize; in mcache_create_common()970 ((intptr_t)buf + cp->mc_chunksize)); in mcache_slab_alloc()981 ((intptr_t)buf + cp->mc_chunksize)); in mcache_slab_alloc()1024 ((intptr_t)*pbuf + cp->mc_chunksize)); in mcache_slab_free()1028 ((intptr_t)*pbuf + cp->mc_chunksize)); in mcache_slab_free()1062 ((intptr_t)*pbuf + cp->mc_chunksize)); in mcache_slab_audit()1438 if ((unsigned int)cp->mc_chunksize < cp->cache_bkttype->bt_maxbuf && in mcache_cache_update()1466 if ((unsigned int)cp->mc_chunksize < btp->bt_maxbuf) { in mcache_cache_bkt_resize()
209 size_t mc_chunksize; /* bufsize + alignment */ member