Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dzalloc.h1935 uint64_t zbs_alloc_fail; member
H A Dzalloc.c9198 stats->zbs_alloc_fail = 0; in zone_get_stats()
9200 stats->zbs_alloc_fail += zs->zs_alloc_fail; in zone_get_stats()
/xnu-11215/bsd/kern/
H A Duipc_mbuf.c1484 drops += stats.zbs_alloc_fail; in mbuf_stat_sync()
1493 sp->mbcl_fail_cnt = stats.zbs_alloc_fail; in mbuf_stat_sync()