Lines Matching refs:description

60 	const char *description;  member
76 kunit_info(test, "%s", params->description); in run_exclude_test_case()
86 "%s: Return value mismatch.", params->description); in run_exclude_test_case()
91 params->description); in run_exclude_test_case()
99 params->description); in run_exclude_test_case()
113 .description = "1.1: A is left of B, no overlap",
121 .description = "1.2: A's right boundary touches B's left boundary",
129 .description = "1.3: A overlaps B's left part",
138 .description = "1.4: A is completely inside B",
150 .description = "1.5: A overlaps B's right part",
159 .description = "1.6: A's left boundary touches B's right boundary",
167 .description = "1.7: A is right of B, no overlap",
175 .description = "1.8: A completely covers B and extends beyond",
183 .description = "1.9: A covers B and extends to the left",
191 .description = "1.10: A covers B and extends to the right",
199 .description = "1.11: A is identical to B",
207 .description = "1.12: A is a point, left of B, no overlap",
215 .description = "1.13: A is a point, at start of B",
224 .description = "1.14: A is a point, in middle of B (causes split)",
236 .description = "1.15: A is a point, at end of B",
245 .description = "1.16: A is a point, right of B, no overlap",
254 .description = "1.17: A completely inside B (split), no space (ENOMEM)",
270 kunit_log(KERN_INFO, test, "Running: %s", exclude_single_range_test_data[i].description); in exclude_single_range_test()
283 .description = "2.1: exclude low 1M",
297 .description = "2.2: when range out of bound",
319 kunit_log(KERN_INFO, test, "Running: %s", exclude_range_regression_test_data[i].description); in exclude_range_regression_test()