Searched refs:local_hash (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | fgraph.c | 21 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock), 345 ASSIGN_OPS_HASH(graph_ops, &global_ops.local_hash)
|
| H A D | ftrace.c | 70 .func_hash = &opsname.local_hash, \ 71 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock), 135 mutex_init(&ops->local_hash.regex_lock); in ftrace_ops_init() 136 ops->func_hash = &ops->local_hash; in ftrace_ops_init() 1040 .local_hash.notrace_hash = EMPTY_HASH, 1041 .local_hash.filter_hash = EMPTY_HASH, 1826 if (ops->func_hash != &global_ops.local_hash) in ftrace_hash_rec_update_modify() 1837 if (op->func_hash == &global_ops.local_hash) in ftrace_hash_rec_update_modify() 4088 if (ops->func_hash != &global_ops.local_hash) in ftrace_ops_update_code() 4092 if (op->func_hash == &global_ops.local_hash && in ftrace_ops_update_code() [all …]
|
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | translation-table.c | 178 tt_common_entry = batadv_tt_hash_find(bat_priv->tt.local_hash, addr, in batadv_tt_local_hash_find() 583 if (bat_priv->tt.local_hash) in batadv_tt_local_init() 586 bat_priv->tt.local_hash = batadv_hash_new(1024); in batadv_tt_local_init() 588 if (!bat_priv->tt.local_hash) in batadv_tt_local_init() 591 batadv_hash_set_lock_class(bat_priv->tt.local_hash, in batadv_tt_local_init() 748 hash_added = batadv_hash_add(bat_priv->tt.local_hash, batadv_compare_tt, in batadv_tt_local_add() 1075 struct batadv_hashtable *hash = bat_priv->tt.local_hash; in batadv_tt_local_seq_print_text() 1279 hash = bat_priv->tt.local_hash; in batadv_tt_local_dump() 1368 tt_removed_node = batadv_hash_remove(bat_priv->tt.local_hash, in batadv_tt_local_remove() 1432 struct batadv_hashtable *hash = bat_priv->tt.local_hash; in batadv_tt_local_purge() [all …]
|
| H A D | types.h | 979 struct batadv_hashtable *local_hash; member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ftrace.h | 207 struct ftrace_ops_hash local_hash; member
|