Searched refs:mc_chunksize (Results 1 – 2 of 2) sorted by relevance
354 cp->mc_chunksize = chunksize; in mcache_create_common()968 ((intptr_t)buf + cp->mc_chunksize)); in mcache_slab_alloc()979 ((intptr_t)buf + cp->mc_chunksize)); in mcache_slab_alloc()1022 ((intptr_t)*pbuf + cp->mc_chunksize)); in mcache_slab_free()1026 ((intptr_t)*pbuf + cp->mc_chunksize)); in mcache_slab_free()1060 ((intptr_t)*pbuf + cp->mc_chunksize)); in mcache_slab_audit()1436 if ((unsigned int)cp->mc_chunksize < cp->cache_bkttype->bt_maxbuf && in mcache_cache_update()1464 if ((unsigned int)cp->mc_chunksize < btp->bt_maxbuf) { in mcache_cache_bkt_resize()
323 size_t mc_chunksize; /* bufsize + alignment */ member