Home
last modified time | relevance | path

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

/linux/scripts/
H A Dparse-maintainers.pl178 my %new_hash;
185 $new_hash{$key} = $hash{$key};
192 alpha_output(\%new_hash, $output_section);
/linux/kernel/trace/
H A Dftrace.c1389 struct ftrace_hash *new_hash; in alloc_and_copy_ftrace_hash() local
1393 new_hash = alloc_ftrace_hash(size_bits); in alloc_and_copy_ftrace_hash()
1394 if (!new_hash) in alloc_and_copy_ftrace_hash()
1398 new_hash->flags = hash->flags; in alloc_and_copy_ftrace_hash()
1402 return new_hash; in alloc_and_copy_ftrace_hash()
1407 if (add_ftrace_hash_entry_direct(new_hash, entry->ip, entry->direct) == NULL) in alloc_and_copy_ftrace_hash()
1412 FTRACE_WARN_ON(new_hash->count != hash->count); in alloc_and_copy_ftrace_hash()
1414 return new_hash; in alloc_and_copy_ftrace_hash()
1417 free_ftrace_hash(new_hash); in alloc_and_copy_ftrace_hash()
1425 struct ftrace_hash *new_hash);
[all …]
/linux/net/unix/
H A Daf_unix.c1291 unsigned int new_hash, old_hash; in unix_autobind() local
1321 new_hash = unix_abstract_hash(addr->name, addr->len, sk->sk_type); in unix_autobind()
1322 unix_table_double_lock(net, old_hash, new_hash); in unix_autobind()
1324 if (__unix_find_socket_byname(net, addr->name, addr->len, new_hash)) { in unix_autobind()
1325 unix_table_double_unlock(net, old_hash, new_hash); in unix_autobind()
1342 __unix_set_addr_hash(net, sk, addr, new_hash); in unix_autobind()
1343 unix_table_double_unlock(net, old_hash, new_hash); in unix_autobind()
1356 unsigned int new_hash, old_hash; in unix_bind_bsd() local
1395 new_hash = unix_bsd_hash(d_backing_inode(dentry)); in unix_bind_bsd()
1396 unix_table_double_lock(net, old_hash, new_hash); in unix_bind_bsd()
[all …]
/linux/lib/
H A Drhashtable.c237 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/netfilter/ipvs/
H A Dip_vs_conn.c79 u32 hash_key2, bool use2, bool new_hash, in conn_tab_lock() argument
92 if (!new_hash) { in conn_tab_lock()
132 if (!new_hash) { in conn_tab_lock()
/linux/net/ipv4/
H A Dudp.c2289 u16 new_hash = ipv4_portaddr_hash(sock_net(sk), in udp_v4_rehash() local
2296 udp_lib_rehash(sk, new_hash, new_hash4); in udp_v4_rehash()