| /linux/net/batman-adv/ |
| H A D | hard-interface.c | 670 if (READ_ONCE(bat_priv->fragmentation) == 0) in batadv_hardif_min_mtu() 803 bool fragmentation; in batadv_hardif_enable_interface() local 862 fragmentation = READ_ONCE(bat_priv->fragmentation); in batadv_hardif_enable_interface() 863 if (fragmentation && hardif_mtu < required_mtu) in batadv_hardif_enable_interface() 869 if (!fragmentation && hardif_mtu < required_mtu) in batadv_hardif_enable_interface()
|
| H A D | netlink.c | 309 !!READ_ONCE(bat_priv->fragmentation))) in batadv_netlink_mesh_fill() 493 WRITE_ONCE(bat_priv->fragmentation, !!nla_get_u8(attr)); in batadv_netlink_set_mesh()
|
| H A D | send.c | 188 if (READ_ONCE(bat_priv->fragmentation) && in batadv_send_skb_to_orig()
|
| H A D | types.h | 1563 * @fragmentation: bool indicating whether traffic fragmentation is 1566 u8 fragmentation; member 1600 * multiple fragmented skbs or a single frame if fragmentation is
|
| H A D | mesh-interface.c | 834 WRITE_ONCE(bat_priv->fragmentation, 1); in batadv_meshif_init_late()
|
| /linux/net/wireless/tests/ |
| H A D | Makefile | 1 cfg80211-tests-y += module.o fragmentation.o scan.o util.o chan.o
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | allocators.rst | 15 fragmentation whenever possible. 17 The first tool that ext4 uses to combat fragmentation is the multi-block
|
| H A D | bigalloc.rst | 11 blocks to reduce both fragmentation and metadata overhead. The
|
| /linux/Documentation/networking/ |
| H A D | ipsec.rst | 26 datagram fragmentation when the expanded datagram is larger than the
|
| H A D | mac80211-injection.rst | 28 current fragmentation threshold.
|
| H A D | udplite.rst | 172 in turn, may trigger IP fragmentation. In this case, the generated 212 To see the analogous case for IPv6 fragmentation, consider a link
|
| H A D | ppp_generic.rst | 192 fragmentation. 275 unit) will be subject to bundle-level compression and to fragmentation 355 SC_MULTILINK enable PPP multilink fragmentation on
|
| H A D | cdc_mbim.rst | 111 fragmentation and defragmentaion, as described in section 9.5 of [1].
|
| /linux/net/6lowpan/ |
| H A D | Kconfig | 96 6LoWPAN IPv6 fragmentation option generic header compression
|
| /linux/tools/perf/ |
| H A D | builtin-kmem.c | 1014 static double fragmentation(unsigned long n_req, unsigned long n_alloc) in __print_slab_result() 1065 fragmentation(data->bytes_req, data->bytes_alloc)); in __print_page_alloc_result() 1201 printf("Total bytes wasted on internal fragmentation: %'lu\n", in print_page_summary() 1203 printf("Internal fragmentation: %f%%\n", in print_page_summary() 1204 fragmentation(total_requested, total_allocated)); in print_page_summary() 1521 x = fragmentation(l->bytes_req, l->bytes_alloc); in pingpong_cmp() 1522 y = fragmentation(r->bytes_req, r->bytes_alloc); in pingpong_cmp() 991 static double fragmentation(unsigned long n_req, unsigned long n_alloc) fragmentation() function
|
| /linux/Documentation/networking/device_drivers/wwan/ |
| H A D | iosm.rst | 51 The userspace application is responsible for all control message fragmentation
|
| /linux/fs/btrfs/ |
| H A D | Kconfig | 69 objects, optional forced space fragmentation and /sys/fs/btrfs/debug .
|
| /linux/Documentation/filesystems/ |
| H A D | ntfs3.rst | 104 writes. Decreases fragmentation in case of parallel write operations to
|
| /linux/drivers/net/wireless/atmel/ |
| H A D | at76c50x-usb.h | 164 u8 fragmentation; member
|
| /linux/Documentation/trace/ |
| H A D | events-kmem.rst | 109 External fragmentation affects whether a high-order allocation will be
|
| H A D | tracepoint-analysis.rst | 214 on whether the fragmentation event was severe or moderate.
|
| /linux/Documentation/core-api/ |
| H A D | swiotlb.rst | 215 (e.g., 4 MiB on a typical x86 system). Due to memory fragmentation, a max size 218 memory fragmentation, dynamically adding a pool might not succeed at all. 236 as fragmentation isn't an obstacle). It is less useful for large CoCo VMs.
|
| /linux/fs/nfs/ |
| H A D | Kconfig | 210 fragmentation during high loads.
|
| /linux/net/ipv6/netfilter/ |
| H A D | Kconfig | 118 frag matching allows you to match packets based on the fragmentation
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | concepts.rst | 202 addresses the fragmentation issue. This mechanism moves occupied pages
|