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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmcache.c371 cp->cache_bkttype = btp;
1061 *btp = cp->cache_bkttype;
1098 ccp->cc_bktsize = cp->cache_bkttype->bt_bktsize;
1119 btp = cp->cache_bkttype;
1300 if ((unsigned int)cp->mc_chunksize < cp->cache_bkttype->bt_maxbuf &&
1324 mcache_bkttype_t *btp = cp->cache_bkttype;
1335 cp->cache_bkttype = ++btp;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmcache.h196 mcache_bkttype_t *cache_bkttype; /* bucket type */ member in struct:mcache

Completed in 20 milliseconds