Searched refs:num_possible_nodes (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/infiniband/hw/hfi1/ |
H A D | affinity.h | 74 int num_possible_nodes; member
|
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/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/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/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/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/pci/controller/ |
H A D | pci-hyperv.c | 2494 hv_dev->desc.virtual_numa_node < num_possible_nodes()) in hv_pci_assign_numa_node()
|
/linux/kernel/bpf/ |
H A D | core.c | 913 #define BPF_PROG_PACK_SIZE (SZ_2M * num_possible_nodes())
|
/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_svm.c | 1274 if (num_possible_nodes() <= 1) in svm_range_get_pte_flags()
|
/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()
|