Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 25 of 25) sorted by relevance

/xen-4.10.0-shim-comet/stubdom/grub/
A Dkexec.c54 static unsigned long allocated; variable
111 for (i = allocated; i < new_allocated; i++) { in kexec_allocate()
141 allocated = new_allocated; in kexec_allocate()
353 for (pfn = 0; pfn < allocated; pfn++) in kexec()
375 DEBUG("day0 pages %lx\n", allocated); in kexec()
428 for (pfn = 0; pfn < allocated; pfn++) in kexec()
432 for (pfn = 0; pfn < allocated; pfn++) in kexec()
438 allocated = 0; in kexec()
A Dmini-os.c147 int allocated = 1 * 1024 * 1024; in load_file() local
153 buf = malloc(allocated); in load_file()
157 len = grub_read (buf + filled, allocated - filled); in load_file()
165 if (filled < allocated) in load_file()
167 allocated *= 2; in load_file()
168 buf = realloc(buf, allocated); in load_file()
/xen-4.10.0-shim-comet/docs/man/
A Dxlcpupool.cfg.pod.590 specified nodes are allocated in the new cpupool.
114 found will be allocated in the new cpupool.
A Dxen-pv-channel.pod.787 A unique Unix domain socket path in dom0 is allocated
A Dxl-numa-placement.pod.734 of the host where the memory for the domain is being allocated (mostly,
49 created, as the most of its memory is allocated at that time and can
A Dxl.pod.1.in336 not be the currently allocated amount). VCPUs is the number of
337 virtual CPUs allocated to the domain. State is the run state (see
362 consume allocated resources (like memory), but will not be eligible for
578 allocated resources (such as memory), but will not be eligible for
903 Available memory (in MB) not allocated to Xen, or any other domains, or
956 the total amount of memory that has been right now allocated to the guest.
969 memory (out of the total 2048MB where 1191MB has been allocated to
/xen-4.10.0-shim-comet/stubdom/
A Dvtpm-locality.patch43 * its usage. In case of an error, all internally allocated memory
A Dlwip.patch-cvs446 /* Expand the size of the allocated memory region so that we can
642 - LWIP_ASSERT("mem_malloc: allocated memory not above ram_end.",
644 - LWIP_ASSERT("mem_malloc: allocated memory properly aligned.",
650 + LWIP_ASSERT("mem_malloc: allocated memory not above ram_end.",
652 + LWIP_ASSERT("mem_malloc: allocated memory properly aligned.",
802 + * ERR_MEM if the pbuf used to copy the packet couldn't be allocated
1118 deallocate the memory allocated for the timeout. */
1154 deallocate the memory allocated for the timeout. */
2288 - * ERR_MEM if the pbuf used to copy the packet couldn't be allocated
/xen-4.10.0-shim-comet/xen/common/xz/
A Ddec_lzma2.c88 uint32_t allocated; member
1126 s->dict.allocated = 0; in xz_dec_lzma2_create()
1148 if (s->dict.allocated < s->dict.size) { in xz_dec_lzma2_reset()
1152 s->dict.allocated = 0; in xz_dec_lzma2_reset()
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dblock-vhd.c569 uint32_t i, allocated, full; in vhd_log_open() local
581 allocated = 0; in vhd_log_open()
586 allocated++; in vhd_log_open()
593 allocated, full, s->next_db); in vhd_log_open()
705 uint32_t i, allocated, full; in vhd_log_close() local
710 allocated = 0; in vhd_log_close()
715 allocated++; in vhd_log_close()
721 s->vhd.file, s->bat.bat.entries, allocated, full, s->next_db); in vhd_log_close()
/xen-4.10.0-shim-comet/xen/
A DKconfig.debug127 Verify that pages that need to be scrubbed before being allocated to
/xen-4.10.0-shim-comet/tools/xl/
A DCODING_STYLE30 initialised to a sentinel value indicating "nothing allocated".
41 each allocated resource and frees it iff necessary. It then
/xen-4.10.0-shim-comet/docs/misc/
A Dxenmon.txt51 This is how much cpu time was allocated to the domain by the scheduler; This is
A Dgrant-tables.txt352 allocated and held in a private reserve.
A Dvtd.txt314 Since the Virtual Function is dynamically allocated by Physical Function
A Dxen-command-line.markdown675 enough memory then as much as possible is allocated.
1194 which data structures should be deliberately allocated in low memory,
1235 one pending bit to be allocated.
1406 between domains. In hypervisor a Class of Service(COS) ID is allocated for each
A Dxenstore.txt226 <transid> is an opaque uint32_t allocated by xenstored
A Dpvcalls.markdown227 requests are allocated on the ring using the `RING_GET_REQUEST` macro.
331 Backend responses are allocated on the ring using the `RING_GET_RESPONSE` macro.
A Dlivepatch.markdown41 by hypervisor and the virtual address for the new code is allocated dynamically.
121 area would be allocated dynamically).
/xen-4.10.0-shim-comet/tools/libxl/
A DCODING_STYLE78 initialised to a sentinel value indicating "nothing allocated".
89 each allocated resource and frees it iff necessary. It then
A Didl.txt39 The name of the C function which will free all dynamically allocated
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.lex.c_shipped1865 * @return the allocated buffer state.
2067 * @return the newly allocated buffer state object.
2102 * @return the newly allocated buffer state object.
2117 * @return the newly allocated buffer state object.
A Dzconf.tab.c_shipped335 to allow for a few compiler-allocated temporary stack slots. */
1475 /* Buffer for error messages, and its allocated size. */
/xen-4.10.0-shim-comet/tools/xenmon/
A Dxenmon.py399 if options.allocated:
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D61btrfs.diff462 + * field points back to the chunk allocation mapping tree that allocated

Completed in 33 milliseconds