Home
last modified time | relevance | path

Searched refs:requested_size (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dqp.c625 u32 requested_size; in mlx4_create_zones() local
633 requested_size = min((u32)MLX4_QP_TABLE_RAW_ETH_SIZE, bf_mask + 1); in mlx4_create_zones()
639 !((last_offset + requested_size - 1) & in mlx4_create_zones()
641 size = requested_size; in mlx4_create_zones()
657 requested_size); in mlx4_create_zones()
658 if (size < requested_size) { in mlx4_create_zones()
664 requested_size); in mlx4_create_zones()
/linux/include/uapi/linux/
H A Dvirtio_mem.h60 * that is currently plugged. "requested_size" corresponds to a request
63 * "requested_size". It is impossible to plug more memory than requested.
67 * "requested_size" and will grow dynamically. It will only shrink when
213 __le64 requested_size;
211 __le64 requested_size; global() member
/linux/drivers/virtio/
H A Dvirtio_mem.c126 uint64_t requested_size; member
2405 virtio_cread_le(vm->vdev, struct virtio_mem_config, requested_size, in virtio_mem_refresh_config()
2406 &vm->requested_size); in virtio_mem_refresh_config()
2409 dev_info(&vm->vdev->dev, "requested size: 0x%llx", vm->requested_size);
2449 if (!rc && vm->requested_size != vm->plugged_size) { in virtio_mem_run_wq()
2450 if (vm->requested_size > vm->plugged_size) { in virtio_mem_run_wq()
2451 diff = vm->requested_size - vm->plugged_size; in virtio_mem_run_wq()
2454 diff = vm->plugged_size - vm->requested_size; in virtio_mem_run_wq()
2968 /* trigger a config update to start processing the requested_size */ in virtio_mem_remove()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c1399 unsigned int requested_size; in vmw_kms_new_framebuffer_bo() local
1402 requested_size = mode_cmd->height * mode_cmd->pitches[0]; in vmw_kms_new_framebuffer_bo()
1403 if (unlikely(requested_size > bo->tbo.base.size)) { in vmw_kms_new_framebuffer_bo()
/linux/mm/
H A Dvmalloc.c3116 unsigned long requested_size = size; in __get_vm_area_node() local
3152 area->addr = kasan_unpoison_vmalloc(area->addr, requested_size, in __get_vm_area_node()