Home
last modified time | relevance | path

Searched refs:high_sb_max (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Duipc_mbuf.c600 extern u_int32_t high_sb_max;
1801 high_sb_max = (nmbclusters << (MCLSHIFT - 4)); in mbinit()
1802 if (high_sb_max < sb_max) { in mbinit()
1804 if (high_sb_max > (1 << MBSHIFT)) { in mbinit()
1806 sb_max = high_sb_max; in mbinit()
1812 sb_max = high_sb_max = (1 << MBSHIFT); in mbinit()
1814 sb_max = high_sb_max; in mbinit()
H A Duipc_socket2.c138 u_int32_t high_sb_max = SB_MAX; variable
2896 if (new_value > LOW_SB_MAX && new_value <= high_sb_max) {