Home
last modified time | relevance | path

Searched refs:cmp_u32 (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dselftest_gt_pm.c28 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()
H A Dselftest_engine_heartbeat.c191 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()
H A Dselftest_engine_cs.c17 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()
H A Dselftest_rps.c40 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dselftest_gt_pm.c27 static int cmp_u32(const void *A, const void *B) in cmp_u32() function
72 sort(cycles, 5, sizeof(*cycles), cmp_u32, NULL); in measure_clocks()
H A Dselftest_engine_heartbeat.c196 static int cmp_u32(const void *_a, const void *_b) in cmp_u32() function
255 sort(times, ARRAY_SIZE(times), sizeof(times[0]), cmp_u32, NULL); in __live_heartbeat_fast()
H A Dselftest_engine_cs.c17 static int cmp_u32(const void *A, const void *B) in cmp_u32() function
122 sort(a, COUNT, sizeof(*a), cmp_u32, NULL); in trifilter()
H A Dselftest_rps.c44 static int cmp_u32(const void *A, const void *B) in cmp_u32() function
315 sort(cycles_, 5, sizeof(*cycles_), cmp_u32, NULL); in live_rps_clock_interval()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
H A Di915_request.c1538 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H A Di915_request.c1930 static int cmp_u32(const void *A, const void *B) in cmp_u32() function
1942 sort(a, TF_COUNT, sizeof(*a), cmp_u32, NULL); in trifilter()

Completed in 13 milliseconds