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

/linux-master/kernel/bpf/
H A Dbtf.c2791 static struct btf_kind_operations modifier_ops = { variable in typeref:struct:btf_kind_operations
4999 [BTF_KIND_TYPEDEF] = &modifier_ops,
5000 [BTF_KIND_VOLATILE] = &modifier_ops,
5001 [BTF_KIND_CONST] = &modifier_ops,
5002 [BTF_KIND_RESTRICT] = &modifier_ops,
5009 [BTF_KIND_TYPE_TAG] = &modifier_ops,

Completed in 233 milliseconds