Home
last modified time | relevance | path

Searched refs:nfsd_drc_max_mem (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfssvc.c92 unsigned long nfsd_drc_max_mem; variable
567 nfsd_drc_max_mem = (nr_free_buffer_pages() in set_max_drc()
571 dprintk("%s nfsd_drc_max_mem %lu \n", __func__, nfsd_drc_max_mem); in set_max_drc()
H A Dnfsd.h71 extern unsigned long nfsd_drc_max_mem;
H A Dnfs4state.c1667 if (nfsd_drc_max_mem > nfsd_drc_mem_used) in nfsd4_get_drc_mem()
1668 total_avail = nfsd_drc_max_mem - nfsd_drc_mem_used; in nfsd4_get_drc_mem()
/kernel/linux/linux-6.6/fs/nfsd/
H A 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()
H A Dnfsd.h70 extern unsigned long nfsd_drc_max_mem;
H A 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()

Completed in 30 milliseconds