/linux-6.12.1/drivers/md/persistent-data/ |
D | dm-array.c | 387 struct resize { struct 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->new_nr_full_blocks < resize->old_nr_full_blocks) { in shrink() 475 begin = total_nr_blocks_needed(resize->new_nr_full_blocks, in shrink() 476 resize->new_nr_entries_in_last_block); in shrink() 477 end = total_nr_blocks_needed(resize->old_nr_full_blocks, in shrink() 478 resize->old_nr_entries_in_last_block); in shrink() [all …]
|
/linux-6.12.1/arch/powerpc/kvm/ |
D | book3s_64_mmu_hv.c | 37 #define resize_hpt_debug(resize, ...) \ argument 39 printk(KERN_DEBUG "RESIZE HPT %p: ", resize); \ 43 #define resize_hpt_debug(resize, ...) \ argument 1200 static int resize_hpt_allocate(struct kvm_resize_hpt *resize) in resize_hpt_allocate() argument 1204 rc = kvmppc_allocate_hpt(&resize->hpt, resize->order); in resize_hpt_allocate() 1208 resize_hpt_debug(resize, "%s(): HPT @ 0x%lx\n", __func__, in resize_hpt_allocate() 1209 resize->hpt.virt); in resize_hpt_allocate() 1214 static unsigned long resize_hpt_rehash_hpte(struct kvm_resize_hpt *resize, in resize_hpt_rehash_hpte() argument 1217 struct kvm *kvm = resize->kvm; in resize_hpt_rehash_hpte() 1219 struct kvm_hpt_info *new = &resize->hpt; in resize_hpt_rehash_hpte() [all …]
|
/linux-6.12.1/drivers/media/i2c/ |
D | rj54n1cb0c.c | 164 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() 638 unsigned int skip, resize, input_w = *in_w, input_h = *in_h, in rj54n1_sensor_scale() local 690 resize = 1024; in rj54n1_sensor_scale() 699 resize = (RJ54N1_MAX_HEIGHT * 1024 + output_h / 2) / in rj54n1_sensor_scale() 703 resize = (RJ54N1_MAX_WIDTH * 1024 + output_w / 2) / in rj54n1_sensor_scale() 706 resize = max(resize_x, resize_y); in rj54n1_sensor_scale() [all …]
|
/linux-6.12.1/drivers/scsi/cxlflash/ |
D | vlun.c | 32 struct dk_cxlflash_resize *resize) in marshal_virt_to_resize() argument 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() 731 struct dk_cxlflash_resize *resize) in _cxlflash_vlun_resize() argument 740 res_hndl_t rhndl = resize->rsrc_handle; in _cxlflash_vlun_resize() 743 u64 ctxid = DECODE_CTXID(resize->context_id), in _cxlflash_vlun_resize() 744 rctxid = resize->context_id; in _cxlflash_vlun_resize() [all …]
|
D | superpipe.h | 117 int cxlflash_vlun_resize(struct scsi_device *sdev, void *resize); 119 struct dk_cxlflash_resize *resize);
|
/linux-6.12.1/drivers/video/fbdev/ |
D | xen-fbfront.c | 54 struct xenfb_resize resize; /* protected by resize_lock */ member 111 event.resize = info->resize; in xenfb_do_resize() 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.offset = 0; in xenfb_set_par()
|
/linux-6.12.1/fs/jfs/ |
D | Makefile | 13 resize.o xattr.o ioctl.o
|
/linux-6.12.1/Documentation/networking/ |
D | fib_trie.rst | 81 towards the root from a given tnode, doing a resize() at each step 84 resize() 91 Doubles the size of the child array within a tnode. Used by resize(). 95 inflate(). Used by resize();
|
/linux-6.12.1/include/linux/ |
D | parman.h | 58 int (*resize)(void *priv, unsigned long new_count); member
|
/linux-6.12.1/Documentation/admin-guide/ |
D | jfs.rst | 18 resize=value 22 read-write. The resize keyword with no value will grow
|
/linux-6.12.1/fs/reiserfs/ |
D | Makefile | 10 hashes.o tail_conversion.o journal.o resize.o \
|
/linux-6.12.1/fs/bcachefs/ |
D | sb-members.c | 442 int resize = ilog2(roundup_pow_of_two(end)) - (m->btree_bitmap_shift + 6); in __bch2_dev_btree_bitmap_mark() local 443 if (resize > 0) { in __bch2_dev_btree_bitmap_mark() 448 new_bitmap |= BIT_ULL(i >> resize); in __bch2_dev_btree_bitmap_mark() 450 m->btree_bitmap_shift += resize; in __bch2_dev_btree_bitmap_mark()
|
/linux-6.12.1/include/xen/interface/io/ |
D | fbif.h | 55 struct xenfb_resize resize; member
|
/linux-6.12.1/fs/ext4/ |
D | Makefile | 11 mmp.o move_extent.o namei.o page-io.o readpage.o resize.o \
|
/linux-6.12.1/lib/ |
D | parman.c | 65 err = parman->ops->resize(parman->priv, new_count); in parman_enlarge() 80 err = parman->ops->resize(parman->priv, new_count); in parman_shrink()
|
/linux-6.12.1/fs/ocfs2/ |
D | Makefile | 33 resize.o \
|
/linux-6.12.1/Documentation/filesystems/ext4/ |
D | special_inodes.rst | 29 - Reserved group descriptors inode. (“resize inode”)
|
/linux-6.12.1/drivers/gpu/drm/ci/xfails/ |
D | i915-kbl-fails.txt | 4 i915_module_load@resize-bar,Fail
|
D | i915-tgl-fails.txt | 20 i915_module_load@resize-bar,Fail
|
/linux-6.12.1/Documentation/filesystems/ |
D | btrfs.rst | 34 * Online resize (shrink, grow)
|
/linux-6.12.1/drivers/md/ |
D | md-bitmap.h | 76 int (*resize)(struct mddev *mddev, sector_t blocks, int chunksize, member
|
/linux-6.12.1/drivers/s390/char/ |
D | raw3270.h | 60 void (*resize)(struct raw3270_view *view, member
|
/linux-6.12.1/include/linux/mlx5/ |
D | cq.h | 117 } resize; member
|
/linux-6.12.1/drivers/accel/qaic/ |
D | qaic_data.c | 1100 u64 resize, struct dma_bridge_chan *dbc, u32 head, in copy_partial_exec_reqs() argument 1118 last_bytes = resize; in copy_partial_exec_reqs() 1201 if (is_partial && pexec[i].resize > bo->base.size) { in send_bo_list_to_device() 1219 if (is_partial && (!pexec[i].resize || pexec[i].resize <= slice->offset)) in send_bo_list_to_device() 1222 else if (is_partial && pexec[i].resize < slice->offset + slice->size) in send_bo_list_to_device() 1225 pexec[i].resize - slice->offset, dbc, in send_bo_list_to_device()
|
/linux-6.12.1/drivers/tty/ |
D | pty.c | 509 .resize = pty_resize, 523 .resize = pty_resize, 757 .resize = pty_resize,
|