Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Dstackdepot.c209 entries = nr_free_buffer_pages(); in stack_depot_init()
/linux-6.15/net/9p/
H A Dtrans_virtio.c653 chan->p9_max_pages = nr_free_buffer_pages()/4; in p9_virtio_probe()
/linux-6.15/net/openvswitch/
H A Dmeter.c740 free_mem_bytes = nr_free_buffer_pages() * (PAGE_SIZE >> 5); in ovs_meters_init()
/linux-6.15/net/sctp/
H A Dprotocol.c1535 limit = nr_free_buffer_pages() / 8; in sctp_init()
/linux-6.15/mm/
H A Dpage_alloc.c5244 unsigned long nr_free_buffer_pages(void) in nr_free_buffer_pages() function
5248 EXPORT_SYMBOL_GPL(nr_free_buffer_pages);
6239 lowmem_kbytes = nr_free_buffer_pages() * (PAGE_SIZE >> 10); in calculate_min_free_kbytes()
H A Dkhugepaged.c2653 (unsigned long) nr_free_buffer_pages() / 20); in set_recommended_min_free_kbytes()
/linux-6.15/net/ipv4/
H A Dtcp.c5007 unsigned long limit = nr_free_buffer_pages() / 16; in tcp_init_mem()
5195 limit = nr_free_buffer_pages() << (PAGE_SHIFT - 7); in tcp_init()
H A Dudp.c3908 limit = nr_free_buffer_pages() / 8; in udp_init()
/linux-6.15/fs/
H A Dbuffer.c3164 nrpages = (nr_free_buffer_pages() * 10) / 100; in buffer_init()
/linux-6.15/drivers/mmc/core/
H A Dmmc_test.c343 unsigned long limit = nr_free_buffer_pages() >> 4; in mmc_test_alloc_mem()
/linux-6.15/include/linux/
H A Dmm.h1413 unsigned long nr_free_buffer_pages(void);
/linux-6.15/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-6.15/fs/nfsd/
H A Dnfs4state.c8772 max_delegations = nr_free_buffer_pages() >> (20 - 2 - PAGE_SHIFT); in set_max_delegations()