Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dmcache.h307 u_int32_t mc_nwfail_cnt; /* # of no-wait retries that failed */ member
/xnu-8020.101.4/tools/lldbmacros/
H A Dmbufs.py883 … hex(mc.mc_slab_zone), int(mc.mc_wretry_cnt), int(mc.mc_nwretry_cnt), int(mc.mc_nwfail_cnt), total)
/xnu-8020.101.4/bsd/kern/
H A Dmcache.c566 atomic_add_32(&cp->mc_nwfail_cnt, 1); in mcache_alloc_ext()