Home
last modified time | relevance | path

Searched refs:free_hash (Results 1 – 2 of 2) sorted by relevance

/linux/net/batman-adv/
H A Dhash.c54 goto free_hash; in batadv_hash_new()
66 free_hash: in batadv_hash_new()
/linux/kernel/trace/
H A Dftrace.c1408 goto free_hash; in alloc_and_copy_ftrace_hash()
1416 free_hash: in alloc_and_copy_ftrace_hash()
6049 struct ftrace_hash *hash, *new_hash = NULL, *free_hash = NULL; in register_ftrace_direct() local
6110 free_hash = direct_functions; in register_ftrace_direct()
6126 if (free_hash && free_hash != EMPTY_HASH) in register_ftrace_direct()
6127 call_rcu_tasks(&free_hash->rcu, register_ftrace_direct_cb); in register_ftrace_direct()