Searched refs:btf_params (Results 1 – 3 of 3) sorted by relevance
1490 struct btf_param *m = btf_params(t); in btf_for_each_str_off()1918 const struct btf_param *member = btf_params(t); in btf_hash_fnproto()1948 m1 = btf_params(t1); in btf_equal_fnproto()1949 m2 = btf_params(t2); in btf_equal_fnproto()1975 m1 = btf_params(t1); in btf_compat_fnproto()1976 m2 = btf_params(t2); in btf_compat_fnproto()2345 cand_p = btf_params(cand_type); in btf_dedup_is_equiv()2346 canon_p = btf_params(canon_type); in btf_dedup_is_equiv()2625 param = btf_params(t); in btf_dedup_ref_type()2814 struct btf_param *param = btf_params(t); in btf_dedup_remap_type()
291 const struct btf_param *p = btf_params(t); in btf_dump_mark_referenced()517 const struct btf_param *p = btf_params(t); in btf_dump_order_type()740 const struct btf_param *p = btf_params(t); in btf_dump_emit_type()1267 const struct btf_param *p = btf_params(t); in btf_dump_emit_type_chain()
289 static inline struct btf_param *btf_params(const struct btf_type *t) in btf_params() function