Lines Matching refs:length
10 unsigned long length; member
46 for (idx = 0; idx < ctrl->length; idx++) { in swap_cgroup_prepare()
147 unsigned long length; in swap_cgroup_swapon() local
153 length = DIV_ROUND_UP(max_pages, SC_PER_PAGE); in swap_cgroup_swapon()
154 array_size = length * sizeof(void *); in swap_cgroup_swapon()
162 ctrl->length = length; in swap_cgroup_swapon()
168 ctrl->length = 0; in swap_cgroup_swapon()
186 unsigned long i, length; in swap_cgroup_swapoff() local
195 length = ctrl->length; in swap_cgroup_swapoff()
197 ctrl->length = 0; in swap_cgroup_swapoff()
201 for (i = 0; i < length; i++) { in swap_cgroup_swapoff()