Searched refs:mcache_bkt_batch_alloc (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/bsd/kern/ |
| H A D | mcache.c | 145 static uint32_t mcache_bkt_batch_alloc(mcache_t *, mcache_bktlist_t *, 508 (void) mcache_bkt_batch_alloc(cp, &cp->mc_full, in mcache_alloc_ext() 801 (void) mcache_bkt_batch_alloc(cp, &cp->mc_empty, &bkt, 1); in mcache_free_ext() 1115 mcache_bkt_batch_alloc(mcache_t *cp, mcache_bktlist_t *blp, mcache_bkt_t **list, in mcache_bkt_batch_alloc() function 1317 (void) mcache_bkt_batch_alloc(cp, &cp->mc_full, &bkt, reap); in mcache_bkt_ws_reap() 1328 (void) mcache_bkt_batch_alloc(cp, &cp->mc_empty, &bkt, reap); in mcache_bkt_ws_reap()
|