Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dswapfile.c111 static inline unsigned char swap_count(unsigned char ent) in swap_count() function
1508 count = swap_count(p->swap_map[offset]); in page_swapcount()
1522 count = swap_count(si->swap_map[offset]); in __swap_count()
1535 count = swap_count(si->swap_map[offset]); in swap_swapcount()
1579 count = swap_count(p->swap_map[offset]); in swp_swapcount()
1616 if (swap_count(map[roffset])) in swap_page_trans_huge_swapped()
1621 if (swap_count(map[offset + i])) { in swap_page_trans_huge_swapped()
1688 swapcount = swap_count(map[offset + i]); in page_trans_huge_map_swapcount()
2169 if (count && swap_count(count) != SWAP_MAP_BAD) in find_next_to_unuse()
3513 if (unlikely(swap_count(coun in __swap_duplicate()
[all...]
/kernel/linux/linux-6.6/mm/
H A Dswapfile.c118 static inline unsigned char swap_count(unsigned char ent) in swap_count() function
1450 return swap_count(si->swap_map[offset]); in __swap_count()
1465 count = swap_count(si->swap_map[offset]); in swap_swapcount()
1491 count = swap_count(p->swap_map[offset]); in swp_swapcount()
1528 if (swap_count(map[roffset])) in swap_page_trans_huge_swapped()
1533 if (swap_count(map[offset + i])) { in swap_page_trans_huge_swapped()
2038 if (count && swap_count(count) != SWAP_MAP_BAD) in find_next_to_unuse()
3322 if (unlikely(swap_count(count) == SWAP_MAP_BAD)) { in __swap_duplicate()
3485 count = swap_count(si->swap_map[offset]); in add_swap_count_continuation()

Completed in 10 milliseconds