Home
last modified time | relevance | path

Searched full:splitting (Results 1 – 25 of 193) sorted by relevance

12345678

/linux/tools/testing/selftests/drivers/net/hw/
H A Ddevlink_port_split.py111 Return: Array of sub ports after splitting.
153 $lanes number of lanes after splitting.
194 Test that splitting of unsplittable port fails.
206 Test that splitting of splittable port passes correctly.
247 parser = argparse.ArgumentParser(description='A test for port splitting.')
282 # If max lanes is 0, do not test port splitting at all
292 # Else, splitting should pass and all the split ports should exist.
/linux/tools/lib/
H A Dargv_split.c3 * Helper function for splitting a string into an argv-like array.
57 * @str. This is performed by strictly splitting on white-space; no
/linux/lib/
H A Dargv_split.c3 * Helper function for splitting a string into an argv-like array.
50 * @str. This is performed by strictly splitting on white-space; no
/linux/tools/testing/selftests/kvm/x86/
H A Ddirty_log_page_splitting_test.c3 * KVM dirty logging page splitting test
177 * in the data slot, there should be no huge pages left after splitting. in run_test()
178 * Splitting happens at dirty log enable time without in run_test()
/linux/Documentation/block/
H A Dbiovecs.rst70 through biovecs. This is what enables efficient splitting of arbitrary
75 * Splitting bios is now much simpler. The old bio_split() didn't even work on
81 bio_chain() when splitting bios helps with this.
/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_pes.h9 * with a PES header and then splitting it into TS packets.
183 * with a PES header and then splitting it into TS packets.
/linux/drivers/infiniband/hw/irdma/
H A Dws.h30 u8 abstraction_layer; /* used for splitting a TC */
/linux/tools/testing/selftests/net/forwarding/
H A Dbridge_fdb_learning_limit.sh247 # This is intentional use of word splitting.
287 # This is intentional use of word splitting.
/linux/block/
H A Dblk-merge.c108 * bio_submit_split_bioset - Submit a bio, splitting it at a designated sector
275 * When splitting a bio, it can happen that a bvec is encountered that is too
387 * We can't sanely support splitting for a REQ_NOWAIT bio. End it in bio_split_io_at()
388 * with EAGAIN if splitting is required and return an error pointer. in bio_split_io_at()
411 * Bio splitting may cause subtle trouble such as hang when doing sync in bio_split_io_at()
458 * I/O completion handler, and we can race and see this. Splitting to a in bio_split_write_zeroes()
472 * Check if @bio needs splitting based on the queue limits of @bio->bi_bdev, and
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-crypt.rst176 is received, dm-crypt will split the request. The splitting improves
183 is received, dm-crypt will split the request. The splitting improves
/linux/fs/btrfs/
H A Dlocking.h51 * When splitting we will be holding a lock on the left/right node when
59 * When splitting we may push nodes to the left or right, but still use
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_tproxy_udp.sh180 # shellcheck disable=SC2046 # Intended splitting of ip_command
245 # shellcheck disable=SC2046 # Intended splitting of ip_command
H A Dnft_tproxy_tcp.sh214 # shellcheck disable=SC2046 # Intended splitting of ip_command
271 # shellcheck disable=SC2046 # Intended splitting of ip_command
/linux/mm/
H A Dhugetlb_vmemmap.c106 /* Only splitting, not remapping the vmemmap pages. */ in vmemmap_pmd_entry()
652 * Splitting the PMD requires allocating a page, thus let's fail in __hugetlb_vmemmap_optimize_folios()
681 * This can occur in the case that both splitting fails in __hugetlb_vmemmap_optimize_folios()
736 * The pre-HVO code does not deal with splitting PMDS, in vmemmap_should_optimize_bootmem_page()
/linux/arch/arm/boot/bootp/
H A Dinit.S7 * "Header" file for splitting kernel + initrd. Note that we pass
/linux/drivers/xen/xenbus/
H A Dxenbus_dev_backend.c42 * This can be resolved by splitting the ioctl into two parts in xenbus_alloc()
/linux/Documentation/sound/soc/
H A Djack.rst18 This is done by splitting the jacks up into three things working
/linux/drivers/platform/x86/x86-android-tablets/
H A Dx86-android-tablets.h113 * MODULE_DEVICE_TABLE(dmi, ...), while splitting the board descriptions.
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl-bindings.txt27 in a single place, rather than splitting it across multiple client device
/linux/tools/testing/selftests/mm/
H A Dmerge.c143 * Now make the first 5 pages read-only, splitting the VMA: in TEST_F()
194 * Now make the last 5 pages read-only, splitting the VMA: in TEST_F()
244 * Now make the first and last 3 pages read-only, splitting the VMA: in TEST_F()
295 * Now make the last 3 pages read-only, splitting the VMA: in TEST_F()
314 * Now make the first 3 pages read-only, splitting the VMA: in TEST_F()
354 * Now make the first 3 pages read-only, splitting the VMA: in TEST_F()
373 * Now make the last 3 pages read-only, splitting the VMA: in TEST_F()
1557 * Now move VMA B out the way (splitting VMA BC) so we can place VMA A
/linux/arch/alpha/kernel/
H A Dmachvec_impl.h32 the SRM console. But splitting out that one case from IO() below
/linux/lib/zstd/compress/
H A Dzstd_ldm.c40 /* The choice of the splitting criterion is subject to two conditions: in ZSTD_ldm_gear_init()
45 * so in order to obtain a good quality splitting criterion it is in ZSTD_ldm_gear_init()
576 * NOTE: Because of dictionaries + sequence splitting we MUST make sure in ZSTD_ldm_generateSequences()
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dfsl,mpic-msi.yaml90 splitting an individual MSI register or the associated PIC interrupt).
/linux/drivers/iommu/
H A Dio-pgtable-arm-v7s.c580 * needs splitting first, unless we're unmapping the whole lot. in __arm_v7s_unmap()
582 * For splitting, we can't rewrite 16 PTEs atomically, and since we in __arm_v7s_unmap()
585 * will never be splitting large pages anyway, so just wrap this edge in __arm_v7s_unmap()
/linux/net/ipv4/
H A Dtcp_hybla.c120 * This is done by splitting the rho parameter in hybla_cong_avoid()

12345678