Home
last modified time | relevance | path

Searched refs:new_hash (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/scripts/
H A Dparse-maintainers.pl178 my %new_hash;
185 $new_hash{$key} = $hash{$key};
192 alpha_output(\%new_hash, $output_section);
/openbmc/linux/kernel/trace/
H A Dftrace.c1348 struct ftrace_hash *new_hash; in alloc_and_copy_ftrace_hash() local
1352 new_hash = alloc_ftrace_hash(size_bits); in alloc_and_copy_ftrace_hash()
1353 if (!new_hash) in alloc_and_copy_ftrace_hash()
1357 new_hash->flags = hash->flags; in alloc_and_copy_ftrace_hash()
1361 return new_hash; in alloc_and_copy_ftrace_hash()
1366 if (add_hash_entry(new_hash, entry->ip) == NULL) in alloc_and_copy_ftrace_hash()
1371 FTRACE_WARN_ON(new_hash->count != hash->count); in alloc_and_copy_ftrace_hash()
1373 return new_hash; in alloc_and_copy_ftrace_hash()
1376 free_ftrace_hash(new_hash); in alloc_and_copy_ftrace_hash()
1386 struct ftrace_hash *new_hash);
[all …]
/openbmc/linux/net/unix/
H A Daf_unix.c1136 unsigned int new_hash, old_hash; in unix_autobind() local
1166 new_hash = unix_abstract_hash(addr->name, addr->len, sk->sk_type); in unix_autobind()
1167 unix_table_double_lock(net, old_hash, new_hash); in unix_autobind()
1169 if (__unix_find_socket_byname(net, addr->name, addr->len, new_hash)) { in unix_autobind()
1170 unix_table_double_unlock(net, old_hash, new_hash); in unix_autobind()
1187 __unix_set_addr_hash(net, sk, addr, new_hash); in unix_autobind()
1188 unix_table_double_unlock(net, old_hash, new_hash); in unix_autobind()
1201 unsigned int new_hash, old_hash; in unix_bind_bsd() local
1240 new_hash = unix_bsd_hash(d_backing_inode(dentry)); in unix_bind_bsd()
1241 unix_table_double_lock(net, old_hash, new_hash); in unix_bind_bsd()
[all …]
/openbmc/linux/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()
/openbmc/linux/include/net/
H A Dudp.h195 void udp_lib_rehash(struct sock *sk, u16 new_hash);
/openbmc/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.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()
/openbmc/linux/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()
/openbmc/qemu/migration/
H A Dtrace-events363 calc_page_dirty_rate(const char *idstr, uint32_t new_hash, uint32_t old_hash) "ramblock name: %s, n…