Home
last modified time | relevance | path

Searched refs:resize (Results 1 – 25 of 55) sorted by relevance

123

/linux/drivers/md/persistent-data/
H A Ddm-array.c387 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/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()
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/Documentation/networking/
H A Dfib_trie.rst81 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/fs/jfs/
H A DMakefile13 resize.o xattr.o ioctl.o
H A Dsuper.c246 bool resize; member
292 ctx->resize = true; in jfs_parse_param()
298 ctx->resize = true; in jfs_parse_param()
384 if (ctx->resize) { in jfs_reconfigure()
486 if (ctx->resize) { in jfs_fill_super()
/linux/include/linux/
H A Dparman.h58 int (*resize)(void *priv, unsigned long new_count); member
/linux/Documentation/admin-guide/
H A Djfs.rst18 resize=value
22 read-write. The resize keyword with no value will grow
/linux/rust/syn/
H A Dbigint.rs37 self.digits.resize(desired, 0); in reserve_two_digits()
/linux/lib/
H A Dparman.c65 err = parman->ops->resize(parman->priv, new_count); in parman_enlarge()
80 err = parman->ops->resize(parman->priv, new_count); in parman_shrink()
/linux/fs/ext4/
H A DMakefile11 mmp.o move_extent.o namei.o page-io.o readpage.o resize.o \
/linux/include/xen/interface/io/
H A Dfbif.h55 struct xenfb_resize resize; member
/linux/fs/ocfs2/
H A DMakefile33 resize.o \
/linux/Documentation/filesystems/ext4/
H A Dspecial_inodes.rst29 - Reserved group descriptors inode. (“resize inode”)
/linux/Documentation/filesystems/
H A Dbtrfs.rst34 * Online resize (shrink, grow)
/linux/drivers/s390/char/
H A Draw3270.h60 void (*resize)(struct raw3270_view *view, member
/linux/include/linux/mlx5/
H A Dcq.h116 } resize; member
/linux/drivers/tty/
H A Dpty.c505 .resize = pty_resize,
519 .resize = pty_resize,
732 .resize = pty_resize,
/linux/include/uapi/drm/
H A Dqaic_accel.h286 __u64 resize; member
/linux/drivers/accel/qaic/
H A Dqaic_data.c1133 u64 resize, struct dma_bridge_chan *dbc, u32 head, in copy_partial_exec_reqs() argument
1151 last_bytes = resize; in copy_partial_exec_reqs()
1234 if (is_partial && pexec[i].resize > bo->base.size) { in send_bo_list_to_device()
1252 if (is_partial && (!pexec[i].resize || pexec[i].resize <= slice->offset)) in send_bo_list_to_device()
1255 else if (is_partial && pexec[i].resize < slice->offset + slice->size) in send_bo_list_to_device()
1258 pexec[i].resize - slice->offset, dbc, in send_bo_list_to_device()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_ctcam.c151 .resize = mlxsw_sp_acl_ctcam_region_parman_resize,
/linux/Documentation/ABI/testing/
H A Dsysfs-block-rnbd48 What: /sys/block/rnbd<N>/rnbd/resize
/linux/Documentation/trace/
H A Dring-buffer-map.rst39 either resize it (either by increasing the entire size of the ring-buffer or
/linux/tools/perf/
H A Dbuiltin-top.c92 static volatile sig_atomic_t resize; variable
103 resize = 1; in winch_sig()
1372 if (resize) { in __cmd_top()
1374 resize = 0; in __cmd_top()
/linux/Documentation/admin-guide/media/
H A Drkisp1.rst52 - rkisp1_resizer_mainpath: used to resize and downsample frames for the
54 - rkisp1_resizer_selfpath: used to resize and downsample frames for the
/linux/net/ipv4/
H A Dfib_trie.c174 static struct key_vector *resize(struct trie *t, struct key_vector *tn);
525 tn = resize(t, inode); in replace()
842 static struct key_vector *resize(struct trie *t, struct key_vector *tn) in resize() function
1101 tn = resize(t, tn); in trie_rebalance()
1956 pn = resize(t, pn); in fib_table_flush_external()
2027 pn = resize(t, pn); in fib_table_flush()

123