Searched refs:mcache_bkttype (Results 1 – 2 of 2) sorted by relevance
135 struct mcache_bkttype *bkt_type; /* bucket type */147 typedef struct mcache_bkttype { struct
125 static mcache_bkttype_t mcache_bkttype[] = { variable204 for (i = 0; i < sizeof(mcache_bkttype) / sizeof(*btp); i++) { in mcache_init()205 btp = &mcache_bkttype[i]; in mcache_init()371 for (btp = mcache_bkttype; chunksize <= btp->bt_minbuf; btp++) { in mcache_create_common()