Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A 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-6.3-rc2/drivers/infiniband/hw/irdma/
A 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-6.3-rc2/sound/xen/
A 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-6.3-rc2/arch/sparc/kernel/
A 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-6.3-rc2/sound/soc/sof/
A Dipc4-pcm.c570 u32 ch, node_index; in sof_ipc4_get_stream_start_offset() local
579 node_index = SOF_IPC4_NODE_INDEX(host_copier->data.gtw_cfg.node_id); in sof_ipc4_get_stream_start_offset()
580 offset = offsetof(struct sof_ipc4_fw_registers, pipeline_regs) + node_index * sizeof(ppl_reg); in sof_ipc4_get_stream_start_offset()
/linux-6.3-rc2/drivers/gpu/drm/tests/
A 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-6.3-rc2/drivers/scsi/isci/
A 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-6.3-rc2/sound/pci/asihpi/
A Dhpi.h1142 u16 node_index; /**< what node is the control on ? */ member

Completed in 28 milliseconds