Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nfsd/
Dnfssvc.c88 unsigned long nfsd_drc_max_mem; variable
612 nfsd_drc_max_mem = (nr_free_buffer_pages() in set_max_drc()
615 dprintk("%s nfsd_drc_max_mem %lu \n", __func__, nfsd_drc_max_mem); in set_max_drc()
Dnfsd.h70 extern unsigned long nfsd_drc_max_mem;
Dnfs4state.c1786 if (nfsd_drc_max_mem > nfsd_drc_mem_used) in nfsd4_get_drc_mem()
1787 total_avail = nfsd_drc_max_mem - nfsd_drc_mem_used; in nfsd4_get_drc_mem()