Searched refs:new_hash (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/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-6.15/kernel/trace/ |
| H A D | ftrace.c | 1366 if (!new_hash) in alloc_and_copy_ftrace_hash() 1374 return new_hash; in alloc_and_copy_ftrace_hash() 1386 return new_hash; in alloc_and_copy_ftrace_hash() 1423 if (!new_hash) in __move_hash() 1436 return new_hash; in __move_hash() 1486 if (!new_hash) in ftrace_hash_move() 5028 if (!new_hash) in process_mod_list() 5971 if (!new_hash) in register_ftrace_direct() 6015 if (new_hash) in register_ftrace_direct() 6728 fgd->new_hash = new_hash; in __ftrace_graph_open() [all …]
|
| /linux-6.15/net/unix/ |
| H A D | af_unix.c | 1183 unsigned int new_hash, old_hash; in unix_autobind() local 1214 unix_table_double_lock(net, old_hash, new_hash); in unix_autobind() 1234 __unix_set_addr_hash(net, sk, addr, new_hash); in unix_autobind() 1235 unix_table_double_unlock(net, old_hash, new_hash); in unix_autobind() 1248 unsigned int new_hash, old_hash; in unix_bind_bsd() local 1287 new_hash = unix_bsd_hash(d_backing_inode(dentry)); in unix_bind_bsd() 1288 unix_table_double_lock(net, old_hash, new_hash); in unix_bind_bsd() 1291 __unix_set_addr_hash(net, sk, addr, new_hash); in unix_bind_bsd() 1315 unsigned int new_hash, old_hash; in unix_bind_abstract() local 1335 unix_table_double_lock(net, old_hash, new_hash); in unix_bind_abstract() [all …]
|
| /linux-6.15/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-6.15/fs/bcachefs/ |
| H A D | btree_update_interior.c | 2418 struct btree *b, struct btree *new_hash, in __bch2_btree_node_update_key() argument 2439 if (new_hash) { in __bch2_btree_node_update_key() 2440 bkey_copy(&new_hash->key, new_key); in __bch2_btree_node_update_key() 2442 new_hash, b->c.level, b->c.btree_id); in __bch2_btree_node_update_key() 2487 if (new_hash) { in __bch2_btree_node_update_key() 2506 if (new_hash) { in __bch2_btree_node_update_key() 2519 struct btree *new_hash = NULL; in bch2_btree_node_update_key() local 2542 new_hash = bch2_btree_node_mem_alloc(trans, false); in bch2_btree_node_update_key() 2543 ret = PTR_ERR_OR_ZERO(new_hash); in bch2_btree_node_update_key() 2553 if (new_hash) in bch2_btree_node_update_key() [all …]
|
| /linux-6.15/include/net/ |
| H A D | udp.h | 305 void udp_lib_rehash(struct sock *sk, u16 new_hash, u16 new_hash4);
|
| /linux-6.15/net/ipv6/ |
| H A D | udp.c | 110 u16 new_hash = ipv6_portaddr_hash(sock_net(sk), in udp_v6_rehash() local 125 udp_lib_rehash(sk, new_hash, new_hash4); in udp_v6_rehash()
|
| /linux-6.15/net/ipv4/ |
| H A D | udp.c | 2292 u16 new_hash = ipv4_portaddr_hash(sock_net(sk), in udp_v4_rehash() local 2299 udp_lib_rehash(sk, new_hash, new_hash4); in udp_v4_rehash()
|