Searched refs:btf_kind_operations (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dbtf.c440 struct btf_kind_operations { struct
461 static const struct btf_kind_operations * const kind_ops[NR_BTF_KINDS];
747 static const struct btf_kind_operations *btf_type_ops(const struct btf_type *t)
2467 static const struct btf_kind_operations int_ops = {
2791 static struct btf_kind_operations modifier_ops = {
2800 static struct btf_kind_operations ptr_ops = {
2841 static struct btf_kind_operations fwd_ops = {
3011 const struct btf_kind_operations *elem_ops;
3092 static struct btf_kind_operations array_ops = {
3991 const struct btf_kind_operations *op
[all...]

Completed in 166 milliseconds