Lines Matching refs:line
21 typedef void (*check_fn)(struct kunit *test, const char *file, const int line,
26 _test(struct kunit *test, const char *file, const int line, check_fn fn, const void *check_data, in _test() argument
39 file, line, string, fmt, ret, n_args); in _test()
41 (*fn)(test, file, line, check_data, string, fmt, n_args, ap); in _test()
54 file, line, str, fmt, *expect, got); \
60 static void check_ull(struct kunit *test, const char *file, const int line, const void *check_data, in check_ull() argument
68 static void check_ll(struct kunit *test, const char *file, const int line, const void *check_data, in check_ll() argument
76 static void check_ulong(struct kunit *test, const char *file, const int line, in check_ulong() argument
85 static void check_long(struct kunit *test, const char *file, const int line, const void *check_data, in check_long() argument
93 static void check_uint(struct kunit *test, const char *file, const int line, const void *check_data, in check_uint() argument
101 static void check_int(struct kunit *test, const char *file, const int line, const void *check_data, in check_int() argument
109 static void check_ushort(struct kunit *test, const char *file, const int line, in check_ushort() argument
118 static void check_short(struct kunit *test, const char *file, const int line, in check_short() argument
127 static void check_uchar(struct kunit *test, const char *file, const int line, in check_uchar() argument
136 static void check_char(struct kunit *test, const char *file, const int line, const void *check_data, in check_char() argument