Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dmcache.h408 extern int32_t total_sbmb_cnt_floor;
/xnu-8019.80.24/bsd/kern/
H A Duipc_socket2.c142 int32_t total_sbmb_cnt_floor __attribute__((aligned(8))) = 0; variable
2394 if (total_sbmb_cnt < total_sbmb_cnt_floor) { in sbfree()
2395 total_sbmb_cnt_floor = total_sbmb_cnt; in sbfree()
2964 &total_sbmb_cnt_floor, 0, "");
H A Duipc_mbuf.c8577 ns_data.u.mb_stats.sbmb_floor = total_sbmb_cnt_floor;
8587 total_sbmb_cnt_floor = total_sbmb_cnt_peak;