Home
last modified time | relevance | path

Searched refs:filter_hash (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dftrace.c1041 .local_hash.filter_hash = EMPTY_HASH,
1260 free_ftrace_hash(ops->func_hash->filter_hash); in ftrace_free_filter()
1355 ftrace_hash_rec_disable_modify(struct ftrace_ops *ops, int filter_hash);
1357 ftrace_hash_rec_enable_modify(struct ftrace_ops *ops, int filter_hash);
1459 return (ftrace_hash_empty(hash->filter_hash) || in hash_contains_ip()
1460 __ftrace_lookup_ip(hash->filter_hash, ip)) && in hash_contains_ip()
1493 rcu_assign_pointer(hash.filter_hash, ops->func_hash->filter_hash); in ftrace_ops_test()
1638 int filter_hash, in __ftrace_hash_rec_update() argument
1664 if (filter_hash) { in __ftrace_hash_rec_update()
1665 hash = ops->func_hash->filter_hash; in __ftrace_hash_rec_update()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dftrace.h178 struct ftrace_hash __rcu *filter_hash; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h645 struct hlist_head filter_hash[1 << MLX4_EN_FILTER_HASH_SHIFT]; member
H A Den_netdev.c285 return &priv->filter_hash[bucket_idx]; in filter_hash_bucket()