Searched refs:nr_free_buffer_pages (Results 1 - 14 of 14) sorted by relevance

/linux-master/lib/
H A Dstackdepot.c209 entries = nr_free_buffer_pages();
/linux-master/net/9p/
H A Dtrans_virtio.c653 chan->p9_max_pages = nr_free_buffer_pages()/4;
/linux-master/net/openvswitch/
H A Dmeter.c740 free_mem_bytes = nr_free_buffer_pages() * (PAGE_SIZE >> 5);
/linux-master/fs/nfsd/
H A Dnfssvc.c601 nfsd_drc_max_mem = (nr_free_buffer_pages()
H A Dnfs4state.c8488 max_delegations = nr_free_buffer_pages() >> (20 - 2 - PAGE_SHIFT);
/linux-master/mm/
H A Dpage_alloc.c4940 * nr_free_buffer_pages - count number of pages beyond high watermark
4942 * nr_free_buffer_pages() counts the number of pages which are beyond the high
4948 unsigned long nr_free_buffer_pages(void) function
4952 EXPORT_SYMBOL_GPL(nr_free_buffer_pages); variable
5961 lowmem_kbytes = nr_free_buffer_pages() * (PAGE_SIZE >> 10);
H A Dkhugepaged.c2617 (unsigned long) nr_free_buffer_pages() / 20);
/linux-master/net/sctp/
H A Dprotocol.c1519 limit = nr_free_buffer_pages() / 8;
/linux-master/net/ipv4/
H A Dtcp.c4593 unsigned long limit = nr_free_buffer_pages() / 16;
4772 limit = nr_free_buffer_pages() << (PAGE_SHIFT - 7);
H A Dudp.c3634 limit = nr_free_buffer_pages() / 8;
/linux-master/drivers/mmc/core/
H A Dmmc_test.c343 unsigned long limit = nr_free_buffer_pages() >> 4;
/linux-master/fs/
H A Dbuffer.c3133 nrpages = (nr_free_buffer_pages() * 10) / 100;
/linux-master/include/linux/
H A Dmm.h1318 unsigned long nr_free_buffer_pages(void);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c4318 ipvs->sysctl_sync_qlen_max = nr_free_buffer_pages() / 32;

Completed in 443 milliseconds