Searched refs:fragmentation (Results 1 – 25 of 35) sorted by relevance
12
/linux-2.6.39/tools/perf/ |
D | builtin-kmem.c | 333 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/ |
D | hard-interface.c | 206 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()
|
D | types.h | 136 atomic_t fragmentation; /* boolean */ member
|
D | unicast.c | 327 if (atomic_read(&bat_priv->fragmentation) && in unicast_send_skb()
|
D | bat_sysfs.c | 361 BAT_ATTR_BOOL(fragmentation, S_IRUGO | S_IWUSR, update_min_mtu);
|
D | soft-interface.c | 577 atomic_set(&bat_priv->fragmentation, 1); in softif_create()
|
D | routing.c | 1308 atomic_read(&bat_priv->fragmentation) && in route_unicast_packet()
|
/linux-2.6.39/Documentation/networking/ |
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 339 SC_MULTILINK enable PPP multilink fragmentation on
|
D | batman-adv.txt | 72 # fragmentation gw_sel_class vis_mode
|
/linux-2.6.39/Documentation/ABI/testing/ |
D | sysfs-class-net-mesh | 17 What: /sys/class/net/<mesh_iface>/mesh/fragmentation
|
D | sysfs-block-zram | 95 of memory, including allocator fragmentation and metadata
|
/linux-2.6.39/drivers/staging/tidspbridge/ |
D | Kconfig | 32 failure under heavy memory fragmentation after some use time.
|
/linux-2.6.39/net/sctp/ |
D | Kconfig | 24 -- data fragmentation to conform to discovered path MTU size,
|
/linux-2.6.39/Documentation/ |
D | nommu-mmap.txt | 120 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/ |
D | at76c50x-usb.h | 168 u8 fragmentation; member
|
/linux-2.6.39/Documentation/trace/ |
D | events-kmem.txt | 97 External fragmentation affects whether a high-order allocation will be
|
D | tracepoint-analysis.txt | 209 on whether the fragmentation event was severe or moderate.
|
/linux-2.6.39/net/ipv6/netfilter/ |
D | Kconfig | 88 frag matching allows you to match packets based on the fragmentation
|
/linux-2.6.39/Documentation/vm/ |
D | transhuge.txt | 43 - if a hugepage allocation fails because of memory fragmentation, 209 hugetlbfs other than there will be less overall fragmentation. All
|
D | slub.txt | 68 in low memory situations or if there's high fragmentation of memory. To
|
/linux-2.6.39/Documentation/sysctl/ |
D | vm.txt | 161 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/ |
D | ext2.txt | 87 Blocks are clustered into block groups in order to reduce fragmentation 211 helps combat fragmentation.
|
/linux-2.6.39/mm/ |
D | Kconfig | 289 system allocator, which can cause extra fragmentation, particularly
|
12