Lines Matching refs:size
157 * size: Size of the message in bytes; including the header.
163 __u16 size;
251 * page_file_size: The accumulated size of all page files
408 * info_size: size of the information blob.
708 unsigned long start_pfn, unsigned long size)
712 pr_debug("Online %lu pages starting at pfn 0x%lx\n", size, start_pfn);
713 for (i = 0; i < size; i++)
717 static void hv_mem_hot_add(unsigned long start, unsigned long size,
727 for (i = 0; i < (size/HA_CHUNK); i++) {
862 unsigned long size;
916 size = (has->end_pfn - has->ha_end_pfn);
917 if (pfn_cnt <= size) {
918 size = ((pfn_cnt / HA_CHUNK) * HA_CHUNK);
920 size += HA_CHUNK;
922 pfn_cnt = size;
925 hv_mem_hot_add(has->ha_end_pfn, size, pfn_cnt, has);
1004 resp.hdr.size = sizeof(struct dm_hot_add_response);
1022 * and size requirements of Linux as it relates to hot-add.
1089 pr_info("Max. dynamic memory size: %llu MB\n",
1170 status.hdr.size = sizeof(struct dm_status);
1245 if (bl_resp->hdr.size + sizeof(union dm_mem_page_range) >
1280 bl_resp->hdr.size += sizeof(union dm_mem_page_range);
1321 bl_resp->hdr.size = sizeof(struct dm_balloon_response);
1352 bl_resp->hdr.size,
1400 resp.hdr.size = sizeof(struct dm_unballoon_response);
1470 version_req.hdr.size = sizeof(struct dm_version_request);
1576 if (ha_msg->hdr.size == sizeof(struct dm_hot_add)) {
1730 * Disable ballooning if the page size is not 4k (HV_HYP_PAGE_SIZE),
1732 * make sure all page ranges are guest page size aligned.
1735 pr_info("Ballooning disabled because page size is not 4096 bytes\n");
1768 * our receive buffer size. Hyper-V sends messages up to
1786 version_req.hdr.size = sizeof(struct dm_version_request);
1822 cap_msg.hdr.size = sizeof(struct dm_capabilities);