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

/xnu-2782.1.97/bsd/sys/
H A Dmcache.h277 u_int32_t mc_nwfail_cnt; /* # of no-wait retries that failed */ member in struct:mcache
/xnu-2782.1.97/tools/lldbmacros/
H A Dmbufs.py764 out_string += mcache_stat_data_format_string.format(mc.mc_name, cache_state, hex(mc), str(int(mc.mc_bufsize)), str(int(mc.mc_align)), hex(mc.mc_slab_zone), int(mc.mc_wretry_cnt), int(mc.mc_nwretry_cnt), int(mc.mc_nwfail_cnt), total)
/xnu-2782.1.97/bsd/kern/
H A Dmcache.c571 atomic_add_32(&cp->mc_nwfail_cnt, 1);

Completed in 171 milliseconds