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

/darwin-on-arm/xnu/bsd/kern/
H A Dmcache.c149 static void mcache_bkt_destroy(mcache_t *, mcache_bkttype_t *,
1148 mcache_bkt_destroy(cp, btp, bp, objs);
1150 mcache_bkt_destroy(cp, btp, pbp, pobjs);
1168 mcache_bkt_destroy(mcache_t *cp, mcache_bkttype_t *btp, mcache_bkt_t *bkt, function
1188 panic("mcache_bkt_destroy: %s cp %p corrupted "
1231 mcache_bkt_destroy(cp, btp, bkt, btp->bt_bktsize);
1236 mcache_bkt_destroy(cp, btp, bkt, 0);

Completed in 19 milliseconds