Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dmcache.h409 extern int32_t total_sbmb_cnt_peak;
/xnu-8019.80.24/bsd/kern/
H A Duipc_socket2.c143 int32_t total_sbmb_cnt_peak __attribute__((aligned(8))) = 0; variable
2362 if (total_sbmb_cnt > total_sbmb_cnt_peak) { in sballoc()
2363 total_sbmb_cnt_peak = total_sbmb_cnt; in sballoc()
2962 &total_sbmb_cnt_peak, 0, "");
H A Duipc_mbuf.c8573 ns_data.u.mb_stats.sbmb_total = total_sbmb_cnt_peak;
8587 total_sbmb_cnt_floor = total_sbmb_cnt_peak;