/openbmc/linux/tools/testing/selftests/net/ |
H A 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.
|
/openbmc/linux/Documentation/mm/ |
H A D | transhuge.rst | 159 in page_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
|
/openbmc/linux/tools/lib/ |
H A 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
|
/openbmc/linux/lib/ |
H A 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
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | dirty_log_page_splitting_test.c | 3 * KVM dirty logging page splitting test 176 * in the data slot, there should be no huge pages left after splitting. in run_test() 177 * Splitting happens at dirty log enable time without in run_test()
|
/openbmc/linux/arch/arm64/mm/ |
H A 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()
|
/openbmc/linux/Documentation/block/ |
H A 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.
|
/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/phosphor-software-manager/ |
H A D | bios-update.sh | 102 # shellcheck disable=SC2046 # Intended splitting of OPTIONS 130 # shellcheck disable=SC2046 # Intended splitting of OPTIONS
|
/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/ |
H A D | power-ctrl-init | 18 # need the word splitting for gpiofind command.
|
/openbmc/openbmc/poky/meta-poky/conf/templates/default/ |
H A D | local.conf.sample.extended | 77 # When splitting debug information, the following controls the results of the 78 # file splitting. 81 # When splitting the debug information will be placed into 86 # When splitting the debug information will be placed into
|
/openbmc/linux/drivers/media/test-drivers/vidtv/ |
H A 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.
|
/openbmc/linux/drivers/infiniband/hw/irdma/ |
H A D | ws.h | 30 u8 abstraction_layer; /* used for splitting a TC */
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | delay.rst | 30 # splitting reads and writes to different devices $1 $2
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A 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
|
/openbmc/qemu/include/qemu/ |
H A D | log-for-trace.h | 7 * The purpose of splitting these parts out into their own header
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A 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
|
/openbmc/linux/fs/btrfs/ |
H A 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
|
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-fw/ |
H A D | kudo-fw-ver.sh | 3 # Disable check for splitting
|
/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-fw-utility/mori-fw/ |
H A D | mori-fw-ver.sh | 3 # Disable check for splitting
|
/openbmc/linux/arch/sparc/mm/ |
H A 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()
|
/openbmc/linux/drivers/staging/qlge/ |
H A D | TODO | 5 that underwent header splitting but it still contains code to handle non
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | transhuge.rst | 355 This action implies splitting all PMD the page mapped with. 364 splitting it would free up some memory. Pages on split queue are 384 piece without splitting.
|
/openbmc/linux/block/ |
H A D | blk-merge.c | 224 * When splitting a bio, it can happen that a bvec is encountered that is too 321 * We can't sanely support splitting for a REQ_NOWAIT bio. End it in bio_split_rw() 322 * with EAGAIN if splitting is required and return an error pointer. in bio_split_rw() 340 * Bio splitting may cause subtle trouble such as hang when doing sync in bio_split_rw() 355 * Check if @bio needs splitting based on the queue limits, and if so split off 402 * Check if @bio needs splitting based on the queue limits of @bio->bi_bdev, and
|
/openbmc/openbmc/meta-openembedded/meta-gnome/classes/ |
H A D | gnome-help.bbclass | 29 bb.debug(1, "package requested not splitting help-files")
|
/openbmc/linux/arch/arm/boot/bootp/ |
H A D | init.S | 7 * "Header" file for splitting kernel + initrd. Note that we pass
|