Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c1656 if (nfsd_drc_max_mem > nfsd_drc_mem_used) in nfsd4_get_drc_mem()
1657 total_avail = nfsd_drc_max_mem - nfsd_drc_mem_used; in nfsd4_get_drc_mem()