Searched refs:local_hash (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/kernel/trace/ |
| D | fgraph.c | 21 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock), 322 ASSIGN_OPS_HASH(graph_ops, &global_ops.local_hash)
|
| D | ftrace.c | 72 .func_hash = &opsname.local_hash, \ 73 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock), 137 mutex_init(&ops->local_hash.regex_lock); in ftrace_ops_init() 138 ops->func_hash = &ops->local_hash; in ftrace_ops_init() 1049 .local_hash.notrace_hash = EMPTY_HASH, 1050 .local_hash.filter_hash = EMPTY_HASH, 1808 if (ops->func_hash != &global_ops.local_hash) in ftrace_hash_rec_update_modify() 1819 if (op->func_hash == &global_ops.local_hash) in ftrace_hash_rec_update_modify() 3876 if (ops->func_hash != &global_ops.local_hash) in ftrace_ops_update_code() 3880 if (op->func_hash == &global_ops.local_hash && in ftrace_ops_update_code() [all …]
|
| /Linux-v5.4/net/batman-adv/ |
| D | translation-table.c | 178 tt_common_entry = batadv_tt_hash_find(bat_priv->tt.local_hash, addr, in batadv_tt_local_hash_find() 588 if (bat_priv->tt.local_hash) in batadv_tt_local_init() 591 bat_priv->tt.local_hash = batadv_hash_new(1024); in batadv_tt_local_init() 593 if (!bat_priv->tt.local_hash) in batadv_tt_local_init() 596 batadv_hash_set_lock_class(bat_priv->tt.local_hash, in batadv_tt_local_init() 753 hash_added = batadv_hash_add(bat_priv->tt.local_hash, batadv_compare_tt, in batadv_tt_local_add() 1078 struct batadv_hashtable *hash = bat_priv->tt.local_hash; in batadv_tt_local_seq_print_text() 1282 hash = bat_priv->tt.local_hash; in batadv_tt_local_dump() 1371 tt_removed_node = batadv_hash_remove(bat_priv->tt.local_hash, in batadv_tt_local_remove() 1435 struct batadv_hashtable *hash = bat_priv->tt.local_hash; in batadv_tt_local_purge() [all …]
|
| D | types.h | 976 struct batadv_hashtable *local_hash; member
|
| /Linux-v5.4/include/linux/ |
| D | ftrace.h | 198 struct ftrace_ops_hash local_hash; member
|