Home
last modified time | relevance | path

Searched refs:capacity (Results 1 – 13 of 13) sorted by relevance

/xen-4.10.0-shim-comet/tools/blktap2/include/
A Dblktap2.h63 unsigned long long capacity; member
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A Dvhd-util-scan.c86 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 Dio.c88 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 Dxl-psr.markdown74 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 Dxen-command-line.markdown1403 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 Dintel_psr_cat_cdp.pandoc37 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 Dssdt_pm.asl353 /* Battery generic info: design capacity, voltage, model # etc. */
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dtapdisk-control.c463 params.capacity = image.size; in tapdisk_control_open_image()
A Dtapdisk-vbd.c1670 params.capacity = image.size; in tapdisk_vbd_resume_ring()
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D60ext4.diff205 + __u16 eh_max; /* capacity of store in entries */
/xen-4.10.0-shim-comet/
A DSUPPORT.md273 built to provide guaranteed CPU capacity to guest VMs on SMP hosts
/xen-4.10.0-shim-comet/docs/man/
A Dxl.pod.1.in1796 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 Dzconf.lex.c_shipped281 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */

Completed in 36 milliseconds