Home
last modified time | relevance | path

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

/linux/scripts/
A Dparse-maintainers.pl178 my %new_hash;
185 $new_hash{$key} = $hash{$key};
192 alpha_output(\%new_hash, $output_section);
/linux/kernel/trace/
A Dftrace.c1320 if (!new_hash) in alloc_and_copy_ftrace_hash()
1328 return new_hash; in alloc_and_copy_ftrace_hash()
1341 return new_hash; in alloc_and_copy_ftrace_hash()
1376 if (!new_hash) in dup_hash()
1389 return new_hash; in dup_hash()
1418 if (!new_hash) in ftrace_hash_move()
1959 new_hash = NULL; in ftrace_hash_ipmodify_update()
2409 if (!new_hash) in ftrace_add_rec_direct()
4226 if (!new_hash) in process_mod_list()
6086 fgd->new_hash = new_hash; in __ftrace_graph_open()
[all …]
/linux/lib/
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()
/linux/net/ipv4/
A Dfib_semantics.c1293 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()
1309 unsigned int new_hash; in fib_info_hash_move() local
1311 new_hash = fib_laddr_hashfn(fi->fib_prefsrc); in fib_info_hash_move()
1312 ldest = &new_laddrhash[new_hash]; in fib_info_hash_move()
A Dudp.c2074 u16 new_hash = ipv4_portaddr_hash(sock_net(sk), in udp_v4_rehash() local
2077 udp_lib_rehash(sk, new_hash); in udp_v4_rehash()
/linux/include/net/
A Dudp.h208 void udp_lib_rehash(struct sock *sk, u16 new_hash);
/linux/net/ipv6/
A Dudp.c95 u16 new_hash = ipv6_portaddr_hash(sock_net(sk), in udp_v6_rehash() local
99 udp_lib_rehash(sk, new_hash); in udp_v6_rehash()

Completed in 33 milliseconds