Searched refs:local_hash (Results 1 – 6 of 6) sorted by relevance
22 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock),355 ASSIGN_OPS_HASH(graph_ops, &global_ops.local_hash)
212 hash = rcu_access_pointer(fp->ops.local_hash.filter_hash); in register_fprobe()
72 .func_hash = &opsname.local_hash, \73 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock),159 mutex_init(&ops->local_hash.regex_lock); in ftrace_ops_init()160 ops->func_hash = &ops->local_hash; in ftrace_ops_init()1062 .local_hash.notrace_hash = EMPTY_HASH,1063 .local_hash.filter_hash = EMPTY_HASH,1893 if (ops->func_hash != &global_ops.local_hash) in ftrace_hash_rec_update_modify()1904 if (op->func_hash == &global_ops.local_hash) in ftrace_hash_rec_update_modify()4342 if (ops->func_hash != &global_ops.local_hash) in ftrace_ops_update_code()4346 if (op->func_hash == &global_ops.local_hash && in ftrace_ops_update_code()[all …]
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()1196 hash = bat_priv->tt.local_hash; in batadv_tt_local_dump()1346 struct batadv_hashtable *hash = bat_priv->tt.local_hash; in batadv_tt_local_purge()1371 if (!bat_priv->tt.local_hash) in batadv_tt_local_table_free()1374 hash = bat_priv->tt.local_hash; in batadv_tt_local_table_free()1395 bat_priv->tt.local_hash = NULL; in batadv_tt_local_table_free()2522 struct batadv_hashtable *hash = bat_priv->tt.local_hash; in batadv_tt_local_crc()[all …]
969 struct batadv_hashtable *local_hash; member
317 struct ftrace_ops_hash local_hash; member
Completed in 35 milliseconds