Searched refs:thash_entries (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ |
H A D | proto.c | 1113 static int thash_entries; variable 1114 module_param(thash_entries, int, 0444); 1115 MODULE_PARM_DESC(thash_entries, "Number of ehash buckets"); 1157 if (thash_entries) in dccp_init() 1158 goal = (thash_entries * in dccp_init()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | proto.c | 1110 static int thash_entries; variable 1111 module_param(thash_entries, int, 0444); 1112 MODULE_PARM_DESC(thash_entries, "Number of ehash buckets"); 1159 if (thash_entries) in dccp_init() 1160 goal = (thash_entries * in dccp_init()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 4328 static __initdata unsigned long thash_entries; variable 4336 ret = kstrtoul(str, 0, &thash_entries); in set_thash_entries() 4342 __setup("thash_entries=", set_thash_entries); 4371 thash_entries, 21, /* one slot per 2 MB*/ in tcp_init() 4386 thash_entries, in tcp_init() 4392 thash_entries ? 0 : 512 * 1024); in tcp_init()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp.c | 4616 static __initdata unsigned long thash_entries; variable 4624 ret = kstrtoul(str, 0, &thash_entries); in set_thash_entries() 4630 __setup("thash_entries=", set_thash_entries); 4658 thash_entries, 21, /* one slot per 2 MB*/ in tcp_init() 4681 thash_entries, in tcp_init() 4687 thash_entries ? 0 : 512 * 1024); in tcp_init()
|
Completed in 13 milliseconds