Searched refs:fragmentation (Results 1 – 25 of 38) sorted by relevance
12
/linux-3.4.99/tools/perf/ |
D | builtin-kmem.c | 337 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/ |
D | Kconfig | 11 in order to reduce fragmentation. However, this results in a
|
/linux-3.4.99/net/batman-adv/ |
D | hard-interface.c | 193 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()
|
D | types.h | 149 atomic_t fragmentation; /* boolean */ member
|
D | unicast.c | 334 if (atomic_read(&bat_priv->fragmentation) && in unicast_send_skb()
|
D | bat_sysfs.c | 389 BAT_ATTR_BOOL(fragmentation, S_IRUGO | S_IWUSR, update_min_mtu);
|
D | soft-interface.c | 839 atomic_set(&bat_priv->fragmentation, 1); in softif_create()
|
D | routing.c | 841 atomic_read(&bat_priv->fragmentation) && in route_unicast_packet()
|
/linux-3.4.99/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 | 71 # aggregated_ogms fragmentation gw_sel_class vis_mode
|
/linux-3.4.99/drivers/staging/tidspbridge/ |
D | Kconfig | 32 failure under heavy memory fragmentation after some use time.
|
/linux-3.4.99/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-3.4.99/net/sctp/ |
D | Kconfig | 24 -- data fragmentation to conform to discovered path MTU size,
|
/linux-3.4.99/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-3.4.99/drivers/net/wireless/ |
D | at76c50x-usb.h | 168 u8 fragmentation; member
|
/linux-3.4.99/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-3.4.99/net/ipv6/netfilter/ |
D | Kconfig | 88 frag matching allows you to match packets based on the fragmentation
|
/linux-3.4.99/Documentation/vm/ |
D | transhuge.txt | 43 - if a hugepage allocation fails because of memory fragmentation, 210 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-3.4.99/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-3.4.99/Documentation/filesystems/ |
D | ext2.txt | 87 Blocks are clustered into block groups in order to reduce fragmentation 211 helps combat fragmentation.
|
12