Searched refs:resized (Results 1 – 8 of 8) sorted by relevance
93 You may reload a pool's table, indeed this is how the pool is resized146 Once the pool's metadata device is repaired it may be resized, which149 cannot be resized until repair is performed. It should also be noted
1397 int resized = 0; in mlx5_ib_resize_cq() local1407 resized = 1; in mlx5_ib_resize_cq()1412 if (resized) in mlx5_ib_resize_cq()
225 If a network filesystem file is resized locally by truncation, the following232 size are passed in and the cache is synchronously resized. This is expected to
153 Chunks allocated with kmalloc() can be resized with krealloc(). Similarly
3670 bool resized = false; in bpf_iter_unix_batch() local3692 if (!resized && !bpf_iter_unix_realloc_batch(iter, expected * 3 / 2)) { in bpf_iter_unix_batch()3693 resized = true; in bpf_iter_unix_batch()
397 void *resized; in __slab_build_skb() local408 resized = krealloc(data, *size, GFP_ATOMIC); in __slab_build_skb()409 WARN_ON_ONCE(resized != data); in __slab_build_skb()410 return resized; in __slab_build_skb()
247 of this file, the ring buffer will be resized to its minimum size.
1393 or its flags may be modified, but it may not be resized.6414 and cannot be resized (guest_memfd files do however support PUNCH_HOLE).