Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
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-6.6.21/drivers/block/null_blk/
Dmain.c2020 if (dev->submit_queues != nr_online_nodes) in null_validate_conf()
2021 dev->submit_queues = nr_online_nodes; in null_validate_conf()
2269 if (g_home_node != NUMA_NO_NODE && g_home_node >= nr_online_nodes) { in null_init()
2283 if (g_submit_queues != nr_online_nodes) { in null_init()
2285 nr_online_nodes); in null_init()
2286 g_submit_queues = nr_online_nodes; in null_init()
/linux-6.6.21/Documentation/trace/
Devents-kmem.rst118 min_free_kbytes in increments of 3*pageblock_size*nr_online_nodes where
/linux-6.6.21/mm/
Dpage_alloc.c298 unsigned int nr_online_nodes __read_mostly = 1;
300 EXPORT_SYMBOL(nr_online_nodes);
3024 if (nr_online_nodes > 1 && !populated_zone(--zone)) in alloc_flags_nofragment()
3102 if (no_fallback && nr_online_nodes > 1 && in get_page_from_freelist()
4305 if (nr_online_nodes > 1 && zone != ac.preferred_zoneref->zone && in __alloc_pages_bulk()
5201 nr_online_nodes, in build_all_zonelists()
Dslab.c3397 if (nr_online_nodes > 1 && cache_free_alien(cachep, objp)) in ___cache_free()
Dslub.c6317 if (nr_online_nodes > 1 && !nodes_empty(l->nodes)) in slab_debugfs_show()
Dhugetlb.c7450 per_node = DIV_ROUND_UP(hugetlb_cma_size, nr_online_nodes); in hugetlb_cma_reserve()
/linux-6.6.21/arch/x86/kernel/
Dtsc.c1261 nr_online_nodes <= 4) in check_system_tsc_reliable()
/linux-6.6.21/net/sunrpc/
Dsvc.c136 if (nr_online_nodes > 1) { in svc_pool_map_choose_mode()