Home
last modified time | relevance | path

Searched refs:resize (Results 1 - 25 of 124) 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...]
/test/xts/hats/useriam/common/src/
H A Diam_hat_test.cpp60 data.resize(len); in FillTestUint8Vector()
69 data.resize(len); in FillTestInt8Vector()
78 data.resize(len); in FillTestUint32Vector()
87 data.resize(len); in FillTestInt32Vector()
96 data.resize(len); in FillTestUint64Vector()
/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);
/test/xts/hats/useriam/userauth_additional/src/
H A Duser_auth_hdi.cpp71 vector.resize(len); in FillExecutorIndexVector()
106 vector.resize(len); in FillCredentialInfoVector()
115 vector.resize(len); in FillEnrolledInfoVector()
138 info.publicKey.resize(32); in HWTEST_F()
167 info.publicKey.resize(32); in HWTEST_F()
188 info.publicKey.resize(32); in HWTEST_F()
289 info.publicKey.resize(32); in HWTEST_F()
343 info.publicKey.resize(32); in HWTEST_F()
372 info.publicKey.resize(32); in HWTEST_F()
466 info.publicKey.resize(3 in HWTEST_F()
[all...]
/test/testfwk/arkxtest/uitest/record/
H A Dleast_square_impl.cpp27 params.resize(paramsNum_, ZERO); in GetLSMParams()
34 xVals.resize(countNum, ZERO); in GetLSMParams()
36 yVals.resize(countNum, ZERO); in GetLSMParams()
H A Dmatrix3.cpp114 result.resize(DIMENSION, 0); in ScaleMapping()
127 Matrix3n_.resize(DIMENSION, std::vector<double>(columns_, 0)); in Matrix3N()
181 result.resize(DIMENSION, 0); in ScaleMapping()
194 Matrixn3_.resize(rows, std::vector<double>(DIMENSION, 0)); in MatrixN3()
/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...]
/test/xts/hats/useriam/userauth/src/
H A Duser_auth_hdi.cpp49 vector.resize(len); in FillAuthTypeVector()
80 vector.resize(len); in FillExecutorIndexVector()
137 vector.resize(len); in FillScheduleInfoVector()
146 vector.resize(len); in FillCredentialInfoVector()
155 vector.resize(len); in FillEnrolledInfoVector()
164 vector.resize(len); in FillExecutorSendMsgVector()
196 vector.resize(len); in FillTestScheduleInfo_Vector()
/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...]
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp60 modes.resize(num); in GetDisplaySupportedModes()
131 layers.resize(num); in GetDisplayCompChange()
132 types.resize(num); in GetDisplayCompChange()
186 layers.resize(num); in GetDisplayReleaseFence()
187 fences.resize(num); in GetDisplayReleaseFence()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp60 modes.resize(num); in GetDisplaySupportedModes()
131 layers.resize(num); in GetDisplayCompChange()
132 types.resize(num); in GetDisplayCompChange()
186 layers.resize(num); in GetDisplayReleaseFence()
187 fences.resize(num); in GetDisplayReleaseFence()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp58 modes.resize(num); in GetDisplaySupportedModes()
130 layers.resize(num); in GetDisplayCompChange()
131 types.resize(num); in GetDisplayCompChange()
186 layers.resize(num); in GetDisplayReleaseFence()
187 fences.resize(num); in GetDisplayReleaseFence()
/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
/test/xts/device_attest/services/devattest_ability/src/
H A Dattest_result_info.cpp48 ptr->softwareResultDetail_.resize(setCount); in Unmarshalling()

Completed in 21 milliseconds

12345