Home
last modified time | relevance | path

Searched refs:requested_length (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/gasket/
H A Dgasket_core.c762 * (bar_offset, requested_length) and the given gasket_mappable_region.
768 ulong bar_offset, ulong requested_length, in gasket_mm_get_mapping_addrs()
777 if (bar_offset + requested_length < range_start) { in gasket_mm_get_mapping_addrs()
794 * requested length (requested_length - virt_offset) in gasket_mm_get_mapping_addrs()
800 min(requested_length - *virt_offset, range_length); in gasket_mm_get_mapping_addrs()
817 min(requested_length, range_end - bar_offset); in gasket_mm_get_mapping_addrs()
972 const ulong requested_length = vma->vm_end - vma->vm_start; in gasket_mmap_coherent() local
976 if (requested_length == 0 || requested_length > in gasket_mmap_coherent()
993 PAGE_SHIFT, requested_length, vm in gasket_mmap_coherent()
767 gasket_mm_get_mapping_addrs(const struct gasket_mappable_region *region, ulong bar_offset, ulong requested_length, struct gasket_mappable_region *mappable_region, ulong *virt_offset) gasket_mm_get_mapping_addrs() argument
[all...]
/kernel/linux/linux-6.6/drivers/vfio/pci/mlx5/
H A Dmain.c643 loff_t requested_length, in mlx5vf_resume_read_image_no_header()
649 if (requested_length > MAX_LOAD_SIZE) in mlx5vf_resume_read_image_no_header()
652 if (vhca_buf->allocated_length < requested_length) { in mlx5vf_resume_read_image_no_header()
655 DIV_ROUND_UP(requested_length - vhca_buf->allocated_length, in mlx5vf_resume_read_image_no_header()
825 loff_t requested_length; in mlx5vf_resume_write() local
835 check_add_overflow((loff_t)len, *pos, &requested_length)) in mlx5vf_resume_write()
904 requested_length, in mlx5vf_resume_write()
642 mlx5vf_resume_read_image_no_header(struct mlx5_vhca_data_buffer *vhca_buf, loff_t requested_length, const char __user **buf, size_t *len, loff_t *pos, ssize_t *done) mlx5vf_resume_read_image_no_header() argument
/kernel/linux/linux-6.6/drivers/vfio/pci/pds/
H A Dlm.c272 loff_t requested_length; in pds_vfio_restore_write() local
281 check_add_overflow((loff_t)len, *pos, &requested_length)) in pds_vfio_restore_write()
/kernel/linux/linux-6.6/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.c698 loff_t requested_length; in hisi_acc_vf_resume_write() local
707 check_add_overflow((loff_t)len, *pos, &requested_length)) in hisi_acc_vf_resume_write()
710 if (requested_length > sizeof(struct acc_vf_data)) in hisi_acc_vf_resume_write()

Completed in 7 milliseconds