Home
last modified time | relevance | path

Searched refs:new_hash (Results 1 – 5 of 5) 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.c1383 struct ftrace_hash *new_hash; in alloc_and_copy_ftrace_hash() local
1387 new_hash = alloc_ftrace_hash(size_bits); in alloc_and_copy_ftrace_hash()
1388 if (!new_hash) in alloc_and_copy_ftrace_hash()
1392 new_hash->flags = hash->flags; in alloc_and_copy_ftrace_hash()
1396 return new_hash; in alloc_and_copy_ftrace_hash()
1401 if (add_hash_entry(new_hash, entry->ip) == NULL) in alloc_and_copy_ftrace_hash()
1406 FTRACE_WARN_ON(new_hash->count != hash->count); in alloc_and_copy_ftrace_hash()
1408 return new_hash; in alloc_and_copy_ftrace_hash()
1411 free_ftrace_hash(new_hash); in alloc_and_copy_ftrace_hash()
1419 struct ftrace_hash *new_hash);
1428 struct ftrace_hash *new_hash; __move_hash() local
1500 struct ftrace_hash *new_hash; ftrace_hash_move() local
2000 __ftrace_hash_update_ipmodify(struct ftrace_ops * ops,struct ftrace_hash * old_hash,struct ftrace_hash * new_hash,bool update_target) __ftrace_hash_update_ipmodify() argument
2133 ftrace_hash_ipmodify_update(struct ftrace_ops * ops,struct ftrace_hash * new_hash) ftrace_hash_ipmodify_update() argument
3259 append_hash(struct ftrace_hash ** hash,struct ftrace_hash * new_hash,int size_bits) append_hash() argument
3728 struct ftrace_hash *new_hash; ftrace_hash_move_and_update_subops() local
5092 struct ftrace_hash **orig_hash, *new_hash; process_mod_list() local
6031 struct ftrace_hash *hash, *new_hash = NULL, *free_hash = NULL; register_ftrace_direct() local
6695 struct ftrace_hash *new_hash; global() member
6799 struct ftrace_hash *new_hash = NULL; __ftrace_graph_open() local
6911 struct ftrace_hash *old_hash, *new_hash; ftrace_graph_release() local
[all...]
/linux/net/unix/
H A Daf_unix.c1287 unsigned int new_hash, old_hash; in unix_autobind() local
1317 new_hash = unix_abstract_hash(addr->name, addr->len, sk->sk_type); in unix_autobind()
1318 unix_table_double_lock(net, old_hash, new_hash); in unix_autobind()
1320 if (__unix_find_socket_byname(net, addr->name, addr->len, new_hash)) { in unix_autobind()
1321 unix_table_double_unlock(net, old_hash, new_hash); in unix_autobind()
1338 __unix_set_addr_hash(net, sk, addr, new_hash); in unix_autobind()
1339 unix_table_double_unlock(net, old_hash, new_hash); in unix_autobind()
1352 unsigned int new_hash, old_hash; in unix_bind_bsd() local
1391 new_hash = unix_bsd_hash(d_backing_inode(dentry)); in unix_bind_bsd()
1392 unix_table_double_lock(net, old_hash, new_hash); in unix_bind_bsd()
[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/net/ipv4/
H A Dudp.c2323 u16 new_hash = ipv4_portaddr_hash(sock_net(sk), in udp_v4_rehash() local
2330 udp_lib_rehash(sk, new_hash, new_hash4); in udp_v4_rehash()