Home
last modified time | relevance | path

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

/linux/fs/orangefs/
H A 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/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.h59 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()
2280 cu->array_count = gfx_info->max_sh_per_se * in kfd_create_vcrat_image_gpu()
2282 total_num_of_cu = (cu->array_count * gfx_info->max_cu_per_sh); in kfd_create_vcrat_image_gpu()
H A Dkfd_queue.c433 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.c480 dev->gpu ? (dev->node_props.array_count * in node_show()
/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c1323 u32 array_count, bool slot, in vfio_pci_ioctl_pci_hot_reset_groups() argument
1341 if (array_count > count) in vfio_pci_ioctl_pci_hot_reset_groups()
1344 group_fds = kcalloc(array_count, sizeof(*group_fds), GFP_KERNEL); in vfio_pci_ioctl_pci_hot_reset_groups()
1345 files = kcalloc(array_count, sizeof(*files), GFP_KERNEL); in vfio_pci_ioctl_pci_hot_reset_groups()
1353 array_count * sizeof(*group_fds))) { in vfio_pci_ioctl_pci_hot_reset_groups()
1363 for (file_idx = 0; file_idx < array_count; file_idx++) { in vfio_pci_ioctl_pci_hot_reset_groups()
1387 info.count = array_count; in vfio_pci_ioctl_pci_hot_reset_groups()
/linux/include/uapi/linux/
H A Dkfd_ioctl.h140 __u32 array_count; member
/linux/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/scripts/
H A Dget_maintainer.pl1443 my $array_count = shift(@address_list);