Searched refs:cmp_u32 (Results 1 – 5 of 5) sorted by relevance
/drivers/gpu/drm/i915/gt/ |
D | selftest_gt_pm.c | 28 static int cmp_u32(const void *A, const void *B) in cmp_u32() function 60 sort(cycles, 5, sizeof(*cycles), cmp_u32, NULL); in measure_clocks()
|
D | selftest_engine_heartbeat.c | 191 static int cmp_u32(const void *_a, const void *_b) in cmp_u32() function 248 sort(times, ARRAY_SIZE(times), sizeof(times[0]), cmp_u32, NULL); in __live_heartbeat_fast()
|
D | selftest_engine_cs.c | 17 static int cmp_u32(const void *A, const void *B) in cmp_u32() function 109 sort(a, COUNT, sizeof(*a), cmp_u32, NULL); in trifilter()
|
D | selftest_rps.c | 40 static int cmp_u32(const void *A, const void *B) in cmp_u32() function 308 sort(cycles_, 5, sizeof(*cycles_), cmp_u32, NULL); in live_rps_clock_interval()
|
/drivers/gpu/drm/i915/selftests/ |
D | i915_request.c | 1538 static int cmp_u32(const void *A, const void *B) in cmp_u32() function 1550 sort(a, TF_COUNT, sizeof(*a), cmp_u32, NULL); in trifilter()
|