Home
last modified time | relevance | path

Searched refs:resized (Results 1 – 15 of 15) sorted by relevance

/linux-5.19.10/Documentation/admin-guide/device-mapper/
Dthin-provisioning.rst93 You may reload a pool's table, indeed this is how the pool is resized
146 Once the pool's metadata device is repaired it may be resized, which
149 cannot be resized until repair is performed. It should also be noted
/linux-5.19.10/drivers/infiniband/hw/mlx5/
Dcq.c1371 int resized = 0; in mlx5_ib_resize_cq() local
1381 resized = 1; in mlx5_ib_resize_cq()
1386 if (resized) in mlx5_ib_resize_cq()
/linux-5.19.10/Documentation/RCU/
DarrayRCU.rst45 located in each array element, and where the array is never resized,
/linux-5.19.10/Documentation/filesystems/ext4/
Dblockgroup.rst112 descriptor layout, or existing filesystems can be resized on-line, and
/linux-5.19.10/Documentation/networking/
Dsegmentation-offloads.rst113 out over multiple skbuffs that have been resized to match the MSS provided
/linux-5.19.10/Documentation/core-api/
Dmemory-allocation.rst150 Chunks allocated with kmalloc() can be resized with krealloc(). Similarly
/linux-5.19.10/Documentation/filesystems/caching/
Dnetfs-api.rst225 If a network filesystem file is resized locally by truncation, the following
232 size are passed in and the cache is synchronously resized. This is expected to
/linux-5.19.10/Documentation/devicetree/bindings/usb/
Dsnps,dwc3.yaml311 description: Determines if the TX fifos can be dynamically resized depending
/linux-5.19.10/Documentation/powerpc/
Dcxlflash.rst98 virtual LUNs. The virtual LUNs may be resized as long as the sum of
280 is first resized to 0 to clear out and free the translation tables
/linux-5.19.10/net/ipv4/
Dtcp_ipv4.c2788 bool resized = false; in bpf_iter_tcp_batch() local
2826 if (!resized && !bpf_iter_tcp_realloc_batch(iter, expected * 3 / 2)) { in bpf_iter_tcp_batch()
2827 resized = true; in bpf_iter_tcp_batch()
/linux-5.19.10/net/unix/
Daf_unix.c3441 bool resized = false; in bpf_iter_unix_batch() local
3463 if (!resized && !bpf_iter_unix_realloc_batch(iter, expected * 3 / 2)) { in bpf_iter_unix_batch()
3464 resized = true; in bpf_iter_unix_batch()
/linux-5.19.10/Documentation/admin-guide/
Dext4.rst603 Resize the filesystem to a new size. The number of blocks of resized
Dmd.rst204 will be empty. If an array is being resized this will contain
/linux-5.19.10/Documentation/trace/
Dftrace.rst211 of this file, the ring buffer will be resized to its minimum size.
/linux-5.19.10/Documentation/virt/kvm/
Dapi.rst1346 or its flags may be modified, but it may not be resized.