Home
last modified time | relevance | path

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

12345678910

/Linux-v6.1/tools/testing/selftests/net/
Ddevlink_port_split.py109 Return: Array of sub ports after splitting.
151 $lanes number of lanes after splitting.
192 Test that splitting of unsplittable port fails.
204 Test that splitting of splittable port passes correctly.
224 parser = argparse.ArgumentParser(description='A test for port splitting.')
261 # If max lanes is 0, do not test port splitting at all
271 # Else, splitting should pass and all the split ports should exist.
/Linux-v6.1/Documentation/mm/
Dtranshuge.rst177 in page_remove_rmap() and queue the THP for splitting if memory pressure
178 comes. Splitting will free up unused subpages.
180 Splitting the page right away is not an option due to locking context in
185 The function deferred_split_huge_page() is used to queue a page for splitting.
186 The splitting itself will happen when we get memory pressure via shrinker
/Linux-v6.1/tools/lib/
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-v6.1/lib/
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-v6.1/arch/arm64/mm/
Dpageattr.c80 * Kernel VA mappings are always live, and splitting live section in change_memory_common()
83 * we are operating on does not result in such splitting. in change_memory_common()
87 * splitting is never needed. in change_memory_common()
/Linux-v6.1/Documentation/block/
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-v6.1/fs/btrfs/
Dlocking.h46 * When splitting we will be holding a lock on the left/right node when
54 * When splitting we may push nodes to the left or right, but still use
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_scatterlist.c74 * taking a maximum segment length into account, splitting into segments
150 * taking a maximum segment length into account, splitting into segments
/Linux-v6.1/drivers/media/test-drivers/vidtv/
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-v6.1/drivers/infiniband/hw/irdma/
Dws.h30 u8 abstraction_layer; /* used for splitting a TC */
/Linux-v6.1/Documentation/admin-guide/device-mapper/
Ddelay.rst30 # splitting reads and writes to different devices $1 $2
/Linux-v6.1/arch/powerpc/platforms/powernv/
Dsubcore.c98 * Splitting
101 * The basic splitting procedure is fairly straight forward. However it is
116 * the splitting procedure. It firstly sets HID0_POWER8_DYNLPARDIS, which
/Linux-v6.1/arch/sparc/mm/
Dtlb.c241 * This routine is only called when splitting a THP
254 * thp_pte_count when splitting a THP, so do it now. in pmdp_invalidate()
/Linux-v6.1/drivers/staging/qlge/
DTODO5 that underwent header splitting but it still contains code to handle non
/Linux-v6.1/Documentation/admin-guide/mm/
Dtranshuge.rst357 This action implies splitting all PMD the page mapped with.
366 splitting it would free up some memory. Pages on split queue are
386 piece without splitting.
/Linux-v6.1/include/linux/
Dpage_ref.h257 * the purposes of splitting or migration.
300 * frozen in interrupt context for the purposes of splitting or migration.
Dpagewalk.h65 /* Descend to next level, splitting huge pages if needed and possible */
/Linux-v6.1/arch/arm/boot/bootp/
Dinit.S7 * "Header" file for splitting kernel + initrd. Note that we pass
/Linux-v6.1/net/batman-adv/
DKconfig27 changes include splitting of the OGM protocol into a neighbor
/Linux-v6.1/drivers/xen/xenbus/
Dxenbus_dev_backend.c42 * This can be resolved by splitting the ioctl into two parts in xenbus_alloc()
/Linux-v6.1/Documentation/gpu/amdgpu/display/
Ddc-debug.rst51 Sometimes we need to debug if DCN is splitting pipes correctly, and visual
/Linux-v6.1/Documentation/sound/soc/
Djack.rst18 This is done by splitting the jacks up into three things working
/Linux-v6.1/arch/arm64/kernel/
Defi.c88 * don't have to worry about splitting them when that happens. in efi_create_mapping()
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-bindings.txt27 in a single place, rather than splitting it across multiple client device
/Linux-v6.1/lib/zstd/compress/
Dzstd_ldm.c39 /* The choice of the splitting criterion is subject to two conditions: in ZSTD_ldm_gear_init()
44 * so in order to obtain a good quality splitting criterion it is in ZSTD_ldm_gear_init()
519 * NOTE: Because of dictionaries + sequence splitting we MUST make sure in ZSTD_ldm_generateSequences()

12345678910