Searched refs:array_count (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.h59 uint32_t array_count; member in struct:kfd_node_properties
H A Dkfd_crat.h116 uint8_t array_count; member in struct:crat_subtype_computeunit
H A Dkfd_crat.c1040 dev->node_props.array_count = cu->array_count;
1172 total_num_of_cu = (dev->node_props.array_count *
2250 cu->array_count = gfx_info->max_sh_per_se *
2252 total_num_of_cu = (cu->array_count * gfx_info->max_cu_per_sh);
H A Dkfd_debug.c1065 device_info.array_count = topo_dev->node_props.array_count;
H A Dkfd_topology.c476 sysfs_show_32bit_prop(buffer, offs, "array_count",
477 dev->gpu ? (dev->node_props.array_count *
/linux-master/fs/orangefs/
H A Dorangefs-bufmap.c143 int array_count; /* size of above arrays */ member in struct:orangefs_bufmap_desc
296 bufmap->desc_array[i].array_count = pages_per_desc;
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_core.c1308 int array_count, bool slot,
1326 if (array_count > count)
1329 group_fds = kcalloc(array_count, sizeof(*group_fds), GFP_KERNEL);
1330 files = kcalloc(array_count, sizeof(*files), GFP_KERNEL);
1338 array_count * sizeof(*group_fds))) {
1348 for (file_idx = 0; file_idx < array_count; file_idx++) {
1372 info.count = array_count;
1307 vfio_pci_ioctl_pci_hot_reset_groups(struct vfio_pci_core_device *vdev, int array_count, bool slot, struct vfio_pci_hot_reset __user *arg) argument
/linux-master/include/uapi/linux/
H A Dkfd_ioctl.h135 __u32 array_count; member in struct:kfd_dbg_device_info_entry
/linux-master/scripts/
H A Dget_maintainer.pl1430 my $array_count = shift(@address_list);

Completed in 178 milliseconds