Home
last modified time | relevance | path

Searched refs:nr_free_buffer_pages (Results 1 – 10 of 10) 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.c1501 limit = nr_free_buffer_pages() / 8; in sctp_init()
/linux/mm/
H A Dpage_alloc.c5510 unsigned long nr_free_buffer_pages(void) in nr_free_buffer_pages() function
5514 EXPORT_SYMBOL_GPL(nr_free_buffer_pages);
6489 lowmem_kbytes = nr_free_buffer_pages() * (PAGE_SIZE >> 10); in calculate_min_free_kbytes()
/linux/net/ipv4/
H A Dtcp.c5185 unsigned long limit = nr_free_buffer_pages() / 16; in tcp_init_mem()
5366 limit = nr_free_buffer_pages() << (PAGE_SHIFT - 7); in tcp_init()
H A Dudp.c3872 limit = nr_free_buffer_pages() / 8; in udp_init()
/linux/include/linux/
H A Dmm.h1921 unsigned long nr_free_buffer_pages(void);
/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c4994 ipvs->sysctl_sync_qlen_max = nr_free_buffer_pages() / 32; in ip_vs_control_net_init_sysctl()
/linux/fs/nfsd/
H A Dnfs4state.c8972 max_delegations = nr_free_buffer_pages() >> (20 - 2 - PAGE_SHIFT); in set_max_delegations()