Searched refs:new_hash (Results 1 – 5 of 5) sorted by relevance
| /linux/scripts/ |
| H A D | parse-maintainers.pl | 178 my %new_hash; 185 $new_hash{$key} = $hash{$key}; 192 alpha_output(\%new_hash, $output_section);
|
| /linux/kernel/trace/ |
| H A D | ftrace.c | 1382 struct ftrace_hash *new_hash; in alloc_and_copy_ftrace_hash() local 1386 new_hash = alloc_ftrace_hash(size_bits); in alloc_and_copy_ftrace_hash() 1387 if (!new_hash) in alloc_and_copy_ftrace_hash() 1391 new_hash->flags = hash->flags; in alloc_and_copy_ftrace_hash() 1395 return new_hash; in alloc_and_copy_ftrace_hash() 1400 if (add_hash_entry(new_hash, entry->ip) == NULL) in alloc_and_copy_ftrace_hash() 1405 FTRACE_WARN_ON(new_hash->count != hash->count); in alloc_and_copy_ftrace_hash() 1407 return new_hash; in alloc_and_copy_ftrace_hash() 1410 free_ftrace_hash(new_hash); in alloc_and_copy_ftrace_hash() 1418 struct ftrace_hash *new_hash); [all …]
|
| /linux/net/unix/ |
| H A D | af_unix.c | 1287 unsigned int new_hash, old_hash; in unix_autobind() local 1317 new_hash = unix_abstract_hash(addr->name, addr->len, sk->sk_type); in unix_autobind() 1318 unix_table_double_lock(net, old_hash, new_hash); in unix_autobind() 1320 if (__unix_find_socket_byname(net, addr->name, addr->len, new_hash)) { in unix_autobind() 1321 unix_table_double_unlock(net, old_hash, new_hash); in unix_autobind() 1338 __unix_set_addr_hash(net, sk, addr, new_hash); in unix_autobind() 1339 unix_table_double_unlock(net, old_hash, new_hash); in unix_autobind() 1352 unsigned int new_hash, old_hash; in unix_bind_bsd() local 1391 new_hash = unix_bsd_hash(d_backing_inode(dentry)); in unix_bind_bsd() 1392 unix_table_double_lock(net, old_hash, new_hash); in unix_bind_bsd() [all …]
|
| /linux/lib/ |
| H A D | rhashtable.c | 237 unsigned int new_hash; in rhashtable_rehash_one() local 259 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one() 261 flags = rht_lock_nested(new_tbl, &new_tbl->buckets[new_hash], in rhashtable_rehash_one() 264 head = rht_ptr(new_tbl->buckets + new_hash, new_tbl, new_hash); in rhashtable_rehash_one() 268 rht_assign_unlock(new_tbl, &new_tbl->buckets[new_hash], entry, flags); in rhashtable_rehash_one()
|
| /linux/net/ipv4/ |
| H A D | udp.c | 2324 u16 new_hash = ipv4_portaddr_hash(sock_net(sk), in udp_v4_rehash() local 2331 udp_lib_rehash(sk, new_hash, new_hash4); in udp_v4_rehash()
|