Searched refs:n_devices (Results 1 – 5 of 5) sorted by relevance
42 unsigned int *n_devices, in count_objects() argument49 *n_devices = 0; in count_objects()53 (*n_devices)++; in count_objects()58 static struct drbd_state_change *alloc_state_change(unsigned int n_devices, unsigned int n_connecti… in alloc_state_change() argument64 n_devices * sizeof(struct drbd_device_state_change) + in alloc_state_change()66 n_devices * n_connections * sizeof(struct drbd_peer_device_state_change); in alloc_state_change()70 state_change->n_devices = n_devices; in alloc_state_change()73 state_change->connections = (void *)&state_change->devices[n_devices]; in alloc_state_change()76 for (n = 0; n < n_devices; n++) in alloc_state_change()87 unsigned int n_devices; in remember_old_state() local[all …]
35 unsigned int n_devices; member
4861 state_change->n_devices + in notifications_for_state_change()4862 state_change->n_devices * state_change->n_connections; in notifications_for_state_change()4898 if (n < state_change->n_devices) { in get_initial_state()4903 n -= state_change->n_devices; in get_initial_state()4904 if (n < state_change->n_devices * state_change->n_connections) { in get_initial_state()
1270 if (!args->n_devices) { in kfd_ioctl_map_memory_to_gpu()1274 if (args->n_success > args->n_devices) { in kfd_ioctl_map_memory_to_gpu()1279 devices_arr = kmalloc_array(args->n_devices, sizeof(*devices_arr), in kfd_ioctl_map_memory_to_gpu()1286 args->n_devices * sizeof(*devices_arr)); in kfd_ioctl_map_memory_to_gpu()1313 for (i = args->n_success; i < args->n_devices; i++) { in kfd_ioctl_map_memory_to_gpu()1355 for (i = 0; i < args->n_devices; i++) { in kfd_ioctl_map_memory_to_gpu()1387 if (!args->n_devices) { in kfd_ioctl_unmap_memory_from_gpu()1391 if (args->n_success > args->n_devices) { in kfd_ioctl_unmap_memory_from_gpu()1396 devices_arr = kmalloc_array(args->n_devices, sizeof(*devices_arr), in kfd_ioctl_unmap_memory_from_gpu()1403 args->n_devices * sizeof(*devices_arr)); in kfd_ioctl_unmap_memory_from_gpu()[all …]
462 * @n_devices: number of devices in the array471 * n_devices.476 __u32 n_devices; /* to KFD */487 __u32 n_devices; /* to KFD */470 __u32 n_devices; /* to KFD */ global() member 481 __u32 n_devices; /* to KFD */ global() member