Home
last modified time | relevance | path

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

12

/linux-3.4.99/tools/perf/
Dbuiltin-kmem.c337 static double fragmentation(unsigned long n_req, unsigned long n_alloc) in fragmentation() function
392 fragmentation(data->bytes_req, data->bytes_alloc)); in __print_result()
411 fragmentation(total_requested, total_allocated)); in print_summary()
576 x = fragmentation(l->bytes_req, l->bytes_alloc); in frag_cmp()
577 y = fragmentation(r->bytes_req, r->bytes_alloc); in frag_cmp()
/linux-3.4.99/drivers/staging/zsmalloc/
DKconfig11 in order to reduce fragmentation. However, this results in a
/linux-3.4.99/net/batman-adv/
Dhard-interface.c193 if (atomic_read(&bat_priv->fragmentation)) in hardif_min_mtu()
336 if (atomic_read(&bat_priv->fragmentation) && hard_iface->net_dev->mtu < in hardif_enable_interface()
343 if (!atomic_read(&bat_priv->fragmentation) && hard_iface->net_dev->mtu < in hardif_enable_interface()
Dtypes.h149 atomic_t fragmentation; /* boolean */ member
Dunicast.c334 if (atomic_read(&bat_priv->fragmentation) && in unicast_send_skb()
Dbat_sysfs.c389 BAT_ATTR_BOOL(fragmentation, S_IRUGO | S_IWUSR, update_min_mtu);
Dsoft-interface.c839 atomic_set(&bat_priv->fragmentation, 1); in softif_create()
Drouting.c841 atomic_read(&bat_priv->fragmentation) && in route_unicast_packet()
/linux-3.4.99/Documentation/networking/
Dmac80211-injection.txt24 current fragmentation threshold.
Dudplite.txt165 in turn, may trigger IP fragmentation. In this case, the generated
205 To see the analogous case for IPv6 fragmentation, consider a link
Dppp_generic.txt188 fragmentation.
271 unit) will be subject to bundle-level compression and to fragmentation
339 SC_MULTILINK enable PPP multilink fragmentation on
Dbatman-adv.txt71 # aggregated_ogms fragmentation gw_sel_class vis_mode
/linux-3.4.99/drivers/staging/tidspbridge/
DKconfig32 failure under heavy memory fragmentation after some use time.
/linux-3.4.99/Documentation/ABI/testing/
Dsysfs-class-net-mesh17 What: /sys/class/net/<mesh_iface>/mesh/fragmentation
Dsysfs-block-zram95 of memory, including allocator fragmentation and metadata
/linux-3.4.99/net/sctp/
DKconfig24 -- data fragmentation to conform to discovered path MTU size,
/linux-3.4.99/Documentation/
Dnommu-mmap.txt120 this has an effect on fragmentation.
285 fragmentation, and as such, is left configurable. The default behaviour is to
287 allocator. In order to retain finer-grained control over fragmentation, this
/linux-3.4.99/drivers/net/wireless/
Dat76c50x-usb.h168 u8 fragmentation; member
/linux-3.4.99/Documentation/trace/
Devents-kmem.txt97 External fragmentation affects whether a high-order allocation will be
Dtracepoint-analysis.txt209 on whether the fragmentation event was severe or moderate.
/linux-3.4.99/net/ipv6/netfilter/
DKconfig88 frag matching allows you to match packets based on the fragmentation
/linux-3.4.99/Documentation/vm/
Dtranshuge.txt43 - if a hugepage allocation fails because of memory fragmentation,
210 hugetlbfs other than there will be less overall fragmentation. All
Dslub.txt68 in low memory situations or if there's high fragmentation of memory. To
/linux-3.4.99/Documentation/sysctl/
Dvm.txt161 the fragmentation index for each order is in each zone in the system. Values
163 values towards 1000 imply failures are due to fragmentation and -1 implies
167 fragmentation index is <= extfrag_threshold. The default value is 500.
/linux-3.4.99/Documentation/filesystems/
Dext2.txt87 Blocks are clustered into block groups in order to reduce fragmentation
211 helps combat fragmentation.

12