Searched refs:capacity (Results 1 – 8 of 8) sorted by relevance
89 size_t capacity; member326 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()
37 configured using capacity bitmasks (CBMs) which represent cache capacity and47 prioritization and tuning of cache capacity to the characteristics of the132 Every MSR stores a CBM value. A capacity bitmask (CBM) provides a hint to the137 Sample cache capacity bitmasks for a bitlength of 8 are shown below. Please
74 Class of Service (COS). Each COS is configured using capacity bitmasks (CBM)75 which represent cache capacity and indicate the degree of overlap and142 prioritization and tuning of cache capacity to the characteristics of the
1710 To use the PSR cache allocation service for a certain domain, a capacity1712 CBM represents cache capacity and indicates the degree of overlap and isolation
353 /* Battery generic info: design capacity, voltage, model # etc. */
205 + __u16 eh_max; /* capacity of store in entries */
309 built to provide guaranteed CPU capacity to guest VMs on SMP hosts
1851 on VM basis. To enforce cache on a specific domain, just set capacity bitmasks1865 Set cache capacity bitmasks(CBM) for a domain. For how to specify I<cbm>
Completed in 13 milliseconds