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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket2.c119 /* Based on the number of mbuf clusters configured, high_sb_max and sb_max can get
120 * scaled up or down to suit that memory configuration. high_sb_max is a higher
125 u_int32_t high_sb_max = SB_MAX; variable
2009 new_value <= high_sb_max ) {
H A Duipc_mbuf.c531 extern u_int32_t high_sb_max;
1552 high_sb_max = (nmbclusters << (MCLSHIFT - 4));
1553 if (high_sb_max < sb_max) {
1555 if (high_sb_max > (1 << MBSHIFT)) {
1557 sb_max = high_sb_max;
1563 sb_max = high_sb_max = (1 << MBSHIFT);
1565 sb_max = high_sb_max;

Completed in 30 milliseconds