Home
last modified time | relevance | path

Searched defs:dfs_pcache (Results 1 – 1 of 1) sorted by relevance

/components/dfs/dfs_v2/include/
A Ddfs_pcache.h95 struct dfs_pcache struct
97 rt_list_t head[RT_PAGECACHE_HASH_NR]; /* Hash table buckets for address spaces */
98 rt_list_t list_active, list_inactive; /* Active and inactive space lists */
99 rt_atomic_t pages_count; /* Total cached pages count */
100 struct rt_mutex lock; /* Global lock for thread safety */
124 void dfs_pcache_release(size_t count); argument

Completed in 3 milliseconds