Searched full:splitting (Results 1 – 25 of 232) sorted by relevance
12345678910
/Linux-v6.1/tools/testing/selftests/net/ |
D | devlink_port_split.py | 109 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/ |
D | transhuge.rst | 177 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/ |
D | argv_split.c | 3 * 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/ |
D | argv_split.c | 3 * 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/ |
D | pageattr.c | 80 * 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/ |
D | biovecs.rst | 70 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/ |
D | locking.h | 46 * 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/ |
D | i915_scatterlist.c | 74 * 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/ |
D | vidtv_pes.h | 9 * 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/ |
D | ws.h | 30 u8 abstraction_layer; /* used for splitting a TC */
|
/Linux-v6.1/Documentation/admin-guide/device-mapper/ |
D | delay.rst | 30 # splitting reads and writes to different devices $1 $2
|
/Linux-v6.1/arch/powerpc/platforms/powernv/ |
D | subcore.c | 98 * 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/ |
D | tlb.c | 241 * 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/ |
D | TODO | 5 that underwent header splitting but it still contains code to handle non
|
/Linux-v6.1/Documentation/admin-guide/mm/ |
D | transhuge.rst | 357 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/ |
D | page_ref.h | 257 * the purposes of splitting or migration. 300 * frozen in interrupt context for the purposes of splitting or migration.
|
D | pagewalk.h | 65 /* Descend to next level, splitting huge pages if needed and possible */
|
/Linux-v6.1/arch/arm/boot/bootp/ |
D | init.S | 7 * "Header" file for splitting kernel + initrd. Note that we pass
|
/Linux-v6.1/net/batman-adv/ |
D | Kconfig | 27 changes include splitting of the OGM protocol into a neighbor
|
/Linux-v6.1/drivers/xen/xenbus/ |
D | xenbus_dev_backend.c | 42 * This can be resolved by splitting the ioctl into two parts in xenbus_alloc()
|
/Linux-v6.1/Documentation/gpu/amdgpu/display/ |
D | dc-debug.rst | 51 Sometimes we need to debug if DCN is splitting pipes correctly, and visual
|
/Linux-v6.1/Documentation/sound/soc/ |
D | jack.rst | 18 This is done by splitting the jacks up into three things working
|
/Linux-v6.1/arch/arm64/kernel/ |
D | efi.c | 88 * don't have to worry about splitting them when that happens. in efi_create_mapping()
|
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-bindings.txt | 27 in a single place, rather than splitting it across multiple client device
|
/Linux-v6.1/lib/zstd/compress/ |
D | zstd_ldm.c | 39 /* 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