Home
last modified time | relevance | path

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

12

/linux-2.6.39/tools/perf/
Dbuiltin-kmem.c333 static double fragmentation(unsigned long n_req, unsigned long n_alloc) in fragmentation() function
388 fragmentation(data->bytes_req, data->bytes_alloc)); in __print_result()
407 fragmentation(total_requested, total_allocated)); in print_summary()
572 x = fragmentation(l->bytes_req, l->bytes_alloc); in frag_cmp()
573 y = fragmentation(r->bytes_req, r->bytes_alloc); in frag_cmp()
/linux-2.6.39/net/batman-adv/
Dhard-interface.c206 if (atomic_read(&bat_priv->fragmentation)) in hardif_min_mtu()
347 if (atomic_read(&bat_priv->fragmentation) && hard_iface->net_dev->mtu < in hardif_enable_interface()
358 if (!atomic_read(&bat_priv->fragmentation) && hard_iface->net_dev->mtu < in hardif_enable_interface()
Dtypes.h136 atomic_t fragmentation; /* boolean */ member
Dunicast.c327 if (atomic_read(&bat_priv->fragmentation) && in unicast_send_skb()
Dbat_sysfs.c361 BAT_ATTR_BOOL(fragmentation, S_IRUGO | S_IWUSR, update_min_mtu);
Dsoft-interface.c577 atomic_set(&bat_priv->fragmentation, 1); in softif_create()
Drouting.c1308 atomic_read(&bat_priv->fragmentation) && in route_unicast_packet()
/linux-2.6.39/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.txt72 # fragmentation gw_sel_class vis_mode
/linux-2.6.39/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-2.6.39/drivers/staging/tidspbridge/
DKconfig32 failure under heavy memory fragmentation after some use time.
/linux-2.6.39/net/sctp/
DKconfig24 -- data fragmentation to conform to discovered path MTU size,
/linux-2.6.39/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-2.6.39/drivers/net/wireless/
Dat76c50x-usb.h168 u8 fragmentation; member
/linux-2.6.39/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-2.6.39/net/ipv6/netfilter/
DKconfig88 frag matching allows you to match packets based on the fragmentation
/linux-2.6.39/Documentation/vm/
Dtranshuge.txt43 - if a hugepage allocation fails because of memory fragmentation,
209 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-2.6.39/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-2.6.39/Documentation/filesystems/
Dext2.txt87 Blocks are clustered into block groups in order to reduce fragmentation
211 helps combat fragmentation.
/linux-2.6.39/mm/
DKconfig289 system allocator, which can cause extra fragmentation, particularly

12