| /linux/drivers/media/platform/ti/omap/ |
| H A D | omap_voutlib.c | 130 /* Adjust the cropping window to allow for resizing limitation */ in omap_vout_new_window() 140 /* The OMAP2420 vertical resizing line buffer is 768 in omap_vout_new_window() 205 /* If we're resizing vertically, we can't support a in omap_vout_new_crop() 212 /* vertical resizing */ in omap_vout_new_crop() 225 * cropping height to maintain the vertical resizing ratio. in omap_vout_new_crop() 231 /* horizontal resizing */ in omap_vout_new_crop() 244 * cropping width to maintain the horizontal resizing ratio. in omap_vout_new_crop() 258 /* The OMAP2420 vertical resizing line buffer is in omap_vout_new_crop()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | global_map_resize.c | 31 /* set some initial value before resizing. in global_map_resize_bss_subtest() 33 * while resizing. in global_map_resize_bss_subtest() 101 /* set some initial value before resizing. in global_map_resize_data_subtest() 103 * while resizing. in global_map_resize_data_subtest()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_global_map_resize.c | 36 * regression is tested whereby resizing resulted in a free-after-use 40 * but by having externs for the resizing tests it will cover this path.
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-dax | 49 device. For creating subdivided dax devices, or for resizing 101 resizing.
|
| H A D | sysfs-bus-pci | 507 In order to make use of resource resizing, all PCI drivers must 512 resourceN attributes must be terminated prior to resizing. 513 Success of the resizing operation is not guaranteed.
|
| /linux/drivers/media/platform/nxp/ |
| H A D | Kconfig | 65 memory to memory. Operations include resizing and format
|
| /linux/net/netfilter/ipset/ |
| H A D | ip_set_hash_gen.h | 32 * Readers and resizing 34 * Resizing can be triggered by userspace command only, and those 35 * are serialized by the nfnl mutex. During resizing the set is 81 /* The hash table: the table size stored here in order to make resizing easy */ 83 atomic_t ref; /* References for resizing */ 471 /* Resizing changes htable_bits, so we ignore it */ in mtype_same_set() 672 /* There can't be another parallel resizing, in mtype_resize() 1326 /* Make possible to run dumping parallel with resizing */
|
| /linux/io_uring/ |
| H A D | tw.c | 157 * RCU protected rings pointer to be safe against concurrent ring resizing. 249 * Doesn't need to use ->rings_rcu, as resizing isn't supported for in io_req_normal_work_add()
|
| /linux/Documentation/devicetree/bindings/media/ |
| H A D | mediatek,mdp3-rsz.yaml | 14 One of Media Data Path 3 (MDP3) components used to do frame resizing.
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | common.h | 50 * RESIZE_ARRAY - Convenience macro for resizing a BPF array
|
| /linux/drivers/media/platform/ti/omap3isp/ |
| H A D | ispresizer.h | 57 * Structure for horizontal and vertical resizing value
|
| /linux/include/uapi/linux/ |
| H A D | vt.h | 10 * resizing).
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | snps,dwc3-common.yaml | 368 description: Specifies the max number of packets the txfifo resizing logic 370 higher the number, the more fifo space the txfifo resizing logic will
|
| /linux/fs/ext4/ |
| H A D | resize.c | 5 * Support for resizing an ext4 filesystem while it is mounted. 77 * We are not allowed to do online-resizing on a filesystem mounted in ext4_resize_begin() 82 "so online resizing is not allowed"); in ext4_resize_begin() 87 ext4_msg(sb, KERN_ERR, "Online resizing not supported with sparse_super2"); in ext4_resize_begin() 234 * resizing from @o_group to @n_group, its size is typically @flexbg_size. 1009 * that they are kept for future resizing and not allocated to files. 1831 * allow the "remount" trick to work for arbitrary resizing, assuming enough 2036 ext4_msg(sb, KERN_INFO, "resizing filesystem from %llu " in ext4_resize_fs()
|
| /linux/drivers/gpu/drm/vboxvideo/ |
| H A D | vbox_drv.h | 112 * yet we need it when updating the input-map to avoid resizing the
|
| /linux/kernel/dma/ |
| H A D | Kconfig | 91 This enables dynamic resizing of the software IO TLB. The kernel
|
| /linux/Documentation/filesystems/caching/ |
| H A D | netfs-api.rst | 33 (5) Resizing a data file (truncation) 222 Resizing A Data File (Truncation)
|
| /linux/drivers/gpu/ipu-v3/ |
| H A D | ipu-image-convert.c | 390 * and initial bilinear resizing coefficients, which are used to find the 431 * Calculate the bilinear resizing coefficients that could be used if in calc_image_resize_coefficients() 483 * @resize_coeff: main processing section resizing coefficient 1084 * Calculate the resizing ratio for the IC main processing section given input 1090 * Returns the resizing coefficient, resizing ratio is 8192.0 / resize_coeff. 2168 * sized tiles or different resizing coefficients per tile in ipu_image_convert_prepare()
|
| /linux/drivers/md/persistent-data/ |
| H A D | dm-bitset.h | 99 * resizing, and then setting values since that process incurs a lot of
|
| H A D | dm-array.h | 118 * resizing, and then setting values since that process incurs a lot of
|
| /linux/Documentation/core-api/ |
| H A D | memory-allocation.rst | 154 to kmalloc_array(): a helper for resizing arrays is provided in the form of
|
| /linux/drivers/pci/ |
| H A D | rebar.c | 202 * Return: %0 if resizing was successful, or negative on error.
|
| /linux/drivers/infiniband/hw/mlx4/ |
| H A D | srq.c | 231 /* We don't support resizing SRQs (yet?) */ in mlx4_ib_modify_srq()
|
| /linux/tools/perf/util/ |
| H A D | s390-sample-raw.c | 216 * Free in case of a race, but resizing would be broken in get_counter_name()
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 1062 Py_FatalError("error resizing Python tuple"); in python_process_tracepoint() 1496 Py_FatalError("error resizing Python tuple"); in python_process_general_event() 1690 Py_FatalError("error resizing Python tuple"); in process_stat() 1734 Py_FatalError("error resizing Python tuple"); in python_process_stat_interval()
|