Searched refs:rec_b (Results 1 – 2 of 2) sorted by relevance
740 bool btf_record_equal(const struct btf_record *rec_a, const struct btf_record *rec_b) in btf_record_equal() argument742 bool a_has_fields = !IS_ERR_OR_NULL(rec_a), b_has_fields = !IS_ERR_OR_NULL(rec_b); in btf_record_equal()749 if (rec_a->cnt != rec_b->cnt) in btf_record_equal()766 return !memcmp(rec_a, rec_b, size); in btf_record_equal()
2330 bool btf_record_equal(const struct btf_record *rec_a, const struct btf_record *rec_b);