Home
last modified time | relevance | path

Searched refs:zbs_alloc_fail (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/osfmk/kern/
H A Dzalloc.h1937 uint64_t zbs_alloc_fail; member
H A Dzalloc.c8655 stats->zbs_alloc_fail = 0; in zone_get_stats()
8657 stats->zbs_alloc_fail += zs->zs_alloc_fail; in zone_get_stats()
/xnu-12377.61.12/bsd/kern/
H A Duipc_mbuf.c572 drops += stats.zbs_alloc_fail; in mbuf_stat_sync()
581 sp->mbcl_fail_cnt = stats.zbs_alloc_fail; in mbuf_stat_sync()