Home
last modified time | relevance | path

Searched refs:node_index (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/tools/perf/util/
Dmmap.c102 unsigned long node_index; in perf_mmap__aio_bind() local
108 node_index = cpu__get_node(cpu); in perf_mmap__aio_bind()
109 node_mask = bitmap_zalloc(node_index + 1); in perf_mmap__aio_bind()
114 __set_bit(node_index, node_mask); in perf_mmap__aio_bind()
115 if (mbind(data, mmap_len, MPOL_BIND, node_mask, node_index + 1 + 1, 0)) { in perf_mmap__aio_bind()
117 data, data + mmap_len, node_index); in perf_mmap__aio_bind()
/Linux-v6.6/drivers/infiniband/hw/irdma/
Dws.c25 u16 node_index = 0; in irdma_alloc_node() local
33 node_index = irdma_alloc_ws_node_id(vsi->dev); in irdma_alloc_node()
34 if (node_index == IRDMA_WS_NODE_INVALID) { in irdma_alloc_node()
41 node->index = node_index; in irdma_alloc_node()
/Linux-v6.6/sound/xen/
Dxen_snd_front_cfg.c386 const char *path, int node_index, int *stream_cnt) in cfg_device() argument
395 device_path = kasprintf(GFP_KERNEL, "%s/%d", path, node_index); in cfg_device()
405 pcm_instance->device_id = node_index; in cfg_device()
/Linux-v6.6/arch/sparc/kernel/
Dcpumap.c296 static void increment_rover(struct cpuinfo_tree *t, int node_index, in increment_rover() argument
299 struct cpuinfo_node *node = &t->nodes[node_index]; in increment_rover()
/Linux-v6.6/sound/soc/sof/
Dipc4-pcm.c738 u32 ch, node_index; in sof_ipc4_get_stream_start_offset() local
747 node_index = SOF_IPC4_NODE_INDEX(host_copier->data.gtw_cfg.node_id); in sof_ipc4_get_stream_start_offset()
748 offset = offsetof(struct sof_ipc4_fw_registers, pipeline_regs) + node_index * sizeof(ppl_reg); in sof_ipc4_get_stream_start_offset()
/Linux-v6.6/drivers/gpu/drm/tests/
Ddrm_mm_test.c1563 static unsigned int node_index(const struct drm_mm_node *node) in node_index() function
1623 __set_bit(node_index(node), bitmap); in drm_test_mm_topdown()
1643 if (node_index(node) != last) { in drm_test_mm_topdown()
1646 m, n, size, last, node_index(node)); in drm_test_mm_topdown()
1723 __set_bit(node_index(node), bitmap); in drm_test_mm_bottomup()
1736 if (node_index(node) != first) { in drm_test_mm_bottomup()
1739 m, n, first, node_index(node)); in drm_test_mm_bottomup()
/Linux-v6.6/drivers/scsi/isci/
Dhost.c2498 u16 node_index; in sci_controller_allocate_remote_node_context() local
2501 node_index = sci_remote_node_table_allocate_remote_node( in sci_controller_allocate_remote_node_context()
2505 if (node_index != SCIC_SDS_REMOTE_NODE_CONTEXT_INVALID_INDEX) { in sci_controller_allocate_remote_node_context()
2506 ihost->device_table[node_index] = idev; in sci_controller_allocate_remote_node_context()
2508 *node_id = node_index; in sci_controller_allocate_remote_node_context()
/Linux-v6.6/sound/pci/asihpi/
Dhpi.h1142 u16 node_index; /**< what node is the control on ? */ member