Lines Matching refs:length
11 unsigned long length; member
47 for (idx = 0; idx < ctrl->length; idx++) { in swap_cgroup_prepare()
171 unsigned long length; in swap_cgroup_swapon() local
174 length = DIV_ROUND_UP(max_pages, SC_PER_PAGE); in swap_cgroup_swapon()
175 array_size = length * sizeof(void *); in swap_cgroup_swapon()
183 ctrl->length = length; in swap_cgroup_swapon()
189 ctrl->length = 0; in swap_cgroup_swapon()
206 unsigned long i, length; in swap_cgroup_swapoff() local
212 length = ctrl->length; in swap_cgroup_swapoff()
214 ctrl->length = 0; in swap_cgroup_swapoff()
218 for (i = 0; i < length; i++) { in swap_cgroup_swapoff()