| /linux/net/wireless/tests/ |
| H A D | Makefile | 1 cfg80211-tests-y += module.o fragmentation.o scan.o util.o chan.o
|
| /linux/Documentation/mm/ |
| H A D | ksm.rst | 65 ``max_page_sharing`` tunable, and an high ratio may indicate fragmentation 67 fragmentation algorithms in ksmd which would refile rmap_items from
|
| H A D | page_owner.rst | 23 fragmentation statistics can be obtained through gfp flag information of
|
| /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/net/batman-adv/ |
| H A D | hard-interface.c | 594 /* fragmentation headers don't strip the unicast/... header */ in batadv_hardif_min_mtu() 625 if (READ_ONCE(bat_priv->fragmentation) == 0) 628 /* with fragmentation enabled the maximum size of internally generated in batadv_update_min_mtu() 740 bool fragmentation; in batadv_hardif_enable_interface() 778 fragmentation = READ_ONCE(bat_priv->fragmentation); in batadv_hardif_enable_interface() 779 if (fragmentation && hardif_mtu < required_mtu) in batadv_hardif_enable_interface() 785 if (!fragmentation && hardif_mtu < required_mtu) in batadv_hardif_enable_interface()
|
| H A D | send.c | 32 #include "fragmentation.h" 188 if (READ_ONCE(bat_priv->fragmentation) && in batadv_send_skb_to_orig()
|
| H A D | types.h | 1566 * @fragmentation: bool indicating whether traffic fragmentation is 1569 u8 fragmentation; 1603 * multiple fragmented skbs or a single frame if fragmentation is 1518 atomic_t fragmentation; global() member
|
| H A D | mesh-interface.c | 781 WRITE_ONCE(bat_priv->fragmentation, 1); in batadv_meshif_init_late()
|
| /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/Documentation/admin-guide/sysctl/ |
| H A D | vm.rst | 136 of fragmentation, make the compaction code more sensitive to increases in 137 fragmentation, i.e. compaction will trigger more often, but reduce 138 fragmentation by a smaller amount. 139 This makes the fragmentation level more stable over time. 159 When set to 1, the page allocator tries harder to avoid fragmentation 162 It is recommended to enable this right after boot, as fragmentation, 332 debugfs shows what the fragmentation index for each order is in each zone in 334 of memory, values towards 1000 imply failures are due to fragmentation and -1 338 fragmentation index is <= extfrag_threshold. The default value is 500. 1091 event of a pageblock being mixed due to fragmentation [all...] |
| /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/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/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
|