Searched refs:num_possible_nodes (Results  1 – 17 of 17) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ | 
| D | affinity.h | 114 	int num_possible_nodes;  member
 | 
| D | affinity.c | 181 	node_affinity.num_possible_nodes = num_possible_nodes();  in node_affinity_init()192 	hfi1_per_node_cntr = kcalloc(node_affinity.num_possible_nodes,  in node_affinity_init()
 218 	for (node = 0; node < node_affinity.num_possible_nodes; node++)  in node_affinity_init()
 
 | 
| D | pio.c | 2111 		node_affinity.num_possible_nodes,  in init_credit_return()2148 	for (i = 0; i < node_affinity.num_possible_nodes; i++) {  in free_credit_return()
 
 | 
| /Linux-v5.4/drivers/crypto/qat/qat_c3xxx/ | 
| D | adf_drv.c | 137 	if (num_possible_nodes() > 1 && dev_to_node(&pdev->dev) < 0) {  in adf_probe()
 | 
| /Linux-v5.4/drivers/crypto/qat/qat_c62x/ | 
| D | adf_drv.c | 137 	if (num_possible_nodes() > 1 && dev_to_node(&pdev->dev) < 0) {  in adf_probe()
 | 
| /Linux-v5.4/drivers/crypto/qat/qat_dh895xcc/ | 
| D | adf_drv.c | 137 	if (num_possible_nodes() > 1 && dev_to_node(&pdev->dev) < 0) {  in adf_probe()
 | 
| /Linux-v5.4/arch/x86/kernel/apic/ | 
| D | x2apic_uv_x.c | 1390 	bytes = num_possible_nodes() * sizeof(_node_to_pnode[0]);  in build_socket_tables()1394 	for (lnid = 0; lnid < num_possible_nodes(); lnid++) {  in build_socket_tables()
 1466 	uv_possible_blades = num_possible_nodes();  in uv_system_init_hub()
 1471 …pr_info("UV: Found %d hubs, %d nodes, %d CPUs\n", uv_num_possible_blades(), num_possible_nodes(), …  in uv_system_init_hub()
 
 | 
| /Linux-v5.4/drivers/crypto/virtio/ | 
| D | virtio_crypto_core.c | 311 	if (num_possible_nodes() > 1 && dev_to_node(&vdev->dev) < 0) {  in virtcrypto_probe()
 | 
| /Linux-v5.4/include/linux/ | 
| D | nodemask.h | 509 #define num_possible_nodes()	num_node_state(N_POSSIBLE)  macro
 | 
| /Linux-v5.4/drivers/infiniband/sw/siw/ | 
| D | siw_main.c | 136 	int i, num_nodes = num_possible_nodes();  in siw_init_cpulist()
 | 
| /Linux-v5.4/arch/powerpc/perf/ | 
| D | imc-pmu.c | 1374 	nest_imc_refc = kcalloc(num_possible_nodes(), sizeof(*nest_imc_refc),  in init_nest_pmu_ref()1403 		for (i = 0; i < num_possible_nodes(); i++) {  in init_nest_pmu_ref()
 
 | 
| /Linux-v5.4/arch/x86/kernel/ | 
| D | smpboot.c | 904 		node_width = num_digits(num_possible_nodes()) + 1; /* + '#' */  in announce_cpu()
 | 
| /Linux-v5.4/mm/ | 
| D | slab.c | 1198 	if (!IS_ENABLED(CONFIG_NUMA) || num_possible_nodes() == 1)  in kmem_cache_init()
 | 
| /Linux-v5.4/kernel/ | 
| D | workqueue.c | 5819 	if (num_possible_nodes() <= 1)  in wq_numa_init()
 | 
| /Linux-v5.4/drivers/nvme/host/ | 
| D | core.c | 3325 	size += num_possible_nodes() * sizeof(struct nvme_ns *);  in nvme_alloc_ns_head()
 | 
| /Linux-v5.4/drivers/md/ | 
| D | raid5.c | 6690 	*group_cnt = num_possible_nodes();  in alloc_thread_groups()
 | 
| /Linux-v5.4/drivers/scsi/lpfc/ | 
| D | lpfc_init.c | 4305 		shost->nr_hw_queues = min_t(int, 2 * num_possible_nodes(),  in lpfc_create_port()
 |