Home
last modified time | relevance | path

Searched refs:new_hash (Results 1 – 6 of 6) 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.c1407 struct ftrace_hash *new_hash; in alloc_and_copy_ftrace_hash()
1411 new_hash = alloc_ftrace_hash(size_bits); in alloc_and_copy_ftrace_hash()
1412 if (!new_hash) in alloc_and_copy_ftrace_hash()
1416 new_hash->flags = hash->flags; in alloc_and_copy_ftrace_hash()
1420 return new_hash;
1425 if (add_ftrace_hash_entry_direct(new_hash, entry->ip, entry->direct) == NULL)
1430 FTRACE_WARN_ON(new_hash->count != hash->count);
1432 return new_hash; in __move_hash()
1435 free_ftrace_hash(new_hash); in __move_hash()
1443 struct ftrace_hash *new_hash); in __move_hash()
1389 struct ftrace_hash *new_hash; alloc_and_copy_ftrace_hash() local
1434 struct ftrace_hash *new_hash; __move_hash() local
1506 struct ftrace_hash *new_hash; ftrace_hash_move() local
2006 __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
2139 ftrace_hash_ipmodify_update(struct ftrace_ops * ops,struct ftrace_hash * new_hash) ftrace_hash_ipmodify_update() argument
3270 append_hash(struct ftrace_hash ** hash,struct ftrace_hash * new_hash,int size_bits) append_hash() argument
3739 struct ftrace_hash *new_hash; ftrace_hash_move_and_update_subops() local
5110 struct ftrace_hash **orig_hash, *new_hash; process_mod_list() local
6049 struct ftrace_hash *hash, *new_hash = NULL, *free_hash = NULL; register_ftrace_direct() local
7067 struct ftrace_hash *new_hash; global() member
7171 struct ftrace_hash *new_hash = NULL; __ftrace_graph_open() local
7283 struct ftrace_hash *old_hash, *new_hash; ftrace_graph_release() local
[all...]
/linux/net/unix/
H A Daf_unix.c1289 unsigned int new_hash, old_hash; in unix_autobind()
1319 new_hash = unix_abstract_hash(addr->name, addr->len, sk->sk_type); in unix_autobind()
1320 unix_table_double_lock(net, old_hash, new_hash); in unix_autobind()
1322 if (__unix_find_socket_byname(net, addr->name, addr->len, new_hash)) { in unix_autobind()
1323 unix_table_double_unlock(net, old_hash, new_hash); in unix_autobind()
1340 __unix_set_addr_hash(net, sk, addr, new_hash); in unix_autobind()
1341 unix_table_double_unlock(net, old_hash, new_hash); in unix_autobind()
1354 unsigned int new_hash, old_hash; in unix_bind_bsd()
1393 new_hash = unix_bsd_hash(d_backing_inode(dentry)); in unix_bind_bsd()
1394 unix_table_double_lock(net, old_hash, new_hash); in unix_bind_bsd()
1291 unsigned int new_hash, old_hash; unix_autobind() local
1356 unsigned int new_hash, old_hash; unix_bind_bsd() local
1423 unsigned int new_hash, old_hash; unix_bind_abstract() local
[all...]
/linux/lib/
H A Drhashtable.c245 unsigned int new_hash; in rhashtable_rehash_one() local
267 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one()
269 flags = rht_lock_nested(new_tbl, &new_tbl->buckets[new_hash], in rhashtable_rehash_one()
272 head = rht_ptr(new_tbl->buckets + new_hash, new_tbl, new_hash); in rhashtable_rehash_one()
276 rht_assign_unlock(new_tbl, &new_tbl->buckets[new_hash], entry, flags); in rhashtable_rehash_one()
/linux/net/netfilter/ipvs/
H A Dip_vs_conn.c79 u32 hash_key2, bool use2, bool new_hash, in conn_tab_lock() argument
92 if (!new_hash) { in conn_tab_lock()
132 if (!new_hash) { in conn_tab_lock()
271 conn_tab_lock(t, cp, hash_key, hash_key2, use2, true /* new_hash */, in ip_vs_conn_hash()
315 conn_tab_lock(t, cp, hash_key, hash_key2, use2, false /* new_hash */, in ip_vs_conn_unlink()
/linux/net/ipv4/
H A Dudp.c2297 u16 new_hash = ipv4_portaddr_hash(sock_net(sk), in udp_v4_rehash() local
2304 udp_lib_rehash(sk, new_hash, new_hash4); in udp_v4_rehash()