Home
last modified time | relevance | path

Searched refs:RT_PAGECACHE_HASH_NR (Results 1 – 3 of 3) sorted by relevance

/components/dfs/dfs_v2/include/
A Ddfs_pcache.h90 #ifndef RT_PAGECACHE_HASH_NR
91 #define RT_PAGECACHE_HASH_NR 1024 macro
97 rt_list_t head[RT_PAGECACHE_HASH_NR]; /* Hash table buckets for address spaces */
/components/dfs/
A DKconfig249 config RT_PAGECACHE_HASH_NR config
/components/dfs/dfs_v2/src/
A Ddfs_pcache.c430 for (int i = 0; i < RT_PAGECACHE_HASH_NR; i++) in dfs_pcache_init()
531 return (val ^ (unsigned long)mnt) & (RT_PAGECACHE_HASH_NR - 1); in dfs_aspace_hash()

Completed in 694 milliseconds