/linux/drivers/crypto/intel/qat/qat_420xx/ |
H A D | adf_drv.c | 43 if (num_possible_nodes() > 1 && dev_to_node(&pdev->dev) < 0) { in adf_probe()
|
/linux/drivers/crypto/intel/qat/qat_4xxx/ |
H A D | adf_drv.c | 45 if (num_possible_nodes() > 1 && dev_to_node(&pdev->dev) < 0) { in adf_probe()
|
/linux/drivers/crypto/intel/qat/qat_6xxx/ |
H A D | adf_drv.c | 66 if (num_possible_nodes() > 1 && dev_to_node(dev) < 0) { in adf_probe()
|
/linux/drivers/crypto/intel/qat/qat_c3xxx/ |
H A D | adf_drv.c | 73 if (num_possible_nodes() > 1 && dev_to_node(&pdev->dev) < 0) { in adf_probe()
|
/linux/drivers/crypto/intel/qat/qat_c62x/ |
H A D | adf_drv.c | 73 if (num_possible_nodes() > 1 && dev_to_node(&pdev->dev) < 0) { in adf_probe()
|
/linux/drivers/crypto/intel/qat/qat_dh895xcc/ |
H A D | adf_drv.c | 73 if (num_possible_nodes() > 1 && dev_to_node(&pdev->dev) < 0) { in adf_probe()
|
/linux/kernel/futex/ |
H A D | core.c | 1974 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 D | x2apic_uv_x.c | 1500 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 D | tegra234-cbb.c | 429 if (num_possible_nodes() > 1) in print_errlog_err() 489 num_possible_nodes()); in print_errlog_err()
|
/linux/include/linux/ |
H A D | nodemask.h | 507 #define num_possible_nodes() num_node_state(N_POSSIBLE) macro
|
/linux/drivers/crypto/virtio/ |
H A D | virtio_crypto_core.c | 365 if (num_possible_nodes() > 1 && dev_to_node(&vdev->dev) < 0) { in virtcrypto_probe()
|
/linux/arch/powerpc/perf/ |
H A D | imc-pmu.c | 1530 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 D | main.c | 799 sgx_numa_nodes = kmalloc_array(num_possible_nodes(), sizeof(*sgx_numa_nodes), GFP_KERNEL); in sgx_page_cache_init()
|
/linux/kernel/sched/ |
H A D | ext_idle.c | 667 scx_idle_node_masks = kcalloc(num_possible_nodes(), in scx_idle_init_masks()
|
/linux/arch/x86/kernel/ |
H A D | smpboot.c | 788 node_width = num_digits(num_possible_nodes()) + 1; /* + '#' */ in announce_cpu()
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | pio.c | 2058 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 D | timer_migration.c | 1791 unsigned int nnodes = num_possible_nodes(); in tmigr_init()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | gmc_v9_0.c | 1198 num_possible_nodes() <= 1) || in gmc_v9_0_get_coherence_flags()
|
/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_crat.c | 2166 num_possible_nodes() > 1) in kfd_fill_gpu_direct_io_link_to_cpu()
|
/linux/kernel/bpf/ |
H A D | core.c | 913 #define BPF_PROG_PACK_SIZE (SZ_2M * num_possible_nodes())
|
/linux/drivers/nvme/host/ |
H A D | core.c | 3884 size += num_possible_nodes() * sizeof(struct nvme_ns *); in nvme_alloc_ns_head()
|
/linux/drivers/md/ |
H A D | raid5.c | 7234 *group_cnt = num_possible_nodes(); in alloc_thread_groups()
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 4806 shost->nr_hw_queues = min_t(int, 2 * num_possible_nodes(), in lpfc_create_port()
|