Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/drivers/block/null_blk/
H A Dmain.c2036 if (dev->submit_queues != nr_online_nodes) in null_validate_conf()
2037 dev->submit_queues = nr_online_nodes; in null_validate_conf()
2282 if (g_home_node != NUMA_NO_NODE && g_home_node >= nr_online_nodes) { in null_init()
2296 if (g_submit_queues != nr_online_nodes) { in null_init()
2298 nr_online_nodes); in null_init()
2299 g_submit_queues = nr_online_nodes; in null_init()
/openbmc/linux/Documentation/trace/
H A Devents-kmem.rst118 min_free_kbytes in increments of 3*pageblock_size*nr_online_nodes where
/openbmc/linux/mm/
H A Dpage_alloc.c298 unsigned int nr_online_nodes __read_mostly = 1;
300 EXPORT_SYMBOL(nr_online_nodes);
3046 if (nr_online_nodes > 1 && !populated_zone(--zone)) in alloc_flags_nofragment()
3124 if (no_fallback && nr_online_nodes > 1 && in get_page_from_freelist()
4329 if (nr_online_nodes > 1 && zone != ac.preferred_zoneref->zone && in __alloc_pages_bulk()
5221 nr_online_nodes, in build_all_zonelists()
H A Dslab.c3397 if (nr_online_nodes > 1 && cache_free_alien(cachep, objp)) in ___cache_free()
H A Dslub.c6324 if (nr_online_nodes > 1 && !nodes_empty(l->nodes)) in slab_debugfs_show()
H A Dhugetlb.c7447 per_node = DIV_ROUND_UP(hugetlb_cma_size, nr_online_nodes); in hugetlb_cma_reserve()
/openbmc/linux/arch/x86/kernel/
H A Dtsc.c1261 nr_online_nodes <= 4) in check_system_tsc_reliable()
/openbmc/linux/net/sunrpc/
H A Dsvc.c136 if (nr_online_nodes > 1) { in svc_pool_map_choose_mode()