Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfsd/
Dnfssvc.c86 unsigned long nfsd_drc_max_mem; variable
558 nfsd_drc_max_mem = (nr_free_buffer_pages() in set_max_drc()
562 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.c1579 if (nfsd_drc_max_mem > nfsd_drc_mem_used) in nfsd4_get_drc_mem()
1580 total_avail = nfsd_drc_max_mem - nfsd_drc_mem_used; in nfsd4_get_drc_mem()