Searched refs:cmpint (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/
H A Dtest_sort.c13 static int cmpint(const void *a, const void *b) function
30 sort(a, TEST_LEN, sizeof(*a), cmpint, NULL);
/linux-master/mm/
H A Dpercpu-stats.c25 static int cmpint(const void *a, const void *b) function
108 sort(alloc_sizes, as_len, sizeof(int), cmpint, NULL);

Completed in 127 milliseconds