The page_cache_init() Function

Page_cache_init() function is located in mm/filemap.c.

Page_cache_init() initializes the kernel's page cache subsystem. Page caches hold streams of file data, and help improve performance when reading and writing user files.