Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbtf.c5874 bool in_tags; in finalize_log()
5890 in_tags = btf_type_is_type_tag(t); in btf_parse()
5897 if (!in_tags) { in btf_parse()
5901 } else if (in_tags) { in btf_parse()
5902 in_tags = false; in btf_parse()
5826 bool in_tags; btf_check_type_tags() local