Searched refs:KUNIT_CURRENT_LOC (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/kunit/ | ||
D | assert.h | 41 #define KUNIT_CURRENT_LOC { .file = __FILE__, .line = __LINE__ } macro |
D | test.h | 480 static const struct kunit_loc __loc = KUNIT_CURRENT_LOC; \ |