Home
last modified time | relevance | path

Searched refs:nr_online_nodes (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dnodemask.h456 extern unsigned int nr_online_nodes;
461 nr_online_nodes = num_node_state(N_ONLINE); in node_set_online()
467 nr_online_nodes = num_node_state(N_ONLINE); in node_set_offline()
498 #define nr_online_nodes 1U macro
/linux/Documentation/trace/
H A Devents-kmem.rst118 min_free_kbytes in increments of 3*pageblock_size*nr_online_nodes where
/linux/mm/
H A Dpage_alloc.c283 unsigned int nr_online_nodes __read_mostly = 1;
285 EXPORT_SYMBOL(nr_online_nodes);
3314 if (nr_online_nodes > 1 && !populated_zone(--zone)) in alloc_flags_nofragment()
3392 if (no_fallback && nr_online_nodes > 1 && in get_page_from_freelist()
4617 if (nr_online_nodes > 1 && zone != zonelist_zone(ac.preferred_zoneref) && in alloc_pages_bulk_noprof()
5373 nr_online_nodes, in build_all_zonelists()
H A Dhugetlb.c7726 per_node = DIV_ROUND_UP(hugetlb_cma_size, nr_online_nodes); in hugetlb_cma_reserve()
H A Dslub.c7423 if (nr_online_nodes > 1 && !nodes_empty(l->nodes)) in slab_debugfs_show()
/linux/net/sunrpc/
H A Dsvc.c180 if (nr_online_nodes > 1) { in svc_pool_map_choose_mode()