Home
last modified time | relevance | path

Searched refs:array_count (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/fs/orangefs/
Dorangefs-bufmap.c143 int array_count; /* size of above arrays */ member
294 bufmap->desc_array[i].array_count = pages_per_desc; in orangefs_bufmap_map()
/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.h59 uint32_t array_count; member
Dkfd_crat.h114 uint8_t array_count; member
Dkfd_crat.c1040 dev->node_props.array_count = cu->array_count; in kfd_populated_cu_info_gpu()
1172 total_num_of_cu = (dev->node_props.array_count * in kfd_parse_subtype_cache()
2254 cu->array_count = gfx_info->max_sh_per_se * in kfd_create_vcrat_image_gpu()
2256 total_num_of_cu = (cu->array_count * gfx_info->max_cu_per_sh); in kfd_create_vcrat_image_gpu()
Dkfd_queue.c431 min(cu_num * 40, props->array_count / props->simd_arrays_per_engine * 512) in kfd_queue_ctx_save_restore_size()
Dkfd_debug.c1078 device_info.array_count = topo_dev->node_props.array_count; in kfd_dbg_trap_device_snapshot()
Dkfd_topology.c480 dev->gpu ? (dev->node_props.array_count * in node_show()
/linux-6.12.1/drivers/vfio/pci/
Dvfio_pci_core.c1327 u32 array_count, bool slot, in vfio_pci_ioctl_pci_hot_reset_groups() argument
1345 if (array_count > count) in vfio_pci_ioctl_pci_hot_reset_groups()
1348 group_fds = kcalloc(array_count, sizeof(*group_fds), GFP_KERNEL); in vfio_pci_ioctl_pci_hot_reset_groups()
1349 files = kcalloc(array_count, sizeof(*files), GFP_KERNEL); in vfio_pci_ioctl_pci_hot_reset_groups()
1357 array_count * sizeof(*group_fds))) { in vfio_pci_ioctl_pci_hot_reset_groups()
1367 for (file_idx = 0; file_idx < array_count; file_idx++) { in vfio_pci_ioctl_pci_hot_reset_groups()
1391 info.count = array_count; in vfio_pci_ioctl_pci_hot_reset_groups()
/linux-6.12.1/include/uapi/linux/
Dkfd_ioctl.h140 __u32 array_count; member
/linux-6.12.1/Documentation/filesystems/
Dorangefs.rst288 bufmap->desc_array[0].array_count = pages_per_desc = 1024
295 bufmap->desc_array[9].array_count = pages_per_desc = 1024
/linux-6.12.1/scripts/
Dget_maintainer.pl1443 my $array_count = shift(@address_list);