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
177 length = DIV_ROUND_UP(max_pages, SC_PER_PAGE); in swap_cgroup_swapon()
178 array_size = length * sizeof(void *); in swap_cgroup_swapon()
186 ctrl->length = length; in swap_cgroup_swapon()
192 ctrl->length = 0; in swap_cgroup_swapon()
209 unsigned long i, length; in swap_cgroup_swapoff() local
218 length = ctrl->length; in swap_cgroup_swapoff()
220 ctrl->length = 0; in swap_cgroup_swapoff()
224 for (i = 0; i < length; i++) { in swap_cgroup_swapoff()