Searched refs:thash_entries (Results 1 – 3 of 3) sorted by relevance
1096 static int thash_entries; variable1097 module_param(thash_entries, int, 0444);1098 MODULE_PARM_DESC(thash_entries, "Number of ehash buckets");1139 if (thash_entries) in dccp_init()1140 goal = (thash_entries * in dccp_init()
3017 static __initdata unsigned long thash_entries; variable3025 ret = kstrtoul(str, 0, &thash_entries); in set_thash_entries()3065 thash_entries, in tcp_init()3071 thash_entries ? 0 : 512 * 1024); in tcp_init()
3565 thash_entries= [KNL,NET]