Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnodemask.h448 extern unsigned int nr_online_nodes;
453 nr_online_nodes = num_node_state(N_ONLINE); in node_set_online()
459 nr_online_nodes = num_node_state(N_ONLINE); in node_set_offline()
489 #define nr_online_nodes 1U macro
/OK3568_Linux_fs/kernel/drivers/block/
H A Dnull_blk_main.c1745 if (dev->submit_queues != nr_online_nodes) in null_validate_conf()
1746 dev->submit_queues = nr_online_nodes; in null_validate_conf()
1936 if (g_home_node != NUMA_NO_NODE && g_home_node >= nr_online_nodes) { in null_init()
1946 if (g_submit_queues != nr_online_nodes) { in null_init()
1948 nr_online_nodes); in null_init()
1949 g_submit_queues = nr_online_nodes; in null_init()
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Devents-kmem.rst118 min_free_kbytes in increments of 3*pageblock_size*nr_online_nodes where
/OK3568_Linux_fs/kernel/mm/
H A Dpage_alloc.c383 unsigned int nr_online_nodes __read_mostly = 1;
385 EXPORT_SYMBOL(nr_online_nodes);
3935 if (nr_online_nodes > 1 && !populated_zone(--zone)) in alloc_flags_nofragment()
4016 if (no_fallback && nr_online_nodes > 1 && in get_page_from_freelist()
5934 #define MAX_NODE_LOAD (nr_online_nodes)
6053 load = nr_online_nodes; in build_zonelists()
6256 nr_online_nodes, in build_all_zonelists()
H A Dslab.c3472 if (nr_online_nodes > 1 && cache_free_alien(cachep, objp)) in ___cache_free()
H A Dhugetlb.c5842 per_node = DIV_ROUND_UP(hugetlb_cma_size, nr_online_nodes); in hugetlb_cma_reserve()
H A Dslub.c5759 if (nr_online_nodes > 1 && !nodes_empty(l->nodes)) in slab_debugfs_show()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtsc.c1218 nr_online_nodes <= 2) in check_system_tsc_reliable()
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsvc.c115 if (nr_online_nodes > 1) { in svc_pool_map_choose_mode()