RTEMS CPU Kit with SuperCore
Data Fields
rtems_rtl_obj_cache_s Struct Reference

The buffer cache. More...

#include <rtl-obj-cache.h>

Data Fields

int fd
 The file descriptor of the data in the cache. More...
 
size_t file_size
 The size of the file. More...
 
off_t offset
 The base offset of the buffer. More...
 
size_t size
 The size of the cache. More...
 
size_t level
 The amount of data in the cache. More...
 
uint8_t * buffer
 The buffer.
 

Detailed Description

The buffer cache.

Field Documentation

◆ fd

int rtems_rtl_obj_cache_s::fd

The file descriptor of the data in the cache.

◆ file_size

size_t rtems_rtl_obj_cache_s::file_size

The size of the file.

◆ level

size_t rtems_rtl_obj_cache_s::level

The amount of data in the cache.

A file can be smaller than the cache file.

◆ offset

off_t rtems_rtl_obj_cache_s::offset

The base offset of the buffer.

◆ size

size_t rtems_rtl_obj_cache_s::size

The size of the cache.


The documentation for this struct was generated from the following file: