Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nfsd/
A Dnfssvc.c88 unsigned long nfsd_drc_max_mem; variable
600 nfsd_drc_max_mem = (nr_free_buffer_pages() in set_max_drc()
603 dprintk("%s nfsd_drc_max_mem %lu \n", __func__, nfsd_drc_max_mem); in set_max_drc()
A Dnfsd.h70 extern unsigned long nfsd_drc_max_mem;
A Dnfs4state.c1774 if (nfsd_drc_max_mem > nfsd_drc_mem_used) in nfsd4_get_drc_mem()
1775 total_avail = nfsd_drc_max_mem - nfsd_drc_mem_used; in nfsd4_get_drc_mem()

Completed in 19 milliseconds