Home
last modified time | relevance | path

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

/mm/
Dswap_cgroup.c19 #define SC_PER_PAGE (PAGE_SIZE/sizeof(struct swap_cgroup)) macro
76 mappage = ctrl->map[offset / SC_PER_PAGE]; in lookup_swap_cgroup()
78 return sc + offset % SC_PER_PAGE; in lookup_swap_cgroup()
156 length = DIV_ROUND_UP(max_pages, SC_PER_PAGE); in swap_cgroup_swapon()