Home
last modified time | relevance | path

Searched refs:fragmentation (Results 1 – 25 of 57) sorted by relevance

123

/kernel/linux/linux-5.10/net/batman-adv/
DMakefile16 batman-adv-y += fragmentation.o
Dhard-interface.c601 if (atomic_read(&bat_priv->fragmentation) == 0) in batadv_hardif_min_mtu()
791 if (atomic_read(&bat_priv->fragmentation) && in batadv_hardif_enable_interface()
798 if (!atomic_read(&bat_priv->fragmentation) && in batadv_hardif_enable_interface()
Dnetlink.c306 !!atomic_read(&bat_priv->fragmentation))) in batadv_netlink_mesh_fill()
498 atomic_set(&bat_priv->fragmentation, !!nla_get_u8(attr)); in batadv_netlink_set_mesh()
Dsend.c195 if (atomic_read(&bat_priv->fragmentation) && in batadv_send_skb_to_orig()
Dtypes.h1587 atomic_t fragmentation; member
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/
Doverview.rst7 performance difficulties due to fragmentation, the block allocator tries
Dallocators.rst15 fragmentation whenever possible.
17 The first tool that ext4 uses to combat fragmentation is the multi-block
Dbigalloc.rst11 blocks to reduce both fragmentation and metadata overhead. The
/kernel/linux/linux-5.10/Documentation/vm/
Dksm.rst67 ``max_page_sharing`` tunable, and an high ratio may indicate fragmentation
69 fragmentation algorithms in ksmd which would refile rmap_items from
Dzsmalloc.rst11 (0-order) pages, it would suffer from very high fragmentation --
Dpage_owner.rst25 fragmentation statistics can be obtained through gfp flag information of
/kernel/linux/linux-5.10/Documentation/networking/
Dsegmentation-offloads.rst55 UDP fragmentation offload allows a device to fragment an oversized UDP
57 fragmentation offload are the same as TSO. However the IPv4 ID for
161 generate a big skb, set gso_size to the fragmentation point and deliver it
Dipsec.rst26 datagram fragmentation when the expanded datagram is larger than the
Dmac80211-injection.rst28 current fragmentation threshold.
Dudplite.rst172 in turn, may trigger IP fragmentation. In this case, the generated
212 To see the analogous case for IPv6 fragmentation, consider a link
Dppp_generic.rst192 fragmentation.
275 unit) will be subject to bundle-level compression and to fragmentation
339 SC_MULTILINK enable PPP multilink fragmentation on
/kernel/linux/linux-5.10/net/6lowpan/
DKconfig96 6LoWPAN IPv6 fragmentation option generic header compression
/kernel/linux/linux-5.10/net/sctp/
DKconfig24 -- data fragmentation to conform to discovered path MTU size,
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-kmem.c976 static double fragmentation(unsigned long n_req, unsigned long n_alloc) in fragmentation() function
1027 fragmentation(data->bytes_req, data->bytes_alloc)); in __print_slab_result()
1166 fragmentation(total_requested, total_allocated)); in print_slab_summary()
1483 x = fragmentation(l->bytes_req, l->bytes_alloc); in frag_cmp()
1484 y = fragmentation(r->bytes_req, r->bytes_alloc); in frag_cmp()
/kernel/linux/linux-5.10/Documentation/ABI/obsolete/
Dsysfs-class-net-mesh37 What: /sys/class/net/<mesh_iface>/mesh/fragmentation
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/
Dnommu-mmap.rst119 this has an effect on fragmentation.
277 fragmentation, and as such, is left configurable. The default behaviour is to
279 allocator. In order to retain finer-grained control over fragmentation, this
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
Dat76c50x-usb.h164 u8 fragmentation; member
/kernel/linux/linux-5.10/Documentation/trace/
Devents-kmem.rst109 External fragmentation affects whether a high-order allocation will be
/kernel/linux/linux-5.10/Documentation/admin-guide/sysctl/
Dvm.rst273 debugfs shows what the fragmentation index for each order is in each zone in
275 of memory, values towards 1000 imply failures are due to fragmentation and -1
279 fragmentation index is <= extfrag_threshold. The default value is 500.
928 to fragmentation. The level of reclaim is determined by the number of
929 fragmentation events that occurred in the recent past. If this value is
/kernel/linux/linux-5.10/fs/nfs/
DKconfig207 fragmentation during high loads.

123