Home
last modified time | relevance | path

Searched refs:old_hash (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/lib/
A Drhashtable.c226 unsigned int old_hash) in rhashtable_rehash_one() argument
241 rht_for_each_from(entry, rht_ptr(bkt, old_tbl, old_hash), in rhashtable_rehash_one()
242 old_tbl, old_hash) { in rhashtable_rehash_one()
244 next = rht_dereference_bucket(entry->next, old_tbl, old_hash); in rhashtable_rehash_one()
277 unsigned int old_hash) in rhashtable_rehash_chain() argument
280 struct rhash_lock_head __rcu **bkt = rht_bucket_var(old_tbl, old_hash); in rhashtable_rehash_chain()
288 while (!(err = rhashtable_rehash_one(ht, bkt, old_hash))) in rhashtable_rehash_chain()
320 unsigned int old_hash; in rhashtable_rehash_table() local
327 for (old_hash = 0; old_hash < old_tbl->size; old_hash++) { in rhashtable_rehash_table()
328 err = rhashtable_rehash_chain(ht, old_hash); in rhashtable_rehash_table()
/linux-6.3-rc2/kernel/trace/
A Dftrace.c1965 if (!new_hash || !old_hash) in __ftrace_hash_update_ipmodify()
2065 old_hash = NULL; in ftrace_hash_ipmodify_update()
2972 ops->old_hash.filter_hash = old_hash->filter_hash; in ftrace_run_modify_code()
2973 ops->old_hash.notrace_hash = old_hash->notrace_hash; in ftrace_run_modify_code()
4361 struct ftrace_hash *old_hash; in ftrace_hash_move_and_update_ops() local
4364 old_hash = *orig_hash; in ftrace_hash_move_and_update_ops()
4781 struct ftrace_hash *old_hash; in register_ftrace_function_probe() local
4828 old_hash = *orig_hash; in register_ftrace_function_probe()
4972 old_hash = *orig_hash; in unregister_ftrace_function_probe_func()
6564 if (old_hash != EMPTY_HASH) in ftrace_graph_release()
[all …]
/linux-6.3-rc2/net/unix/
A Daf_unix.c1127 unsigned int new_hash, old_hash = sk->sk_hash; in unix_autobind() local
1158 unix_table_double_lock(net, old_hash, new_hash); in unix_autobind()
1161 unix_table_double_unlock(net, old_hash, new_hash); in unix_autobind()
1179 unix_table_double_unlock(net, old_hash, new_hash); in unix_autobind()
1191 unsigned int new_hash, old_hash = sk->sk_hash; in unix_bind_bsd() local
1234 unix_table_double_lock(net, old_hash, new_hash); in unix_bind_bsd()
1238 unix_table_double_unlock(net, old_hash, new_hash); in unix_bind_bsd()
1260 unsigned int new_hash, old_hash = sk->sk_hash; in unix_bind_abstract() local
1280 unix_table_double_lock(net, old_hash, new_hash); in unix_bind_abstract()
1286 unix_table_double_unlock(net, old_hash, new_hash); in unix_bind_abstract()
[all …]
/linux-6.3-rc2/include/linux/
A Dftrace.h319 struct ftrace_ops_hash old_hash; member
/linux-6.3-rc2/net/netfilter/
A Dnf_conntrack_core.c2595 struct hlist_nulls_head *hash, *old_hash; in nf_conntrack_hash_resize() local
2639 old_hash = nf_conntrack_hash; in nf_conntrack_hash_resize()
2651 kvfree(old_hash); in nf_conntrack_hash_resize()

Completed in 33 milliseconds