| /linux/drivers/md/persistent-data/ |
| H A 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/drivers/video/fbdev/ |
| H A 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/Documentation/networking/ |
| H A 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/fs/jfs/ |
| H A D | Makefile | 13 resize.o xattr.o ioctl.o
|
| H A D | super.c | 246 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 D | parman.h | 58 int (*resize)(void *priv, unsigned long new_count); member
|
| /linux/Documentation/admin-guide/ |
| H A D | jfs.rst | 18 resize=value 22 read-write. The resize keyword with no value will grow
|
| /linux/rust/syn/ |
| H A D | bigint.rs | 37 self.digits.resize(desired, 0); in reserve_two_digits()
|
| /linux/lib/ |
| H A 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/fs/ext4/ |
| H A D | Makefile | 11 mmp.o move_extent.o namei.o page-io.o readpage.o resize.o \
|
| /linux/include/xen/interface/io/ |
| H A D | fbif.h | 55 struct xenfb_resize resize; member
|
| /linux/fs/ocfs2/ |
| H A D | Makefile | 33 resize.o \
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | special_inodes.rst | 29 - Reserved group descriptors inode. (“resize inode”)
|
| /linux/Documentation/filesystems/ |
| H A D | btrfs.rst | 34 * Online resize (shrink, grow)
|
| /linux/drivers/s390/char/ |
| H A D | raw3270.h | 60 void (*resize)(struct raw3270_view *view, member
|
| /linux/include/linux/mlx5/ |
| H A D | cq.h | 116 } resize; member
|
| /linux/drivers/tty/ |
| H A D | pty.c | 505 .resize = pty_resize, 519 .resize = pty_resize, 732 .resize = pty_resize,
|
| /linux/include/uapi/drm/ |
| H A D | qaic_accel.h | 286 __u64 resize; member
|
| /linux/drivers/accel/qaic/ |
| H A D | qaic_data.c | 1133 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 D | spectrum_acl_ctcam.c | 151 .resize = mlxsw_sp_acl_ctcam_region_parman_resize,
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-block-rnbd | 48 What: /sys/block/rnbd<N>/rnbd/resize
|
| /linux/Documentation/trace/ |
| H A D | ring-buffer-map.rst | 39 either resize it (either by increasing the entire size of the ring-buffer or
|
| /linux/tools/perf/ |
| H A D | builtin-top.c | 92 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 D | rkisp1.rst | 52 - 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 D | fib_trie.c | 174 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()
|