Searched refs:mc_wretry_cnt (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dmcache.h275 u_int32_t mc_wretry_cnt; /* # of wait retries */ 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.c562 atomic_add_32(&cp->mc_wretry_cnt, 1);
H A Duipc_mbuf.c1023 sp->mbcl_mc_wretry_cnt = cp->mc_wretry_cnt;

Completed in 48 milliseconds