Home
last modified time | relevance | path

Searched refs:nr_free_buffer_pages (Results 1 – 13 of 13) sorted by relevance

/linux/lib/
H A Dstackdepot.c248 entries = nr_free_buffer_pages(); in stack_depot_init()
/linux/net/9p/
H A Dtrans_virtio.c652 chan->p9_max_pages = nr_free_buffer_pages()/4; in p9_virtio_probe()
/linux/net/openvswitch/
H A Dmeter.c740 free_mem_bytes = nr_free_buffer_pages() * (PAGE_SIZE >> 5); in ovs_meters_init()
/linux/net/sctp/
H A Dprotocol.c1499 limit = nr_free_buffer_pages() / 8; in sctp_init()
/linux/mm/
H A Dpage_alloc.c5534 unsigned long nr_free_buffer_pages(void) in nr_free_buffer_pages() function
5538 EXPORT_SYMBOL_GPL(nr_free_buffer_pages);
6550 lowmem_kbytes = nr_free_buffer_pages() * (PAGE_SIZE >> 10); in calculate_min_free_kbytes()
H A Dkhugepaged.c2669 (unsigned long) nr_free_buffer_pages() / 20); in set_recommended_min_free_kbytes()
/linux/fs/
H A Dbuffer.c3158 nrpages = (nr_free_buffer_pages() * 10) / 100; in buffer_init()
/linux/net/ipv4/
H A Dtcp.c5163 unsigned long limit = nr_free_buffer_pages() / 16; in tcp_init_mem()
5343 limit = nr_free_buffer_pages() << (PAGE_SHIFT - 7); in tcp_init()
H A Dudp.c4054 limit = nr_free_buffer_pages() / 8; in udp_init()
/linux/drivers/mmc/core/
H A Dmmc_test.c337 unsigned long limit = nr_free_buffer_pages() >> 4; in mmc_test_alloc_mem()
/linux/include/linux/
H A Dmm.h1648 unsigned long nr_free_buffer_pages(void);
/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c4311 ipvs->sysctl_sync_qlen_max = nr_free_buffer_pages() / 32; in ip_vs_control_net_init_sysctl()
/linux/fs/nfsd/
H A Dnfs4state.c8954 max_delegations = nr_free_buffer_pages() >> (20 - 2 - PAGE_SHIFT); in set_max_delegations()