Searched full:splitting (Results 1 – 25 of 280) sorted by relevance
12345678910>>...12
/linux-6.12.1/tools/testing/selftests/drivers/net/hw/ |
D | devlink_port_split.py | 111 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-6.12.1/Documentation/mm/ |
D | transhuge.rst | 159 in folio_remove_rmap_*() and queue the THP for splitting if memory pressure 160 comes. Splitting will free up unused subpages. 162 Splitting the page right away is not an option due to locking context in 167 The function deferred_split_folio() is used to queue a folio for splitting. 168 The splitting itself will happen when we get memory pressure via shrinker
|
/linux-6.12.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-6.12.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-6.12.1/arch/arm64/mm/ |
D | pageattr.c | 83 * Kernel VA mappings are always live, and splitting live section in change_memory_common() 86 * we are operating on does not result in such splitting. in change_memory_common() 90 * splitting is never needed. in change_memory_common()
|
/linux-6.12.1/include/net/page_pool/ |
D | helpers.h | 15 * which allocate memory with or without page splitting depending on the 22 * 1. page_pool_alloc_pages(): allocate memory without page splitting when 27 * 2. page_pool_alloc_frag(): allocate memory with page splitting when driver 29 * page allocated from page pool. Page splitting enables memory saving and thus 31 * implement page splitting, mainly some cache line dirtying/bouncing for
|
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/ |
D | dirty_log_page_splitting_test.c | 3 * 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-6.12.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-6.12.1/Documentation/admin-guide/mm/ |
D | transhuge.rst | 472 This action implies splitting all PMD the page mapped with. 481 splitting it would free up some memory. Pages on split queue are 507 piece without splitting. 535 piece without splitting. 566 This happens when a huge page is partially unmapped and splitting 568 be split under memory pressure, if splitting is possible.
|
/linux-6.12.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-6.12.1/drivers/infiniband/hw/irdma/ |
D | ws.h | 30 u8 abstraction_layer; /* used for splitting a TC */
|
/linux-6.12.1/tools/testing/selftests/net/forwarding/ |
D | bridge_fdb_learning_limit.sh | 247 # This is intentional use of word splitting. 287 # This is intentional use of word splitting.
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | i915_scatterlist.c | 74 * taking a maximum segment length into account, splitting into segments 157 * taking a maximum segment length into account, splitting into segments
|
/linux-6.12.1/arch/powerpc/platforms/powernv/ |
D | subcore.c | 100 * Splitting 103 * The basic splitting procedure is fairly straight forward. However it is 118 * the splitting procedure. It firstly sets HID0_POWER8_DYNLPARDIS, which
|
/linux-6.12.1/Documentation/admin-guide/device-mapper/ |
D | dm-crypt.rst | 171 is received, dm-crypt will split the request. The splitting improves 178 is received, dm-crypt will split the request. The splitting improves
|
D | delay.rst | 43 # splitting reads to device $1 but writes and flushs to different device $2
|
/linux-6.12.1/fs/btrfs/ |
D | locking.h | 51 * 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-6.12.1/arch/sparc/mm/ |
D | tlb.c | 245 * This routine is only called when splitting a THP 259 * thp_pte_count when splitting a THP, so do it now. in pmdp_invalidate()
|
/linux-6.12.1/tools/testing/selftests/net/netfilter/ |
D | nft_tproxy_udp.sh | 180 # shellcheck disable=SC2046 # Intended splitting of ip_command 245 # shellcheck disable=SC2046 # Intended splitting of ip_command
|
D | nft_tproxy_tcp.sh | 214 # shellcheck disable=SC2046 # Intended splitting of ip_command 271 # shellcheck disable=SC2046 # Intended splitting of ip_command
|
/linux-6.12.1/arch/arm/boot/bootp/ |
D | init.S | 7 * "Header" file for splitting kernel + initrd. Note that we pass
|
/linux-6.12.1/net/batman-adv/ |
D | Kconfig | 27 changes include splitting of the OGM protocol into a neighbor
|
/linux-6.12.1/Documentation/sound/soc/ |
D | jack.rst | 18 This is done by splitting the jacks up into three things working
|
/linux-6.12.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-6.12.1/drivers/platform/x86/x86-android-tablets/ |
D | x86-android-tablets.h | 103 * MODULE_DEVICE_TABLE(dmi, ...), while splitting the board descriptions.
|
12345678910>>...12