Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/
Dparse-maintainers.pl178 my %new_hash;
185 $new_hash{$key} = $hash{$key};
192 alpha_output(\%new_hash, $output_section);
/linux-6.1.9/kernel/trace/
Dftrace.c1319 struct ftrace_hash *new_hash; in alloc_and_copy_ftrace_hash() local
1324 new_hash = alloc_ftrace_hash(size_bits); in alloc_and_copy_ftrace_hash()
1325 if (!new_hash) in alloc_and_copy_ftrace_hash()
1329 new_hash->flags = hash->flags; in alloc_and_copy_ftrace_hash()
1333 return new_hash; in alloc_and_copy_ftrace_hash()
1338 ret = add_hash_entry(new_hash, entry->ip); in alloc_and_copy_ftrace_hash()
1344 FTRACE_WARN_ON(new_hash->count != hash->count); in alloc_and_copy_ftrace_hash()
1346 return new_hash; in alloc_and_copy_ftrace_hash()
1349 free_ftrace_hash(new_hash); in alloc_and_copy_ftrace_hash()
1359 struct ftrace_hash *new_hash);
[all …]
/linux-6.1.9/net/unix/
Daf_unix.c1126 unsigned int new_hash, old_hash = sk->sk_hash; in unix_autobind() local
1156 new_hash = unix_abstract_hash(addr->name, addr->len, sk->sk_type); in unix_autobind()
1157 unix_table_double_lock(net, old_hash, new_hash); in unix_autobind()
1159 if (__unix_find_socket_byname(net, addr->name, addr->len, new_hash)) { in unix_autobind()
1160 unix_table_double_unlock(net, old_hash, new_hash); in unix_autobind()
1177 __unix_set_addr_hash(net, sk, addr, new_hash); in unix_autobind()
1178 unix_table_double_unlock(net, old_hash, new_hash); in unix_autobind()
1190 unsigned int new_hash, old_hash = sk->sk_hash; in unix_bind_bsd() local
1232 new_hash = unix_bsd_hash(d_backing_inode(dentry)); in unix_bind_bsd()
1233 unix_table_double_lock(net, old_hash, new_hash); in unix_bind_bsd()
[all …]
/linux-6.1.9/lib/
Drhashtable.c233 unsigned int new_hash; in rhashtable_rehash_one() local
254 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one()
256 rht_lock_nested(new_tbl, &new_tbl->buckets[new_hash], SINGLE_DEPTH_NESTING); in rhashtable_rehash_one()
258 head = rht_ptr(new_tbl->buckets + new_hash, new_tbl, new_hash); in rhashtable_rehash_one()
262 rht_assign_unlock(new_tbl, &new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one()
/linux-6.1.9/include/net/
Dudp.h185 void udp_lib_rehash(struct sock *sk, u16 new_hash);
/linux-6.1.9/net/ipv4/
Dfib_semantics.c1293 unsigned int new_hash; in fib_info_hash_move() local
1295 new_hash = fib_info_hashfn(fi); in fib_info_hash_move()
1296 dest = &new_info_hash[new_hash]; in fib_info_hash_move()
Dudp.c2069 u16 new_hash = ipv4_portaddr_hash(sock_net(sk), in udp_v4_rehash() local
2072 udp_lib_rehash(sk, new_hash); in udp_v4_rehash()
/linux-6.1.9/net/ipv6/
Dudp.c110 u16 new_hash = ipv6_portaddr_hash(sock_net(sk), in udp_v6_rehash() local
114 udp_lib_rehash(sk, new_hash); in udp_v6_rehash()