Searched refs:mc_chunksize (Results 1 – 2 of 2) sorted by relevance
359 cp->mc_chunksize = chunksize; in mcache_create_common()973 ((intptr_t)buf + cp->mc_chunksize)); in mcache_slab_alloc()984 ((intptr_t)buf + cp->mc_chunksize)); in mcache_slab_alloc()1027 ((intptr_t)*pbuf + cp->mc_chunksize)); in mcache_slab_free()1031 ((intptr_t)*pbuf + cp->mc_chunksize)); in mcache_slab_free()1065 ((intptr_t)*pbuf + cp->mc_chunksize)); in mcache_slab_audit()1441 if ((unsigned int)cp->mc_chunksize < cp->cache_bkttype->bt_maxbuf && in mcache_cache_update()1469 if ((unsigned int)cp->mc_chunksize < btp->bt_maxbuf) { in mcache_cache_bkt_resize()
204 size_t mc_chunksize; /* bufsize + alignment */ member