Searched refs:propcmp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/of/ |
H A D | unittest.c | 781 #define propcmp(p1, p2) (((p1)->length == (p2)->length) && \ macro 793 unittest(new && propcmp(&p1, new), "empty property didn't copy correctly\n"); in of_unittest_property_copy() 799 unittest(new && propcmp(&p2, new), "non-empty property didn't copy correctly\n"); in of_unittest_property_copy()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | unittest.c | 790 #define propcmp(p1, p2) (((p1)->length == (p2)->length) && \ macro 802 unittest(new && propcmp(&p1, new), "empty property didn't copy correctly\n"); in of_unittest_property_copy() 808 unittest(new && propcmp(&p2, new), "non-empty property didn't copy correctly\n"); in of_unittest_property_copy()
|
Completed in 15 milliseconds