Searched refs:rec_b (Results 1 – 2 of 2) sorted by relevance
591 bool btf_record_equal(const struct btf_record *rec_a, const struct btf_record *rec_b) in btf_record_equal() argument593 bool a_has_fields = !IS_ERR_OR_NULL(rec_a), b_has_fields = !IS_ERR_OR_NULL(rec_b); in btf_record_equal()600 if (rec_a->cnt != rec_b->cnt) in btf_record_equal()617 return !memcmp(rec_a, rec_b, size); in btf_record_equal()
2086 bool btf_record_equal(const struct btf_record *rec_a, const struct btf_record *rec_b);