Home
last modified time | relevance | path

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

/linux-6.15/fs/orangefs/
H A Dorangefs-bufmap.c143 int array_count; /* size of above arrays */ member
282 bufmap->desc_array[i].array_count = pages_per_desc; in orangefs_bufmap_map()
/linux-6.15/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.h61 uint32_t array_count; member
H A Dkfd_crat.h114 uint8_t array_count; member
H A Dkfd_crat.c1041 dev->node_props.array_count = cu->array_count; in kfd_populated_cu_info_gpu()
1173 total_num_of_cu = (dev->node_props.array_count * in kfd_parse_subtype_cache()
2286 cu->array_count = gfx_info->max_sh_per_se * in kfd_create_vcrat_image_gpu()
2288 total_num_of_cu = (cu->array_count * gfx_info->max_cu_per_sh); in kfd_create_vcrat_image_gpu()
H A Dkfd_queue.c443 min(cu_num * 40, props->array_count / props->simd_arrays_per_engine * 512) in kfd_queue_ctx_save_restore_size()
H A Dkfd_debug.c1095 device_info.array_count = topo_dev->node_props.array_count; in kfd_dbg_trap_device_snapshot()
H A Dkfd_topology.c462 dev->gpu ? (dev->node_props.array_count * in node_show()
/linux-6.15/drivers/vfio/pci/
H A Dvfio_pci_core.c1315 u32 array_count, bool slot, in vfio_pci_ioctl_pci_hot_reset_groups() argument
1333 if (array_count > count) in vfio_pci_ioctl_pci_hot_reset_groups()
1336 group_fds = kcalloc(array_count, sizeof(*group_fds), GFP_KERNEL); in vfio_pci_ioctl_pci_hot_reset_groups()
1337 files = kcalloc(array_count, sizeof(*files), GFP_KERNEL); in vfio_pci_ioctl_pci_hot_reset_groups()
1345 array_count * sizeof(*group_fds))) { in vfio_pci_ioctl_pci_hot_reset_groups()
1355 for (file_idx = 0; file_idx < array_count; file_idx++) { in vfio_pci_ioctl_pci_hot_reset_groups()
1379 info.count = array_count; in vfio_pci_ioctl_pci_hot_reset_groups()
/linux-6.15/include/uapi/linux/
H A Dkfd_ioctl.h143 __u32 array_count; member
/linux-6.15/Documentation/filesystems/
H A 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.15/scripts/
H A Dget_maintainer.pl1455 my $array_count = shift(@address_list);