Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dftrace.c1067 .local_hash.filter_hash = EMPTY_HASH,
1290 free_ftrace_hash(ops->func_hash->filter_hash); in ftrace_free_filter()
1384 ftrace_hash_rec_disable_modify(struct ftrace_ops *ops, int filter_hash);
1386 ftrace_hash_rec_enable_modify(struct ftrace_ops *ops, int filter_hash);
1488 return (ftrace_hash_empty(hash->filter_hash) || in hash_contains_ip()
1489 __ftrace_lookup_ip(hash->filter_hash, ip)) && in hash_contains_ip()
1522 rcu_assign_pointer(hash.filter_hash, ops->func_hash->filter_hash); in ftrace_ops_test()
1697 int filter_hash, in __ftrace_hash_rec_update() argument
1723 if (filter_hash) { in __ftrace_hash_rec_update()
1724 hash = ops->func_hash->filter_hash; in __ftrace_hash_rec_update()
[all …]
H A Dfprobe.c277 hash = rcu_access_pointer(fp->ops.local_hash.filter_hash); in register_fprobe()
/openbmc/qemu/tests/qemu-iotests/
H A D20733 def filter_hash(qmsg): function
46 vm.blockdev_create(options, filters=[iotests.filter_qmp_testfiles, filter_hash])
/openbmc/linux/include/linux/
H A Dftrace.h300 struct ftrace_hash __rcu *filter_hash; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h637 struct hlist_head filter_hash[1 << MLX4_EN_FILTER_HASH_SHIFT]; member
H A Den_netdev.c286 return &priv->filter_hash[bucket_idx]; in filter_hash_bucket()