Home
last modified time | relevance | path

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

/xen/tools/console/daemon/
A Dio.c89 size_t capacity; member
326 if ((buffer->capacity - buffer->size) < size) { in buffer_append()
327 buffer->capacity += (size + 1024); in buffer_append()
328 buffer->data = realloc(buffer->data, buffer->capacity); in buffer_append()
401 buffer->capacity > buffer->max_capacity) { in buffer_advance()
403 buffer->capacity = buffer->max_capacity; in buffer_advance()
/xen/docs/features/
A Dintel_psr_cat_cdp.pandoc37 configured using capacity bitmasks (CBMs) which represent cache capacity and
47 prioritization and tuning of cache capacity to the characteristics of the
132 Every MSR stores a CBM value. A capacity bitmask (CBM) provides a hint to the
137 Sample cache capacity bitmasks for a bitlength of 8 are shown below. Please
/xen/docs/misc/
A Dxl-psr.pandoc74 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.pandoc1710 To use the PSR cache allocation service for a certain domain, a capacity
1712 CBM represents cache capacity and indicates the degree of overlap and isolation
/xen/tools/libacpi/
A Dssdt_pm.asl353 /* Battery generic info: design capacity, voltage, model # etc. */
/xen/stubdom/grub.patches/
A D60ext4.diff205 + __u16 eh_max; /* capacity of store in entries */
/xen/
A DSUPPORT.md309 built to provide guaranteed CPU capacity to guest VMs on SMP hosts
/xen/docs/man/
A Dxl.1.pod.in1851 on VM basis. To enforce cache on a specific domain, just set capacity bitmasks
1865 Set cache capacity bitmasks(CBM) for a domain. For how to specify I<cbm>

Completed in 13 milliseconds