Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf.c3355 static bool btf_equal_enum(struct btf_type *t1, struct btf_type *t2) in btf_equal_enum() function
3384 return btf_equal_enum(t1, t2); in btf_compat_enum()
3611 if (btf_equal_enum(t, cand)) { in btf_dedup_prim_type()
3860 return btf_equal_enum(cand_type, canon_type); in btf_dedup_is_equiv()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf.c3469 static bool btf_equal_enum(struct btf_type *t1, struct btf_type *t2) in btf_equal_enum() function
3489 return btf_equal_enum(t1, t2); in btf_compat_enum()
3787 if (btf_equal_enum(t, cand)) { in btf_dedup_prim_type()

Completed in 13 milliseconds