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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmcache.h137 struct mcache *bt_cache; /* bucket cache */ member in struct:mcache_bkttype
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmcache.c202 btp->bt_cache = mcache_create(name,
757 bkt = mcache_alloc(btp->bt_cache, MCR_NOSLEEP);
768 mcache_free(btp->bt_cache, bkt);
1184 mcache_free(btp->bt_cache, bkt);

Completed in 20 milliseconds