Searched refs:fragmentation (Results 1 – 25 of 51) sorted by relevance
123
/Linux-v4.19/net/batman-adv/ |
D | Makefile | 29 batman-adv-y += fragmentation.o
|
D | hard-interface.c | 596 if (atomic_read(&bat_priv->fragmentation) == 0) in batadv_hardif_min_mtu() 800 if (atomic_read(&bat_priv->fragmentation) && in batadv_hardif_enable_interface() 807 if (!atomic_read(&bat_priv->fragmentation) && in batadv_hardif_enable_interface()
|
D | send.c | 207 if (atomic_read(&bat_priv->fragmentation) && in batadv_send_skb_to_orig()
|
D | types.h | 1523 atomic_t fragmentation; member
|
D | soft-interface.c | 822 atomic_set(&bat_priv->fragmentation, 1); in batadv_softif_init_late()
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | overview.rst | 7 performance difficulties due to fragmentation, the block allocator tries
|
D | allocators.rst | 15 fragmentation whenever possible. 17 The first tool that ext4 uses to combat fragmentation is the multi-block
|
D | bigalloc.rst | 11 blocks to reduce both fragmentation and metadata overhead. The
|
/Linux-v4.19/Documentation/vm/ |
D | ksm.rst | 67 ``max_page_sharing`` tunable, and an high ratio may indicate fragmentation 69 fragmentation algorithms in ksmd which would refile rmap_items from
|
D | zsmalloc.rst | 11 (0-order) pages, it would suffer from very high fragmentation --
|
D | page_owner.rst | 25 fragmentation statistics can be obtained through gfp flag information of
|
/Linux-v4.19/Documentation/networking/ |
D | segmentation-offloads.txt | 48 UDP fragmentation offload allows a device to fragment an oversized UDP 50 fragmentation offload are the same as TSO. However the IPv4 ID for 147 generate a big skb, set gso_size to the fragmentation point and deliver it
|
D | ipsec.txt | 18 datagram fragmentation when the expanded datagram is larger than the
|
D | mac80211-injection.txt | 24 current fragmentation threshold.
|
D | udplite.txt | 165 in turn, may trigger IP fragmentation. In this case, the generated 205 To see the analogous case for IPv6 fragmentation, consider a link
|
D | ppp_generic.txt | 188 fragmentation. 271 unit) will be subject to bundle-level compression and to fragmentation 333 SC_MULTILINK enable PPP multilink fragmentation on
|
D | batman-adv.rst | 71 aggregated_ogms fragmentation isolation_mark routing_algo
|
/Linux-v4.19/net/6lowpan/ |
D | Kconfig | 95 6LoWPAN IPv6 fragmentation option generic header compression
|
/Linux-v4.19/net/sctp/ |
D | Kconfig | 23 -- data fragmentation to conform to discovered path MTU size,
|
/Linux-v4.19/tools/perf/ |
D | builtin-kmem.c | 974 static double fragmentation(unsigned long n_req, unsigned long n_alloc) in fragmentation() function 1025 fragmentation(data->bytes_req, data->bytes_alloc)); in __print_slab_result() 1164 fragmentation(total_requested, total_allocated)); in print_slab_summary() 1481 x = fragmentation(l->bytes_req, l->bytes_alloc); in frag_cmp() 1482 y = fragmentation(r->bytes_req, r->bytes_alloc); in frag_cmp()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-net-mesh | 35 What: /sys/class/net/<mesh_iface>/mesh/fragmentation
|
/Linux-v4.19/Documentation/ |
D | nommu-mmap.txt | 119 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
|
/Linux-v4.19/drivers/net/wireless/atmel/ |
D | at76c50x-usb.h | 168 u8 fragmentation; member
|
/Linux-v4.19/Documentation/trace/ |
D | events-kmem.rst | 109 External fragmentation affects whether a high-order allocation will be
|
/Linux-v4.19/mm/ |
D | Kconfig | 221 Memory fragmentation introduced by ballooning might reduce 362 system allocator, which can cause extra fragmentation, particularly 589 in order to reduce fragmentation. However, this results in a
|
123