/linux/fs/bcachefs/ |
H A D | movinggc.c | 278 s64 wait = S64_MAX, fragmented_allowed, fragmented; in bch2_copygc_wait_amount() local 285 fragmented = 0; in bch2_copygc_wait_amount() 289 fragmented += usage.d[i].fragmented; in bch2_copygc_wait_amount() 291 wait = min(wait, max(0LL, fragmented_allowed - fragmented)); in bch2_copygc_wait_amount()
|
H A D | buckets_types.h | 39 u64 fragmented; member
|
H A D | chardev.c | 609 arg.d[i].fragmented = src.d[i].fragmented; in bch2_ioctl_dev_usage() 656 .fragmented = src.d[i].fragmented, in bch2_ioctl_dev_usage_v2()
|
H A D | bcachefs_ioctl.h | 314 __u64 fragmented; member
|
H A D | disk_accounting.h | 148 this_cpu_add(ca->usage->d[acc_k.dev_data_type.data_type].fragmented, a.v->d[2]); in bch2_accounting_mem_mod_locked()
|
H A D | disk_accounting.c | 812 percpu_u64_set(&d->fragmented, v[2]); in bch2_accounting_read() 921 v[2] = percpu_u64_get(&ca->usage->d[acc_k.dev_data_type.data_type].fragmented); in bch2_verify_accounting_clean()
|
H A D | bcachefs_format.h | 1199 __le64 fragmented; member
|
H A D | buckets.c | 94 usage->d[i].fragmented); in bch2_dev_usage_to_text()
|
/linux/Documentation/admin-guide/aoe/ |
H A D | todo.rst | 12 Because ATA over Ethernet is not fragmented by the kernel's IP code,
|
/linux/Documentation/networking/ |
H A D | mac80211-injection.rst | 27 IEEE80211_RADIOTAP_F_FRAG frame will be fragmented if longer than the
|
H A D | page_pool.rst | 106 with fragmented page pools.
|
H A D | netdev-features.rst | 133 Those features say that ndo_start_xmit can handle fragmented skbs:
|
H A D | segmentation-offloads.rst | 58 fragments should not increment as a single IPv4 datagram is fragmented.
|
/linux/Documentation/networking/device_drivers/ethernet/microsoft/ |
H A D | netvsc.rst | 34 On Azure, fragmented UDP packets have high loss rate with L4
|
/linux/Documentation/bpf/ |
H A D | prog_flow_dissector.rst | 112 flow dissector returns as soon as it finds out that the packet is fragmented;
|
/linux/Documentation/networking/device_drivers/ethernet/aquantia/ |
H A D | atlantic.rst | 358 Currently, NIC does not support RSS for fragmented IP packets, which leads to 359 incorrect working of RSS for fragmented UDP traffic. To disable RSS for UDP the
|
/linux/Documentation/trace/ |
H A D | events-kmem.rst | 27 internal fragmented as a result of the allocation pattern. By correlating
|
H A D | tracepoint-analysis.rst | 213 - In the event memory is getting externally fragmented, it reports
|
/linux/fs/btrfs/ |
H A D | fs.h | 341 bool fragmented; member
|
H A D | extent-tree.c | 2771 if (cluster && cluster->fragmented && in unpin_extent_range() 2774 cluster->fragmented = 0; in unpin_extent_range() 3738 last_ptr->fragmented = 1; in find_free_extent_unclustered() 4254 if (last_ptr->fragmented) { in prepare_allocation_clustered()
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | scan.h | 519 u8 fragmented; member
|
/linux/drivers/crypto/ |
H A D | atmel-aes.c | 978 bool use_dma, fragmented = false; in atmel_aes_ctr_transfer() local 997 fragmented = true; in atmel_aes_ctr_transfer() 1009 if (unlikely(fragmented)) { in atmel_aes_ctr_transfer()
|
/linux/Documentation/admin-guide/mm/ |
H A D | concepts.rst | 197 fragmented. Although with virtual memory it is possible to present
|
/linux/Documentation/filesystems/ |
H A D | hpfs.rst | 352 2.09 Fixed error on extremely fragmented files
|
/linux/fs/f2fs/ |
H A D | file.c | 2731 bool fragmented = false; in f2fs_defragment_range() local 2791 fragmented = true; in f2fs_defragment_range() 2801 if (!fragmented) { in f2fs_defragment_range()
|