Home
last modified time | relevance | path

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

/Linux-v5.10/lib/
Dtest_sort.c10 static int __init cmpint(const void *a, const void *b) in cmpint() function
28 sort(a, TEST_LEN, sizeof(*a), cmpint, NULL); in test_sort_init()
/Linux-v5.10/mm/
Dpercpu-stats.c25 static int cmpint(const void *a, const void *b) in cmpint() function
112 sort(alloc_sizes, as_len, sizeof(int), cmpint, NULL); in chunk_map_stats()