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

/darwin-on-arm/xnu/bsd/sys/
H A Dmcache.h176 struct mcache *bt_cache; /* bucket cache */ member in struct:mcache_bkttype
/darwin-on-arm/xnu/bsd/kern/
H A Dmcache.c200 btp->bt_cache = mcache_create(name,
772 bkt = mcache_alloc(btp->bt_cache, MCR_NOSLEEP);
783 mcache_free(btp->bt_cache, bkt);
1199 mcache_free(btp->bt_cache, bkt);

Completed in 20 milliseconds