Searched refs:numa_node (Results 1 - 25 of 177) sorted by relevance

12345678

/linux-master/arch/sparc/include/asm/
H A Ddevice.h18 int numa_node; member in struct:dev_archdata
H A Diommu_64.h91 int numa_node);
/linux-master/include/trace/events/
H A Dtimer_migration.h21 __field( unsigned int, numa_node )
27 __entry->numa_node = group->numa_node;
31 __entry->group, __entry->lvl, __entry->numa_node)
44 __field( unsigned int, numa_node )
53 __entry->numa_node = child->parent->numa_node;
60 __entry->lvl, __entry->numa_node, __entry->num_children)
73 __field( unsigned int, numa_node )
82 __entry->numa_node
[all...]
/linux-master/drivers/dax/
H A Dkmem.c98 int numa_node; local
107 numa_node = dev_dax->target_node;
108 if (numa_node < 0) {
110 numa_node);
114 mt_calc_adistance(numa_node, &adist);
136 init_node_memory_type(numa_node, mtype);
147 rc = memory_group_register_static(numa_node, PFN_UP(total_len));
219 clear_node_memory_type(numa_node, mtype);
/linux-master/include/linux/
H A Dtopology.h83 DECLARE_PER_CPU(int, numa_node);
89 return raw_cpu_read(numa_node);
96 return per_cpu(numa_node, cpu);
103 this_cpu_write(numa_node, node);
110 per_cpu(numa_node, cpu) = node;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Daso.c45 static int mlx5_aso_alloc_cq(struct mlx5_core_dev *mdev, int numa_node, argument
53 param.buf_numa_node = numa_node;
54 param.db_numa_node = numa_node;
121 static int mlx5_aso_create_cq(struct mlx5_core_dev *mdev, int numa_node, argument
136 err = mlx5_aso_alloc_cq(mdev, numa_node, cqc_data, cq);
158 static int mlx5_aso_alloc_sq(struct mlx5_core_dev *mdev, int numa_node, argument
168 param.db_numa_node = numa_node;
169 param.buf_numa_node = numa_node;
269 static int mlx5_aso_create_sq(struct mlx5_core_dev *mdev, int numa_node, argument
284 err = mlx5_aso_alloc_sq(mdev, numa_node, sqc_dat
310 int numa_node = dev_to_node(mlx5_core_dma_dev(mdev)); local
[all...]
/linux-master/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.h55 * @numa_node: NUMA node of the enclave memory and CPUs.
77 int numa_node; member in struct:ne_enclave
H A Dne_misc_dev.c117 * @numa_node: NUMA node of the CPUs in the pool.
124 int numa_node; member in struct:ne_cpu_pool
186 int numa_node = -1; local
228 if (numa_node < 0) {
229 numa_node = cpu_to_node(cpu);
230 if (numa_node < 0) {
232 ne_misc_dev.name, numa_node);
239 if (numa_node != cpu_to_node(cpu)) {
353 ne_cpu_pool.numa_node = numa_node;
[all...]
/linux-master/kernel/time/
H A Dtimer_migration.h36 * @numa_node: Required for setup only to make sure CPU and low level
60 int numa_node; member in struct:tmigr_group
/linux-master/drivers/nvdimm/
H A Dof_pmem.c63 ndr_desc.numa_node = dev_to_node(&pdev->dev);
64 ndr_desc.target_node = ndr_desc.numa_node;
H A De820.c28 ndr_desc.numa_node = numa_map_to_online_node(nid);
H A Dvirtio_pmem.c103 ndr_desc.numa_node = memory_add_physaddr_to_nid(res.start);
106 ndr_desc.target_node = ndr_desc.numa_node;
/linux-master/include/uapi/rdma/hfi/
H A Dhfi1_ioctl.h90 __u16 numa_node; /* NUMA node of the assigned device */ member in struct:hfi1_ctxt_info
/linux-master/drivers/scsi/elx/efct/
H A Defct_driver.h61 u32 numa_node; member in struct:efct
/linux-master/arch/sparc/kernel/
H A Dof_device_common.c69 op->dev.archdata.numa_node = bus_sd->numa_node;
H A Dpci.c255 int numa_node)
261 sd->numa_node = numa_node;
280 pbm->numa_node);
284 sd->numa_node = pbm->numa_node;
771 return pbm->numa_node;
885 psd->numa_node);
252 pci_init_dev_archdata(struct dev_archdata *sd, void *iommu, void *stc, void *host_controller, struct platform_device *op, int numa_node) argument
/linux-master/tools/perf/util/
H A Denv.h29 struct numa_node { struct
103 struct numa_node *numa_nodes;
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_rx.c622 int numa_node; local
624 numa_node = fun_irq_node(irq);
625 q = kzalloc_node(sizeof(*q), GFP_KERNEL, numa_node);
633 q->numa_node = numa_node;
639 sizeof(*q->bufs), false, numa_node,
645 false, numa_node, &q->cq_dma_addr, NULL,
650 err = fun_rxq_init_cache(&q->cache, nrqe, numa_node);
654 err = fun_rxq_alloc_bufs(q, numa_node);
751 q->numa_node,
[all...]
H A Dfuneth_tx.c630 int numa_node; local
633 numa_node = fun_irq_node(irq); /* skb Tx queue */
635 numa_node = cpu_to_node(qidx); /* XDP Tx queue */
637 q = kzalloc_node(sizeof(*q), GFP_KERNEL, numa_node);
643 sizeof(*q->info), true, numa_node,
652 q->numa_node = numa_node;
719 q->ethid, q->numa_node);
H A Dfuneth_txrx.h126 int numa_node; member in struct:funeth_txq
196 int numa_node; member in struct:funeth_rxq
/linux-master/kernel/bpf/
H A Dringbuf.c87 static struct bpf_ringbuf *bpf_ringbuf_area_alloc(size_t data_sz, int numa_node) argument
117 pages = bpf_map_area_alloc(array_size, numa_node);
122 page = alloc_pages_node(numa_node, flags, 0);
166 static struct bpf_ringbuf *bpf_ringbuf_alloc(size_t data_sz, int numa_node) argument
170 rb = bpf_ringbuf_area_alloc(data_sz, numa_node);
204 rb_map->rb = bpf_ringbuf_alloc(attr->max_entries, rb_map->map.numa_node);
H A Dreuseport_array.c151 int numa_node = bpf_map_attr_numa_node(attr); local
155 array = bpf_map_area_alloc(struct_size(array, ptrs, attr->max_entries), numa_node);
H A Dqueue_stack_maps.c66 int numa_node = bpf_map_attr_numa_node(attr); local
73 qs = bpf_map_area_alloc(queue_size, numa_node);
/linux-master/net/xdp/
H A Dxskmap.c67 int numa_node; local
75 numa_node = bpf_map_attr_numa_node(attr);
78 m = bpf_map_area_alloc(size, numa_node);
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_eth_com.h173 u8 numa_node)
180 numa_cfg.numa_cfg = (numa_node & ENA_ETH_IO_NUMA_NODE_CFG_REG_NUMA_MASK)
172 ena_com_update_numa_node(struct ena_com_io_cq *io_cq, u8 numa_node) argument

Completed in 1088 milliseconds

12345678