Lines Matching refs:length
330 unsigned long length; member
366 for (idx = 0; idx < ctrl->length; idx++) { in swap_cgroup_prepare()
470 unsigned long length; in swap_cgroup_swapon() local
476 length = DIV_ROUND_UP(max_pages, SC_PER_PAGE); in swap_cgroup_swapon()
477 array_size = length * sizeof(void *); in swap_cgroup_swapon()
485 ctrl->length = length; in swap_cgroup_swapon()
491 ctrl->length = 0; in swap_cgroup_swapon()
509 unsigned long i, length; in swap_cgroup_swapoff() local
518 length = ctrl->length; in swap_cgroup_swapoff()
520 ctrl->length = 0; in swap_cgroup_swapoff()
524 for (i = 0; i < length; i++) { in swap_cgroup_swapoff()