Searched refs:RT_PAGECACHE_HASH_NR (Results 1 – 3 of 3) sorted by relevance
90 #ifndef RT_PAGECACHE_HASH_NR91 #define RT_PAGECACHE_HASH_NR 1024 macro97 rt_list_t head[RT_PAGECACHE_HASH_NR]; /* Hash table buckets for address spaces */
249 config RT_PAGECACHE_HASH_NR config
430 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