Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Drhashtable.c167 unsigned int new_hash; in rhashtable_rehash_one() local
182 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one()
184 new_bucket_lock = rht_bucket_lock(new_tbl, new_hash); in rhashtable_rehash_one()
187 head = rht_dereference_bucket(new_tbl->buckets[new_hash], in rhashtable_rehash_one()
188 new_tbl, new_hash); in rhashtable_rehash_one()
192 rcu_assign_pointer(new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one()
/linux-4.4.14/kernel/trace/
Dftrace.c1372 struct ftrace_hash *new_hash; in alloc_and_copy_ftrace_hash() local
1377 new_hash = alloc_ftrace_hash(size_bits); in alloc_and_copy_ftrace_hash()
1378 if (!new_hash) in alloc_and_copy_ftrace_hash()
1383 return new_hash; in alloc_and_copy_ftrace_hash()
1388 ret = add_hash_entry(new_hash, entry->ip); in alloc_and_copy_ftrace_hash()
1394 FTRACE_WARN_ON(new_hash->count != hash->count); in alloc_and_copy_ftrace_hash()
1396 return new_hash; in alloc_and_copy_ftrace_hash()
1399 free_ftrace_hash(new_hash); in alloc_and_copy_ftrace_hash()
1409 struct ftrace_hash *new_hash);
1418 struct ftrace_hash *new_hash; in ftrace_hash_move() local
[all …]
/linux-4.4.14/net/ipv4/
Dfib_semantics.c879 unsigned int new_hash; in fib_info_hash_move() local
881 new_hash = fib_info_hashfn(fi); in fib_info_hash_move()
882 dest = &new_info_hash[new_hash]; in fib_info_hash_move()
895 unsigned int new_hash; in fib_info_hash_move() local
897 new_hash = fib_laddr_hashfn(fi->fib_prefsrc); in fib_info_hash_move()
898 ldest = &new_laddrhash[new_hash]; in fib_info_hash_move()
Dudp.c1455 u16 new_hash = udp4_portaddr_hash(sock_net(sk), in udp_v4_rehash() local
1458 udp_lib_rehash(sk, new_hash); in udp_v4_rehash()
/linux-4.4.14/include/net/
Dudp.h186 void udp_lib_rehash(struct sock *sk, u16 new_hash);
/linux-4.4.14/net/ipv6/
Dudp.c137 u16 new_hash = udp6_portaddr_hash(sock_net(sk), in udp_v6_rehash() local
141 udp_lib_rehash(sk, new_hash); in udp_v6_rehash()