Home
last modified time | relevance | path

Searched refs:cmp_u64 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_gt_pm.c15 static int cmp_u64(const void *A, const void *B) in cmp_u64() function
75 sort(dt, 5, sizeof(*dt), cmp_u64, NULL); in measure_clocks()
H A Dselftest_engine_pm.c21 static int cmp_u64(const void *A, const void *B) in cmp_u64() function
30 sort(a, COUNT, sizeof(*a), cmp_u64, NULL); in trifilter()
H A Dselftest_slpc.c109 sort(x, 5, sizeof(*x), cmp_u64, NULL); in slpc_measure_power()