Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dmcache.h193 u_int32_t mc_nwfail_cnt; /* # of no-wait retries that failed */ member
/xnu-11215.81.4/bsd/kern/
H A Dmcache.c571 os_atomic_inc(&cp->mc_nwfail_cnt, relaxed); in mcache_alloc_ext()
/xnu-11215.81.4/tools/lldbmacros/
H A Dmbufs.py1279 … hex(mc.mc_slab_zone), int(mc.mc_wretry_cnt), int(mc.mc_nwretry_cnt), int(mc.mc_nwfail_cnt), total)