Searched refs:total_sbmb_cnt (Results 1 – 3 of 3) sorted by relevance
141 int32_t total_sbmb_cnt __attribute__((aligned(8))) = 0; variable2360 OSAddAtomic(cnt, &total_sbmb_cnt); in sballoc()2361 VERIFY(total_sbmb_cnt > 0); in sballoc()2362 if (total_sbmb_cnt > total_sbmb_cnt_peak) { in sballoc()2363 total_sbmb_cnt_peak = total_sbmb_cnt; in sballoc()2392 OSAddAtomic(cnt, &total_sbmb_cnt); in sbfree()2393 VERIFY(total_sbmb_cnt >= 0); in sbfree()2394 if (total_sbmb_cnt < total_sbmb_cnt_floor) { in sbfree()2395 total_sbmb_cnt_floor = total_sbmb_cnt; in sbfree()2960 &total_sbmb_cnt, 0, "");
407 extern int32_t total_sbmb_cnt;
988 if ((total_sbmb_cnt < mblim) && in tcp_cansbgrow()