Searched refs:capacity (Results 1 – 13 of 13) sorted by relevance
/xen-4.10.0-shim-comet/tools/blktap2/include/ |
A D | blktap2.h | 63 unsigned long long capacity; member
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-scan.c | 86 uint64_t capacity; member 217 img->capacity = image->capacity; in vhd_util_scan_pretty_add_image() 279 "parent=%s%s\n", tab, pad, name, image->capacity, in vhd_util_scan_print_image_indent() 576 image->capacity = vhd->footer.curr_size; in vhd_util_scan_get_size() 578 image->capacity = image->size; in vhd_util_scan_get_size()
|
/xen-4.10.0-shim-comet/tools/console/daemon/ |
A D | io.c | 88 size_t capacity; member 301 if ((buffer->capacity - buffer->size) < size) { in buffer_append() 302 buffer->capacity += (size + 1024); in buffer_append() 303 buffer->data = realloc(buffer->data, buffer->capacity); in buffer_append() 376 buffer->capacity > buffer->max_capacity) { in buffer_advance() 378 buffer->capacity = buffer->max_capacity; in buffer_advance()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xl-psr.markdown | 74 Class of Service (COS). Each COS is configured using capacity bitmasks (CBM) 75 which represent cache capacity and indicate the degree of overlap and 142 prioritization and tuning of cache capacity to the characteristics of the
|
A D | xen-command-line.markdown | 1403 To use the PSR cache allocation service for a certain domain, a capacity 1405 CBM represents cache capacity and indicates the degree of overlap and isolation
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | intel_psr_cat_cdp.pandoc | 37 configured using capacity bitmasks (CBMs) which represent cache capacity and 47 ization and tuning of cache capacity to the characteristics of the workload. 126 Every MSR stores a CBM value. A capacity bitmask (CBM) provides a hint to the 131 Sample cache capacity bitmasks for a bitlength of 8 are shown below. Please
|
/xen-4.10.0-shim-comet/tools/libacpi/ |
A D | ssdt_pm.asl | 353 /* Battery generic info: design capacity, voltage, model # etc. */
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | tapdisk-control.c | 463 params.capacity = image.size; in tapdisk_control_open_image()
|
A D | tapdisk-vbd.c | 1670 params.capacity = image.size; in tapdisk_vbd_resume_ring()
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 60ext4.diff | 205 + __u16 eh_max; /* capacity of store in entries */
|
/xen-4.10.0-shim-comet/ |
A D | SUPPORT.md | 273 built to provide guaranteed CPU capacity to guest VMs on SMP hosts
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.pod.1.in | 1796 on VM basis. To enforce cache on a specific domain, just set capacity bitmasks 1810 Set cache capacity bitmasks(CBM) for a domain. For how to specify I<cbm>
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.lex.c_shipped | 281 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
|
Completed in 36 milliseconds