Lines Matching defs:num_pages_onlined
521 unsigned int num_pages_onlined;
553 * Protects ha_region_list, num_pages_onlined counter and individual
662 if (pfn_count <= dm_device.num_pages_onlined) {
663 dm_device.num_pages_onlined -= pfn_count;
669 * num_pages_onlined wrap around zero.
672 dm_device.num_pages_onlined = 0;
704 dm_device.num_pages_onlined++;
1138 (dm->num_pages_added > dm->num_pages_onlined ?
1139 dm->num_pages_added - dm->num_pages_onlined : 0) +
1180 * num_pages_onlined) as committed to the host, otherwise it can try
1188 dm->num_pages_added, dm->num_pages_onlined);
1938 seq_printf(f, "%-22s: %u\n", "pages_onlined", dm->num_pages_onlined);