Searched refs:allocate (Results 1 – 16 of 16) sorted by relevance
/xen-4.10.0-shim-comet/tools/blktap2/control/ |
A D | Makefile | 21 CTL_OBJS += tap-ctl-allocate.o
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | block-qcow.c | 381 uint64_t offset, int allocate, in get_cluster_offset() argument 397 if (!allocate) in get_cluster_offset() 531 ((cluster_offset & QCOW_OFLAG_COMPRESSED) && allocate == 1) ) { in get_cluster_offset() 532 if (!allocate) in get_cluster_offset() 553 if (allocate == 1) { in get_cluster_offset()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xc_dom.h | 198 int (*allocate) (struct xc_dom_image * dom); member
|
/xen-4.10.0-shim-comet/stubdom/grub/ |
A D | kexec.c | 230 dom->allocate = kexec_allocate; in kexec()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenmon.txt | 87 - The first time xenmon is run, it attempts to allocate xen trace buffers
|
A D | livepatch.markdown | 606 structures. Caller *MUST* allocate up to `nr` of them. 608 Caller *MUST* allocate up to `nr` of them. Each *MUST* be of 612 of the payload. Caller *MUST* allocate up to `nr` of them. Each *MUST* be 660 space allocate for nr of them. */ 891 * allocate a new memory location for the string.
|
A D | grant-tables.txt | 351 failure to allocate them on demand would cause difficulty, a batch can be
|
A D | xen-command-line.markdown | 511 Specify the maximum address to allocate certain structures, if used in 1232 Specifies the number of ARM GICv3 LPI interrupts to allocate on the host,
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_core.c | 559 if ( dom->allocate ) in xc_dom_chk_alloc_pages() 560 dom->allocate(dom); in xc_dom_chk_alloc_pages()
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | talloc_guide.txt | 212 Note that multiple calls to talloc_set_name() will allocate more 224 This function does not allocate any memory. It just copies the
|
/xen-4.10.0-shim-comet/tools/blktap2/ |
A D | README | 260 want. Blktap will allocate this space for you, you just need to tell
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.lex.c_shipped | 1966 * the current state. This function will allocate the stack 2259 * This function is called from zconflex_destroy(), so don't allocate here.
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.pod.1.in | 335 desired amount of memory to allocate to the domain (although it may 405 The value given just sets the memory amount the domain is allowed to allocate 736 Like mem-set, this command can only allocate up to the maximum virtual
|
A D | xl.cfg.pod.5.in | 273 B<NOTE>: Because of the way ballooning works, the guest has to allocate 854 For example, you're trying to set "memory = 2800" to allocate memory to one
|
/xen-4.10.0-shim-comet/ |
A D | .rootkeys | 1011 40e033325Sjqs-_4TuzeUEprP_gYFg tools/vnet/libxutil/allocate.c 1012 40e03332KYz7o1bn2MG_KPbBlyoIMA tools/vnet/libxutil/allocate.h
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | lwip.patch-cvs | 666 LWIP_DEBUGF(MEM_DEBUG | 2, ("mem_malloc: could not allocate %"S16_F" bytes\n", (s16_t)size));
|
Completed in 28 milliseconds