Searched refs:local_hash (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/kernel/trace/ |
H A D | fgraph.c | 23 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock), 380 ASSIGN_OPS_HASH(graph_ops, &global_ops.local_hash)
|
H A D | fprobe.c | 277 hash = rcu_access_pointer(fp->ops.local_hash.filter_hash); in register_fprobe()
|
H A D | ftrace.c | 76 .func_hash = &opsname.local_hash, \ 77 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock), 163 mutex_init(&ops->local_hash.regex_lock); in ftrace_ops_init() 164 ops->func_hash = &ops->local_hash; in ftrace_ops_init() 1063 .local_hash.notrace_hash = EMPTY_HASH, 1064 .local_hash.filter_hash = EMPTY_HASH, 1894 if (ops->func_hash != &global_ops.local_hash) in ftrace_hash_rec_update_modify() 1905 if (op->func_hash == &global_ops.local_hash) in ftrace_hash_rec_update_modify() 4361 if (ops->func_hash != &global_ops.local_hash) in ftrace_ops_update_code() 4365 if (op->func_hash == &global_ops.local_hash && in ftrace_ops_update_code() [all …]
|
/openbmc/linux/net/batman-adv/ |
H A D | translation-table.c | 177 tt_common_entry = batadv_tt_hash_find(bat_priv->tt.local_hash, addr, in batadv_tt_local_hash_find() 582 if (bat_priv->tt.local_hash) in batadv_tt_local_init() 585 bat_priv->tt.local_hash = batadv_hash_new(1024); in batadv_tt_local_init() 587 if (!bat_priv->tt.local_hash) in batadv_tt_local_init() 590 batadv_hash_set_lock_class(bat_priv->tt.local_hash, in batadv_tt_local_init() 747 hash_added = batadv_hash_add(bat_priv->tt.local_hash, batadv_compare_tt, in batadv_tt_local_add() 1210 hash = bat_priv->tt.local_hash; in batadv_tt_local_dump() 1297 tt_removed_node = batadv_hash_remove(bat_priv->tt.local_hash, in batadv_tt_local_remove() 1360 struct batadv_hashtable *hash = bat_priv->tt.local_hash; in batadv_tt_local_purge() 1385 if (!bat_priv->tt.local_hash) in batadv_tt_local_table_free() [all …]
|
H A D | types.h | 966 struct batadv_hashtable *local_hash; member
|
/openbmc/linux/include/linux/ |
H A D | ftrace.h | 332 struct ftrace_ops_hash local_hash; member
|