Searched refs:table_perturb (Results 1 – 1 of 1) sorted by relevance
1006 static u32 *table_perturb; variable1047 get_random_sleepable_once(table_perturb, in __inet_hash_connect()1048 INET_TABLE_PERTURB_SIZE * sizeof(*table_perturb)); in __inet_hash_connect()1051 offset = READ_ONCE(table_perturb[index]) + (port_offset >> 32); in __inet_hash_connect()1147 WRITE_ONCE(table_perturb[index], READ_ONCE(table_perturb[index]) + i + step); in __inet_hash_connect()1247 table_perturb = alloc_large_system_hash("Table-perturb", in inet_hashinfo2_init()1248 sizeof(*table_perturb), in inet_hashinfo2_init()
Completed in 5 milliseconds