Lines Matching defs:cache
16 iobuf_small_cache_size: size of the small iobuf per thread cache
17 iobuf_large_cache_size: size of the large iobuf per thread cache
139 mode: OCF cache mode: {'wb', 'wt', 'pt', 'wa', 'wi', 'wo'}
140 cache_bdev_name: name of underlying cache bdev
142 cache_line_size: OCF cache line size. The unit is KiB: {4, 8, 16, 32, 64}
193 name: name of OCF vbdev or name of cache device or name of core device (optional)
204 """Set cache mode of OCF block device
207 mode: OCF cache mode: {'wb', 'wt', 'pt', 'wa', 'wi', 'wo'}
209 New cache mode name
218 """Set sequential cutoff parameters on all cores for the given OCF cache device
220 name: Name of OCF cache bdev
236 """Start flushing OCF cache device
246 """Get flush status of OCF cache device
1423 def bdev_ftl_create(client, name, base_bdev, cache, **kwargs):
1428 cache: name of the cache device
1434 params['cache'] = cache
1441 def bdev_ftl_load(client, name, base_bdev, cache, **kwargs):
1446 cache: Name of the cache device
1452 params['cache'] = cache