Lines Matching defs:num_pages_onlined
513 unsigned int num_pages_onlined;
545 * Protects ha_region_list, num_pages_onlined counter and individual
643 if (pfn_count <= dm_device.num_pages_onlined) {
644 dm_device.num_pages_onlined -= pfn_count;
649 * num_pages_onlined wrap around zero.
652 dm_device.num_pages_onlined = 0;
684 dm_device.num_pages_onlined++;
1152 * num_pages_onlined) as committed to the host, otherwise it can try
1158 (dm->num_pages_added > dm->num_pages_onlined ?
1159 dm->num_pages_added - dm->num_pages_onlined : 0) +
1164 dm->num_pages_added, dm->num_pages_onlined);