Searched refs:cache_bkttype (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dmcache.c372 cp->cache_bkttype = btp;
1076 *btp = cp->cache_bkttype;
1113 ccp->cc_bktsize = cp->cache_bkttype->bt_bktsize;
1134 btp = cp->cache_bkttype;
1315 if ((unsigned int)cp->mc_chunksize < cp->cache_bkttype->bt_maxbuf &&
1339 mcache_bkttype_t *btp = cp->cache_bkttype;
1350 cp->cache_bkttype = ++btp;
/darwin-on-arm/xnu/bsd/sys/
H A Dmcache.h237 mcache_bkttype_t *cache_bkttype; /* bucket type */ member in struct:mcache

Completed in 22 milliseconds