Searched refs:swp_entry_cmp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | swapfile.c | 1455 static int swp_entry_cmp(const void *ent1, const void *ent2) in swp_entry_cmp() function 1479 sort(entries, n, sizeof(entries[0]), swp_entry_cmp, NULL); in swapcache_free_entries()
|
/kernel/linux/linux-6.6/mm/ |
H A D | swapfile.c | 1410 static int swp_entry_cmp(const void *ent1, const void *ent2) in swp_entry_cmp() function 1434 sort(entries, n, sizeof(entries[0]), swp_entry_cmp, NULL); in swapcache_free_entries()
|
Completed in 9 milliseconds