Searched refs:mcache_bkttype (Results 1 – 2 of 2) sorted by relevance
249 struct mcache_bkttype *bkt_type; /* bucket type */261 typedef struct mcache_bkttype { struct
123 static mcache_bkttype_t mcache_bkttype[] = { variable202 for (i = 0; i < sizeof(mcache_bkttype) / sizeof(*btp); i++) { in mcache_init()203 btp = &mcache_bkttype[i]; in mcache_init()369 for (btp = mcache_bkttype; chunksize <= btp->bt_minbuf; btp++) { in mcache_create_common()