Home
last modified time | relevance | path

Searched refs:num_possible_nodes (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/crypto/intel/qat/qat_420xx/
H A Dadf_drv.c43 if (num_possible_nodes() > 1 && dev_to_node(&pdev->dev) < 0) { in adf_probe()
/linux/drivers/crypto/intel/qat/qat_4xxx/
H A Dadf_drv.c45 if (num_possible_nodes() > 1 && dev_to_node(&pdev->dev) < 0) { in adf_probe()
/linux/drivers/crypto/intel/qat/qat_6xxx/
H A Dadf_drv.c66 if (num_possible_nodes() > 1 && dev_to_node(dev) < 0) { in adf_probe()
/linux/drivers/crypto/intel/qat/qat_c3xxx/
H A Dadf_drv.c73 if (num_possible_nodes() > 1 && dev_to_node(&pdev->dev) < 0) { in adf_probe()
/linux/drivers/crypto/intel/qat/qat_c62x/
H A Dadf_drv.c73 if (num_possible_nodes() > 1 && dev_to_node(&pdev->dev) < 0) { in adf_probe()
/linux/drivers/crypto/intel/qat/qat_dh895xcc/
H A Dadf_drv.c73 if (num_possible_nodes() > 1 && dev_to_node(&pdev->dev) < 0) { in adf_probe()
/linux/kernel/futex/
H A Dcore.c1974 hashsize /= num_possible_nodes(); in futex_init()
2000 hashsize, size, num_possible_nodes(), size * num_possible_nodes() / 1024, in futex_init()
/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1500 numn = num_possible_nodes(); in build_socket_tables()
1687 …pr_info("UV: Found %d hubs, %d nodes, %d CPUs\n", uv_num_possible_blades(), num_possible_nodes(), … in uv_system_init_hub()
1741 bytes = sizeof(void *) * num_possible_nodes(); in uv_system_init_hub()
/linux/drivers/soc/tegra/cbb/
H A Dtegra234-cbb.c429 if (num_possible_nodes() > 1) in print_errlog_err()
489 num_possible_nodes()); in print_errlog_err()
/linux/include/linux/
H A Dnodemask.h507 #define num_possible_nodes() num_node_state(N_POSSIBLE) macro
/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_core.c365 if (num_possible_nodes() > 1 && dev_to_node(&vdev->dev) < 0) { in virtcrypto_probe()
/linux/arch/powerpc/perf/
H A Dimc-pmu.c1530 nest_imc_refc = kcalloc(num_possible_nodes(), sizeof(*nest_imc_refc), in init_nest_pmu_ref()
1559 for (i = 0; i < num_possible_nodes(); i++) { in init_nest_pmu_ref()
/linux/arch/x86/kernel/cpu/sgx/
H A Dmain.c799 sgx_numa_nodes = kmalloc_array(num_possible_nodes(), sizeof(*sgx_numa_nodes), GFP_KERNEL); in sgx_page_cache_init()
/linux/kernel/sched/
H A Dext_idle.c667 scx_idle_node_masks = kcalloc(num_possible_nodes(), in scx_idle_init_masks()
/linux/arch/x86/kernel/
H A Dsmpboot.c788 node_width = num_digits(num_possible_nodes()) + 1; /* + '#' */ in announce_cpu()
/linux/drivers/infiniband/hw/hfi1/
H A Dpio.c2058 node_affinity.num_possible_nodes, in init_credit_return()
2099 for (i = 0; i < node_affinity.num_possible_nodes; i++) { in free_credit_return()
/linux/kernel/time/
H A Dtimer_migration.c1791 unsigned int nnodes = num_possible_nodes(); in tmigr_init()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v9_0.c1198 num_possible_nodes() <= 1) || in gmc_v9_0_get_coherence_flags()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c2166 num_possible_nodes() > 1) in kfd_fill_gpu_direct_io_link_to_cpu()
/linux/kernel/bpf/
H A Dcore.c913 #define BPF_PROG_PACK_SIZE (SZ_2M * num_possible_nodes())
/linux/drivers/nvme/host/
H A Dcore.c3884 size += num_possible_nodes() * sizeof(struct nvme_ns *); in nvme_alloc_ns_head()
/linux/drivers/md/
H A Draid5.c7234 *group_cnt = num_possible_nodes(); in alloc_thread_groups()
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c4806 shost->nr_hw_queues = min_t(int, 2 * num_possible_nodes(), in lpfc_create_port()