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/openvswitch/
H A Dmeter.c740 free_mem_bytes = nr_free_buffer_pages() * (PAGE_SIZE >> 5);
/linux-master/net/9p/
H A Dtrans_virtio.c653 chan->p9_max_pages = nr_free_buffer_pages()/4;
/linux-master/fs/nfsd/
H A Dnfssvc.c600 nfsd_drc_max_mem = (nr_free_buffer_pages()
H A Dnfs4state.c8515 max_delegations = nr_free_buffer_pages() >> (20 - 2 - PAGE_SHIFT);
/linux-master/mm/
H A Dpage_alloc.c5029 * nr_free_buffer_pages - count number of pages beyond high watermark
5031 * nr_free_buffer_pages() counts the number of pages which are beyond the high
5037 unsigned long nr_free_buffer_pages(void) function
5041 EXPORT_SYMBOL_GPL(nr_free_buffer_pages); variable
6027 lowmem_kbytes = nr_free_buffer_pages() * (PAGE_SIZE >> 10);
H A Dkhugepaged.c2603 (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.c4618 unsigned long limit = nr_free_buffer_pages() / 16;
4801 limit = nr_free_buffer_pages() << (PAGE_SHIFT - 7);
H A Dudp.c3648 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/include/linux/
H A Dmm.h1325 unsigned long nr_free_buffer_pages(void);
/linux-master/fs/
H A Dbuffer.c3160 nrpages = (nr_free_buffer_pages() * 10) / 100;
/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c4313 ipvs->sysctl_sync_qlen_max = nr_free_buffer_pages() / 32;

Completed in 461 milliseconds