Searched refs:new_hash (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/scripts/ |
A D | parse-maintainers.pl | 178 my %new_hash; 185 $new_hash{$key} = $hash{$key}; 192 alpha_output(\%new_hash, $output_section);
|
/linux-6.3-rc2/kernel/trace/ |
A D | ftrace.c | 1352 if (!new_hash) in alloc_and_copy_ftrace_hash() 1360 return new_hash; in alloc_and_copy_ftrace_hash() 1373 return new_hash; in alloc_and_copy_ftrace_hash() 1408 if (!new_hash) in dup_hash() 1421 return new_hash; in dup_hash() 1450 if (!new_hash) in ftrace_hash_move() 2068 new_hash = NULL; in ftrace_hash_ipmodify_update() 2565 if (!new_hash) in ftrace_add_rec_direct() 4458 if (!new_hash) in process_mod_list() 6439 fgd->new_hash = new_hash; in __ftrace_graph_open() [all …]
|
/linux-6.3-rc2/net/unix/ |
A D | af_unix.c | 1127 unsigned int new_hash, old_hash = sk->sk_hash; in unix_autobind() local 1158 unix_table_double_lock(net, old_hash, new_hash); in unix_autobind() 1178 __unix_set_addr_hash(net, sk, addr, new_hash); in unix_autobind() 1179 unix_table_double_unlock(net, old_hash, new_hash); in unix_autobind() 1191 unsigned int new_hash, old_hash = sk->sk_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() 1260 unsigned int new_hash, old_hash = sk->sk_hash; in unix_bind_abstract() local 1280 unix_table_double_lock(net, old_hash, new_hash); in unix_bind_abstract() [all …]
|
/linux-6.3-rc2/lib/ |
A D | rhashtable.c | 233 unsigned int new_hash; in rhashtable_rehash_one() local 255 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one() 257 flags = rht_lock_nested(new_tbl, &new_tbl->buckets[new_hash], in rhashtable_rehash_one() 260 head = rht_ptr(new_tbl->buckets + new_hash, new_tbl, new_hash); in rhashtable_rehash_one() 264 rht_assign_unlock(new_tbl, &new_tbl->buckets[new_hash], entry, flags); in rhashtable_rehash_one()
|
/linux-6.3-rc2/include/net/ |
A D | udp.h | 194 void udp_lib_rehash(struct sock *sk, u16 new_hash);
|
/linux-6.3-rc2/net/ipv4/ |
A D | fib_semantics.c | 1293 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()
|
A D | udp.c | 2076 u16 new_hash = ipv4_portaddr_hash(sock_net(sk), in udp_v4_rehash() local 2079 udp_lib_rehash(sk, new_hash); in udp_v4_rehash()
|
/linux-6.3-rc2/net/ipv6/ |
A D | udp.c | 110 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()
|
Completed in 39 milliseconds