Home
last modified time | relevance | path

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

/drivers/vfio/pci/
A Dvfio_pci_core.c1314 u32 array_count, bool slot, in vfio_pci_ioctl_pci_hot_reset_groups() argument
1332 if (array_count > count) in vfio_pci_ioctl_pci_hot_reset_groups()
1335 group_fds = kcalloc(array_count, sizeof(*group_fds), GFP_KERNEL); in vfio_pci_ioctl_pci_hot_reset_groups()
1336 files = kcalloc(array_count, sizeof(*files), GFP_KERNEL); in vfio_pci_ioctl_pci_hot_reset_groups()
1344 array_count * sizeof(*group_fds))) { in vfio_pci_ioctl_pci_hot_reset_groups()
1354 for (file_idx = 0; file_idx < array_count; file_idx++) { in vfio_pci_ioctl_pci_hot_reset_groups()
1378 info.count = array_count; in vfio_pci_ioctl_pci_hot_reset_groups()
/drivers/gpu/drm/amd/amdkfd/
A Dkfd_topology.h61 uint32_t array_count; member
A Dkfd_crat.h114 uint8_t array_count; member
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()
A Dkfd_debug.c1095 device_info.array_count = topo_dev->node_props.array_count; in kfd_dbg_trap_device_snapshot()
A Dkfd_queue.c443 min(cu_num * 40, props->array_count / props->simd_arrays_per_engine * 512) in kfd_queue_ctx_save_restore_size()
A Dkfd_topology.c462 dev->gpu ? (dev->node_props.array_count * in node_show()

Completed in 22 milliseconds