Home
last modified time | relevance | path

Searched refs:resize (Results 1 - 25 of 102) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/md/persistent-data/
H A Ddm-array.c389 struct resize { struct
414 * 'old' refers to before the resize, 'new' after.
437 static int drop_blocks(struct resize *resize, unsigned begin_index, in drop_blocks() argument
444 r = dm_btree_remove(&resize->info->btree_info, resize->root, in drop_blocks()
445 &key, &resize->root); in drop_blocks()
465 static int shrink(struct resize *resize) in shrink() argument
475 if (resize in shrink()
505 grow_extend_tail_block(struct resize *resize, uint32_t new_nr_entries) grow_extend_tail_block() argument
522 grow_add_tail_block(struct resize *resize) grow_add_tail_block() argument
531 grow_needs_more_blocks(struct resize *resize) grow_needs_more_blocks() argument
558 grow(struct resize *resize) grow() argument
660 struct resize resize; array_resize() local
[all...]
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H A Ddm-array.c387 struct resize { struct
412 * 'old' refers to before the resize, 'new' after.
435 static int drop_blocks(struct resize *resize, unsigned int begin_index, in drop_blocks() argument
443 r = dm_btree_remove(&resize->info->btree_info, resize->root, in drop_blocks()
444 &key, &resize->root); in drop_blocks()
464 static int shrink(struct resize *resize) in shrink() argument
474 if (resize in shrink()
504 grow_extend_tail_block(struct resize *resize, uint32_t new_nr_entries) grow_extend_tail_block() argument
521 grow_add_tail_block(struct resize *resize) grow_add_tail_block() argument
530 grow_needs_more_blocks(struct resize *resize) grow_needs_more_blocks() argument
557 grow(struct resize *resize) grow() argument
668 struct resize resize; array_resize() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c35 #define resize_hpt_debug(resize, ...) \
37 printk(KERN_DEBUG "RESIZE HPT %p: ", resize); \
41 #define resize_hpt_debug(resize, ...) \
668 * instead let the guest retry after the resize operation is complete. in kvmppc_book3s_hv_page_fault()
1214 static int resize_hpt_allocate(struct kvm_resize_hpt *resize) in resize_hpt_allocate() argument
1218 rc = kvmppc_allocate_hpt(&resize->hpt, resize->order); in resize_hpt_allocate()
1222 resize_hpt_debug(resize, "resize_hpt_allocate(): HPT @ 0x%lx\n", in resize_hpt_allocate()
1223 resize->hpt.virt); in resize_hpt_allocate()
1228 static unsigned long resize_hpt_rehash_hpte(struct kvm_resize_hpt *resize, in resize_hpt_rehash_hpte() argument
1383 resize_hpt_rehash(struct kvm_resize_hpt *resize) resize_hpt_rehash() argument
1398 resize_hpt_pivot(struct kvm_resize_hpt *resize) resize_hpt_pivot() argument
1425 resize_hpt_release(struct kvm *kvm, struct kvm_resize_hpt *resize) resize_hpt_release() argument
1445 struct kvm_resize_hpt *resize = container_of(work, resize_hpt_prepare_work() local
1493 struct kvm_resize_hpt *resize; kvm_vm_ioctl_resize_hpt_prepare() local
1559 struct kvm_resize_hpt *resize; kvm_vm_ioctl_resize_hpt_commit() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c37 #define resize_hpt_debug(resize, ...) \
39 printk(KERN_DEBUG "RESIZE HPT %p: ", resize); \
43 #define resize_hpt_debug(resize, ...) \
692 * instead let the guest retry after the resize operation is complete. in kvmppc_book3s_hv_page_fault()
1212 static int resize_hpt_allocate(struct kvm_resize_hpt *resize) in resize_hpt_allocate() argument
1216 rc = kvmppc_allocate_hpt(&resize->hpt, resize->order); in resize_hpt_allocate()
1220 resize_hpt_debug(resize, "%s(): HPT @ 0x%lx\n", __func__, in resize_hpt_allocate()
1221 resize->hpt.virt); in resize_hpt_allocate()
1226 static unsigned long resize_hpt_rehash_hpte(struct kvm_resize_hpt *resize, in resize_hpt_rehash_hpte() argument
1381 resize_hpt_rehash(struct kvm_resize_hpt *resize) resize_hpt_rehash() argument
1396 resize_hpt_pivot(struct kvm_resize_hpt *resize) resize_hpt_pivot() argument
1423 resize_hpt_release(struct kvm *kvm, struct kvm_resize_hpt *resize) resize_hpt_release() argument
1443 struct kvm_resize_hpt *resize = container_of(work, resize_hpt_prepare_work() local
1491 struct kvm_resize_hpt *resize; kvm_vm_ioctl_resize_hpt_prepare() local
1557 struct kvm_resize_hpt *resize; kvm_vm_ioctl_resize_hpt_commit() local
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Drj54n1cb0c.c164 unsigned short resize; /* Sensor * 1024 / resize = Output */ member
561 output_w = (input_w * 1024 + rj54n1->resize / 2) / rj54n1->resize; in rj54n1_set_selection()
562 output_h = (input_h * 1024 + rj54n1->resize / 2) / rj54n1->resize; in rj54n1_set_selection()
565 input_w, input_h, rj54n1->resize, output_w, output_h); in rj54n1_set_selection()
573 rj54n1->resize = ret; in rj54n1_set_selection()
630 * the output one, updates the window sizes and returns an error or the resize
638 unsigned int skip, resize, input_ in rj54n1_sensor_scale() local
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Drj54n1cb0c.c164 unsigned short resize; /* Sensor * 1024 / resize = Output */ member
561 output_w = (input_w * 1024 + rj54n1->resize / 2) / rj54n1->resize; in rj54n1_set_selection()
562 output_h = (input_h * 1024 + rj54n1->resize / 2) / rj54n1->resize; in rj54n1_set_selection()
565 input_w, input_h, rj54n1->resize, output_w, output_h); in rj54n1_set_selection()
573 rj54n1->resize = ret; in rj54n1_set_selection()
630 * the output one, updates the window sizes and returns an error or the resize
638 unsigned int skip, resize, input_ in rj54n1_sensor_scale() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
H A Dvlun.c27 * marshal_virt_to_resize() - translate uvirtual to resize structure
29 * @resize: Destination structure for the translate/copy.
32 struct dk_cxlflash_resize *resize) in marshal_virt_to_resize()
34 resize->hdr = virt->hdr; in marshal_virt_to_resize()
35 resize->context_id = virt->context_id; in marshal_virt_to_resize()
36 resize->rsrc_handle = virt->rsrc_handle; in marshal_virt_to_resize()
37 resize->req_size = virt->lun_size; in marshal_virt_to_resize()
38 resize->last_lba = virt->last_lba; in marshal_virt_to_resize()
719 * @resize: Resize ioctl data structure.
731 struct dk_cxlflash_resize *resize) in _cxlflash_vlun_resize()
31 marshal_virt_to_resize(struct dk_cxlflash_uvirtual *virt, struct dk_cxlflash_resize *resize) marshal_virt_to_resize() argument
729 _cxlflash_vlun_resize(struct scsi_device *sdev, struct ctx_info *ctxi, struct dk_cxlflash_resize *resize) _cxlflash_vlun_resize() argument
822 cxlflash_vlun_resize(struct scsi_device *sdev, struct dk_cxlflash_resize *resize) cxlflash_vlun_resize() argument
981 struct dk_cxlflash_resize resize; cxlflash_disk_virtual_open() local
[all...]
H A Dsuperpipe.h118 struct dk_cxlflash_resize *resize);
120 struct dk_cxlflash_resize *resize);
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/
H A Dvlun.c27 * marshal_virt_to_resize() - translate uvirtual to resize structure
29 * @resize: Destination structure for the translate/copy.
32 struct dk_cxlflash_resize *resize) in marshal_virt_to_resize()
34 resize->hdr = virt->hdr; in marshal_virt_to_resize()
35 resize->context_id = virt->context_id; in marshal_virt_to_resize()
36 resize->rsrc_handle = virt->rsrc_handle; in marshal_virt_to_resize()
37 resize->req_size = virt->lun_size; in marshal_virt_to_resize()
38 resize->last_lba = virt->last_lba; in marshal_virt_to_resize()
719 * @resize: Resize ioctl data structure.
731 struct dk_cxlflash_resize *resize) in _cxlflash_vlun_resize()
31 marshal_virt_to_resize(struct dk_cxlflash_uvirtual *virt, struct dk_cxlflash_resize *resize) marshal_virt_to_resize() argument
729 _cxlflash_vlun_resize(struct scsi_device *sdev, struct ctx_info *ctxi, struct dk_cxlflash_resize *resize) _cxlflash_vlun_resize() argument
822 cxlflash_vlun_resize(struct scsi_device *sdev, struct dk_cxlflash_resize *resize) cxlflash_vlun_resize() argument
981 struct dk_cxlflash_resize resize; cxlflash_disk_virtual_open() local
[all...]
H A Dsuperpipe.h118 struct dk_cxlflash_resize *resize);
120 struct dk_cxlflash_resize *resize);
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dxen-fbfront.c54 struct xenfb_resize resize; /* protected by resize_lock */ member
111 event.resize = info->resize; in xenfb_do_resize()
260 /* Can't resize past initial width and height */ in xenfb_check_var()
283 xenfb_info->resize.type = XENFB_TYPE_RESIZE; in xenfb_set_par()
284 xenfb_info->resize.width = info->var.xres; in xenfb_set_par()
285 xenfb_info->resize.height = info->var.yres; in xenfb_set_par()
286 xenfb_info->resize.stride = info->fix.line_length; in xenfb_set_par()
287 xenfb_info->resize.depth = info->var.bits_per_pixel; in xenfb_set_par()
288 xenfb_info->resize in xenfb_set_par()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dxen-fbfront.c54 struct xenfb_resize resize; /* protected by resize_lock */ member
111 event.resize = info->resize; in xenfb_do_resize()
297 /* Can't resize past initial width and height */ in xenfb_check_var()
320 xenfb_info->resize.type = XENFB_TYPE_RESIZE; in xenfb_set_par()
321 xenfb_info->resize.width = info->var.xres; in xenfb_set_par()
322 xenfb_info->resize.height = info->var.yres; in xenfb_set_par()
323 xenfb_info->resize.stride = info->fix.line_length; in xenfb_set_par()
324 xenfb_info->resize.depth = info->var.bits_per_pixel; in xenfb_set_par()
325 xenfb_info->resize in xenfb_set_par()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dparman.h58 int (*resize)(void *priv, unsigned long new_count); member
/kernel/linux/linux-5.10/fs/jfs/
H A DMakefile13 resize.o xattr.o ioctl.o
/kernel/linux/linux-6.6/fs/jfs/
H A DMakefile13 resize.o xattr.o ioctl.o
/kernel/linux/linux-6.6/include/linux/
H A Dparman.h58 int (*resize)(void *priv, unsigned long new_count); member
/kernel/linux/linux-5.10/include/xen/interface/io/
H A Dfbif.h53 * Framebuffer resize notification event
54 * Capable backend sets feature-resize in xenstore.
72 struct xenfb_resize resize; member
/kernel/linux/linux-5.10/fs/ext4/
H A DMakefile11 mmp.o move_extent.o namei.o page-io.o readpage.o resize.o \
/kernel/linux/linux-5.10/fs/ocfs2/
H A DMakefile33 resize.o \
/kernel/linux/linux-5.10/fs/reiserfs/
H A DMakefile10 hashes.o tail_conversion.o journal.o resize.o \
/kernel/linux/linux-6.6/fs/ext4/
H A DMakefile11 mmp.o move_extent.o namei.o page-io.o readpage.o resize.o \
/kernel/linux/linux-6.6/fs/ocfs2/
H A DMakefile33 resize.o \
/kernel/linux/linux-6.6/fs/reiserfs/
H A DMakefile10 hashes.o tail_conversion.o journal.o resize.o \
/kernel/linux/linux-6.6/include/xen/interface/io/
H A Dfbif.h36 * Framebuffer resize notification event
37 * Capable backend sets feature-resize in xenstore.
55 struct xenfb_resize resize; member
/kernel/linux/linux-6.6/drivers/accel/qaic/
H A Dqaic_data.c1080 * Based on the value of resize we may only need to transmit first_n
1085 u64 resize, u32 dbc_id, u32 head, u32 *ptail) in copy_partial_exec_reqs()
1107 if (total_bytes >= resize) in copy_partial_exec_reqs()
1111 if (total_bytes < resize) { in copy_partial_exec_reqs()
1118 last_bytes = i ? resize + le32_to_cpu(reqs[i].len) - total_bytes : resize; in copy_partial_exec_reqs()
1192 if (is_partial && pexec[i].resize > bo->size) { in send_bo_list_to_device()
1211 * resize then skip this slice and continue the loop in send_bo_list_to_device()
1213 if (is_partial && pexec[i].resize && pexec[i].resize < in send_bo_list_to_device()
1084 copy_partial_exec_reqs(struct qaic_device *qdev, struct bo_slice *slice, u64 resize, u32 dbc_id, u32 head, u32 *ptail) copy_partial_exec_reqs() argument
[all...]

Completed in 25 milliseconds

12345