Home
last modified time | relevance | path

Searched refs:new_hash (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/kernel/trace/
H A Dftrace.c1351 struct ftrace_hash *new_hash; in alloc_and_copy_ftrace_hash() local
1355 new_hash = alloc_ftrace_hash(size_bits); in alloc_and_copy_ftrace_hash()
1356 if (!new_hash) in alloc_and_copy_ftrace_hash()
1360 new_hash->flags = hash->flags; in alloc_and_copy_ftrace_hash()
1364 return new_hash; in alloc_and_copy_ftrace_hash()
1369 if (add_hash_entry(new_hash, entry->ip) == NULL) in alloc_and_copy_ftrace_hash()
1374 FTRACE_WARN_ON(new_hash->count != hash->count); in alloc_and_copy_ftrace_hash()
1376 return new_hash; in alloc_and_copy_ftrace_hash()
1379 free_ftrace_hash(new_hash); in alloc_and_copy_ftrace_hash()
1389 struct ftrace_hash *new_hash);
1394 struct ftrace_hash *new_hash; dup_hash() local
1445 struct ftrace_hash *new_hash; ftrace_hash_move() local
1941 __ftrace_hash_update_ipmodify(struct ftrace_ops *ops, struct ftrace_hash *old_hash, struct ftrace_hash *new_hash) __ftrace_hash_update_ipmodify() argument
2063 ftrace_hash_ipmodify_update(struct ftrace_ops *ops, struct ftrace_hash *new_hash) ftrace_hash_ipmodify_update() argument
4467 struct ftrace_hash **orig_hash, *new_hash; process_mod_list() local
5390 struct ftrace_hash *hash, *new_hash = NULL, *free_hash = NULL; register_ftrace_direct() local
5998 struct ftrace_hash *new_hash; global() member
6102 struct ftrace_hash *new_hash = NULL; __ftrace_graph_open() local
6214 struct ftrace_hash *old_hash, *new_hash; ftrace_graph_release() local
[all...]
/kernel/linux/linux-5.10/kernel/trace/
H A Dftrace.c1320 struct ftrace_hash *new_hash; in alloc_and_copy_ftrace_hash() local
1325 new_hash = alloc_ftrace_hash(size_bits); in alloc_and_copy_ftrace_hash()
1326 if (!new_hash) in alloc_and_copy_ftrace_hash()
1330 new_hash->flags = hash->flags; in alloc_and_copy_ftrace_hash()
1334 return new_hash; in alloc_and_copy_ftrace_hash()
1339 ret = add_hash_entry(new_hash, entry->ip); in alloc_and_copy_ftrace_hash()
1345 FTRACE_WARN_ON(new_hash->count != hash->count); in alloc_and_copy_ftrace_hash()
1347 return new_hash; in alloc_and_copy_ftrace_hash()
1350 free_ftrace_hash(new_hash); in alloc_and_copy_ftrace_hash()
1360 struct ftrace_hash *new_hash);
1365 struct ftrace_hash *new_hash; dup_hash() local
1416 struct ftrace_hash *new_hash; ftrace_hash_move() local
1867 __ftrace_hash_update_ipmodify(struct ftrace_ops *ops, struct ftrace_hash *old_hash, struct ftrace_hash *new_hash) __ftrace_hash_update_ipmodify() argument
1960 ftrace_hash_ipmodify_update(struct ftrace_ops *ops, struct ftrace_hash *new_hash) ftrace_hash_ipmodify_update() argument
4200 struct ftrace_hash **orig_hash, *new_hash; process_mod_list() local
5133 struct ftrace_hash *new_hash; register_ftrace_direct() local
5744 struct ftrace_hash *new_hash; global() member
5848 struct ftrace_hash *new_hash = NULL; __ftrace_graph_open() local
5960 struct ftrace_hash *old_hash, *new_hash; ftrace_graph_release() local
[all...]
/kernel/linux/linux-5.10/scripts/
H A Dparse-maintainers.pl178 my %new_hash;
185 $new_hash{$key} = $hash{$key};
192 alpha_output(\%new_hash, $output_section);
/kernel/linux/linux-6.6/scripts/
H A Dparse-maintainers.pl178 my %new_hash;
185 $new_hash{$key} = $hash{$key};
192 alpha_output(\%new_hash, $output_section);
/kernel/linux/linux-6.6/net/unix/
H A Daf_unix.c1148 unsigned int new_hash, old_hash = sk->sk_hash; in unix_autobind() local
1178 new_hash = unix_abstract_hash(addr->name, addr->len, sk->sk_type); in unix_autobind()
1179 unix_table_double_lock(net, old_hash, new_hash); in unix_autobind()
1181 if (__unix_find_socket_byname(net, addr->name, addr->len, new_hash)) { in unix_autobind()
1182 unix_table_double_unlock(net, old_hash, new_hash); in unix_autobind()
1199 __unix_set_addr_hash(net, sk, addr, new_hash); in unix_autobind()
1200 unix_table_double_unlock(net, old_hash, new_hash); in unix_autobind()
1212 unsigned int new_hash, old_hash = sk->sk_hash; in unix_bind_bsd() local
1251 new_hash = unix_bsd_hash(d_backing_inode(dentry)); in unix_bind_bsd()
1252 unix_table_double_lock(net, old_hash, new_hash); in unix_bind_bsd()
1278 unsigned int new_hash, old_hash = sk->sk_hash; unix_bind_abstract() local
[all...]
/kernel/linux/linux-5.10/lib/
H A 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()
/kernel/linux/linux-6.6/lib/
H A Drhashtable.c233 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()
/kernel/linux/linux-5.10/net/ipv4/
H A Dfib_semantics.c1312 unsigned int new_hash; in fib_info_hash_move() local
1314 new_hash = fib_info_hashfn(fi); in fib_info_hash_move()
1315 dest = &new_info_hash[new_hash]; in fib_info_hash_move()
1328 unsigned int new_hash; in fib_info_hash_move() local
1330 new_hash = fib_laddr_hashfn(fi->fib_prefsrc); in fib_info_hash_move()
1331 ldest = &new_laddrhash[new_hash]; in fib_info_hash_move()
H A Dudp.c2044 u16 new_hash = ipv4_portaddr_hash(sock_net(sk), in udp_v4_rehash() local
2047 udp_lib_rehash(sk, new_hash); in udp_v4_rehash()
/kernel/linux/linux-5.10/include/net/
H A Dudp.h206 void udp_lib_rehash(struct sock *sk, u16 new_hash);
/kernel/linux/linux-6.6/include/net/
H A Dudp.h195 void udp_lib_rehash(struct sock *sk, u16 new_hash);
/kernel/linux/linux-6.6/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.c2022 u16 new_hash = ipv4_portaddr_hash(sock_net(sk), in udp_v4_rehash() local
2025 udp_lib_rehash(sk, new_hash); in udp_v4_rehash()
/kernel/linux/linux-5.10/net/ipv6/
H A Dudp.c107 u16 new_hash = ipv6_portaddr_hash(sock_net(sk), in udp_v6_rehash() local
111 udp_lib_rehash(sk, new_hash); in udp_v6_rehash()
/kernel/linux/linux-6.6/net/ipv6/
H A Dudp.c113 u16 new_hash = ipv6_portaddr_hash(sock_net(sk), in udp_v6_rehash() local
117 udp_lib_rehash(sk, new_hash); in udp_v6_rehash()

Completed in 44 milliseconds