Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_subr.c401 static int scale_to_powerof2(int size);
414 scale_to_powerof2(int size) in scale_to_powerof2() function
572 tcp_tcbhashsize = scale_to_powerof2(tcp_tcbhashsize); in tcp_init()