Searched refs:resized (Results 1 – 16 of 16) sorted by relevance
/linux-6.12.1/Documentation/admin-guide/device-mapper/ |
D | thin-provisioning.rst | 93 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-6.12.1/drivers/infiniband/hw/mlx5/ |
D | cq.c | 1383 int resized = 0; in mlx5_ib_resize_cq() local 1393 resized = 1; in mlx5_ib_resize_cq() 1398 if (resized) in mlx5_ib_resize_cq()
|
/linux-6.12.1/Documentation/filesystems/ |
D | tmpfs.rst | 22 filesystem can be resized but it cannot be resized to a size below its current
|
/linux-6.12.1/Documentation/filesystems/ext4/ |
D | blockgroup.rst | 112 descriptor layout, or existing filesystems can be resized on-line, and
|
/linux-6.12.1/Documentation/filesystems/caching/ |
D | netfs-api.rst | 225 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-6.12.1/Documentation/networking/ |
D | segmentation-offloads.rst | 113 out over multiple skbuffs that have been resized to match the MSS provided
|
/linux-6.12.1/Documentation/core-api/ |
D | memory-allocation.rst | 153 Chunks allocated with kmalloc() can be resized with krealloc(). Similarly
|
/linux-6.12.1/Documentation/arch/powerpc/ |
D | cxlflash.rst | 98 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-6.12.1/net/ipv4/ |
D | udp.c | 3164 bool resized = false; in bpf_iter_udp_batch() local 3231 if (!resized && !bpf_iter_udp_realloc_batch(iter, batch_sks * 3 / 2)) { in bpf_iter_udp_batch() 3232 resized = true; in bpf_iter_udp_batch()
|
D | tcp_ipv4.c | 3113 bool resized = false; local 3151 if (!resized && !bpf_iter_tcp_realloc_batch(iter, expected * 3 / 2)) { 3152 resized = true;
|
/linux-6.12.1/net/unix/ |
D | af_unix.c | 3536 bool resized = false; in bpf_iter_unix_batch() local 3558 if (!resized && !bpf_iter_unix_realloc_batch(iter, expected * 3 / 2)) { in bpf_iter_unix_batch() 3559 resized = true; in bpf_iter_unix_batch()
|
/linux-6.12.1/net/core/ |
D | skbuff.c | 398 void *resized; in __slab_build_skb() local 409 resized = krealloc(data, *size, GFP_ATOMIC); in __slab_build_skb() 410 WARN_ON_ONCE(resized != data); in __slab_build_skb() 411 return resized; in __slab_build_skb()
|
/linux-6.12.1/Documentation/admin-guide/ |
D | ext4.rst | 590 Resize the filesystem to a new size. The number of blocks of resized
|
D | md.rst | 204 will be empty. If an array is being resized this will contain
|
/linux-6.12.1/Documentation/trace/ |
D | ftrace.rst | 247 of this file, the ring buffer will be resized to its minimum size.
|
/linux-6.12.1/Documentation/virt/kvm/ |
D | api.rst | 1371 or its flags may be modified, but it may not be resized. 6357 and cannot be resized (guest_memfd files do however support PUNCH_HOLE).
|