Home
last modified time | relevance | path

Searched refs:new_hash (Results 1 – 9 of 9) 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.c1356 if (!new_hash) in alloc_and_copy_ftrace_hash()
1364 return new_hash; in alloc_and_copy_ftrace_hash()
1376 return new_hash; in alloc_and_copy_ftrace_hash()
1411 if (!new_hash) in dup_hash()
1424 return new_hash; in dup_hash()
1453 if (!new_hash) in ftrace_hash_move()
4481 if (!new_hash) in process_mod_list()
5423 if (!new_hash) in register_ftrace_direct()
5467 if (new_hash) in register_ftrace_direct()
6139 fgd->new_hash = new_hash; in __ftrace_graph_open()
[all …]
/linux/net/unix/
H A Daf_unix.c1129 unsigned int new_hash, old_hash; in unix_autobind() local
1160 unix_table_double_lock(net, old_hash, new_hash); in unix_autobind()
1180 __unix_set_addr_hash(net, sk, addr, new_hash); in unix_autobind()
1181 unix_table_double_unlock(net, old_hash, new_hash); in unix_autobind()
1194 unsigned int new_hash, old_hash; in unix_bind_bsd() local
1233 new_hash = unix_bsd_hash(d_backing_inode(dentry)); in unix_bind_bsd()
1234 unix_table_double_lock(net, old_hash, new_hash); in unix_bind_bsd()
1237 __unix_set_addr_hash(net, sk, addr, new_hash); in unix_bind_bsd()
1261 unsigned int new_hash, old_hash; in unix_bind_abstract() local
1281 unix_table_double_lock(net, old_hash, new_hash); in unix_bind_abstract()
[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/fs/bcachefs/
H A Dbtree_update_interior.c2326 struct btree *b, struct btree *new_hash, in __bch2_btree_node_update_key() argument
2347 if (new_hash) { in __bch2_btree_node_update_key()
2348 bkey_copy(&new_hash->key, new_key); in __bch2_btree_node_update_key()
2350 new_hash, b->c.level, b->c.btree_id); in __bch2_btree_node_update_key()
2395 if (new_hash) { in __bch2_btree_node_update_key()
2413 if (new_hash) { in __bch2_btree_node_update_key()
2426 struct btree *new_hash = NULL; in bch2_btree_node_update_key() local
2449 new_hash = bch2_btree_node_mem_alloc(trans, false); in bch2_btree_node_update_key()
2457 if (new_hash) { in bch2_btree_node_update_key()
2462 six_unlock_write(&new_hash->c.lock); in bch2_btree_node_update_key()
[all …]
/linux/include/net/
H A Dudp.h195 void udp_lib_rehash(struct sock *sk, u16 new_hash);
/linux/net/ipv4/
H A Dfib_semantics.c1294 unsigned int new_hash; in fib_info_hash_move() local
1296 new_hash = fib_info_hashfn(fi); in fib_info_hash_move()
1297 dest = &new_info_hash[new_hash]; in fib_info_hash_move()
H A Dudp.c2042 u16 new_hash = ipv4_portaddr_hash(sock_net(sk), in udp_v4_rehash() local
2045 udp_lib_rehash(sk, new_hash); in udp_v4_rehash()
/linux/net/ipv6/
H A Dudp.c111 u16 new_hash = ipv6_portaddr_hash(sock_net(sk), in udp_v6_rehash() local
115 udp_lib_rehash(sk, new_hash); in udp_v6_rehash()