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

/xnu-2782.1.97/bsd/sys/
H A Dmcache.h276 u_int32_t mc_nwretry_cnt; /* # of no-wait retry attempts */ 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.c568 atomic_add_32(&cp->mc_nwretry_cnt, 1);
H A Duipc_mbuf.c1024 sp->mbcl_mc_nwretry_cnt = cp->mc_nwretry_cnt;

Completed in 42 milliseconds