/openbmc/linux/fs/jfs/ |
H A D | jfs_discard.c | 24 * blkno - starting block number to be trimmed (0..N) 25 * nblocks - number of blocks to be trimmed 72 u64 trimmed = 0; in jfs_ioc_trim() local 105 trimmed += dbDiscardAG(ip, agno, minlen); in jfs_ioc_trim() 110 range->len = trimmed << sb->s_blocksize_bits; in jfs_ioc_trim()
|
/openbmc/obmc-console/test/ |
H A D | test-config-parse-bytesize.c | 31 { " 10k", 10ul * 1024ul, 0 }, /* Leading spaces trimmed */ in test_config_parse_bytesize() 32 { "10k ", 10ul * 1024ul, 0 }, /* Trailing spaces trimmed */ in test_config_parse_bytesize() 33 { "\r\t10k \r\t", 10ul * 1024ul, 0 }, /* Spaces trimmed */ in test_config_parse_bytesize() 34 { " 10 kB ", 10ul * 1024ul, 0 }, /* Spaces trimmed */ in test_config_parse_bytesize()
|
/openbmc/linux/fs/btrfs/ |
H A D | free-space-cache.h | 16 * This is reset should any free space other than trimmed space be added to the 152 u64 *trimmed, u64 start, u64 end, u64 minlen); 154 u64 *trimmed, u64 start, u64 end, u64 minlen, 157 u64 *trimmed, u64 start, u64 end, u64 minlen,
|
H A D | discard.c | 47 * trimmed regions merge with other trimmed regions. This can cause 50 * the trimmed flag is set on the bitmap. Otherwise, if an allocation comes in, 454 * a pass on a discard list. If it is unused and fully trimmed, we can mark it 488 u64 trimmed = 0; in btrfs_discard_workfn() local 518 btrfs_trim_block_group_bitmaps(block_group, &trimmed, in btrfs_discard_workfn() 522 discard_ctl->discard_bitmap_bytes += trimmed; in btrfs_discard_workfn() 524 btrfs_trim_block_group_extents(block_group, &trimmed, in btrfs_discard_workfn() 528 discard_ctl->discard_extent_bytes += trimmed; in btrfs_discard_workfn() 548 discard_ctl->prev_discard = trimmed; in btrfs_discard_workfn() 676 * block groups are trimmed via a single large trim in transaction commit. This
|
H A D | free-space-cache.c | 2435 * 1) Merge trimmed areas together 2436 * 2) Let untrimmed areas coalesce with trimmed areas 2444 * space is trimmed, it will prevent aggregating trimmed new region and 2780 * it on loading of a block group, we want to consider it trimmed. 3056 * Walk @block_group's free space rb_tree to determine if everything is trimmed. 3662 u64 trimmed = 0; in do_trimming() local 3674 ret = btrfs_discard_extent(fs_info, start, bytes, &trimmed); in do_trimming() 3676 *total_trimmed += trimmed; in do_trimming() 3738 /* Skip bitmaps and if async, already trimmed entries */ in trim_no_bitmap() 3906 * Bitmaps are marked trimmed lossily now to prevent constant in trim_bitmaps() [all …]
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-sim.c | 651 char *trimmed; in gpio_sim_strdup_trimmed() local 653 trimmed = kstrndup(skip_spaces(str), count, GFP_KERNEL); in gpio_sim_strdup_trimmed() 654 if (!trimmed) in gpio_sim_strdup_trimmed() 657 return strim(trimmed); in gpio_sim_strdup_trimmed() 1041 char *trimmed; in gpio_sim_bank_config_label_store() local 1048 trimmed = gpio_sim_strdup_trimmed(page, count); in gpio_sim_bank_config_label_store() 1049 if (!trimmed) in gpio_sim_bank_config_label_store() 1053 bank->label = trimmed; in gpio_sim_bank_config_label_store() 1122 char *trimmed; in gpio_sim_line_config_name_store() local 1129 trimmed = gpio_sim_strdup_trimmed(page, count); in gpio_sim_line_config_name_store() [all …]
|
/openbmc/u-boot/arch/arm/mach-omap2/omap4/ |
H A D | hwinit.c | 73 * the device is not correctly trimmed in do_io_settings() 90 * ii. only if un-trimmed for 4460 in do_io_settings()
|
/openbmc/linux/drivers/phy/socionext/ |
H A D | phy-uniphier-usb3hs.c | 146 int ret, trimmed = 0; in uniphier_u3hsphy_update_config() local 160 trimmed = 1; in uniphier_u3hsphy_update_config() 167 if (!trimmed) { in uniphier_u3hsphy_update_config()
|
/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/ |
H A D | fix-filesubst-errexit.patch | 7 This is a trimmed-down version of a commit in the bash 'devel' branch
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_extent_busy.c | 423 * Needs to be trimmed to: in xfs_extent_busy_trim() 444 * Needs to be trimmed to: in xfs_extent_busy_trim() 459 * Can be trimmed to: in xfs_extent_busy_trim() 514 * re-check if the trimmed extent satisfies the minlen requirement. in xfs_extent_busy_trim()
|
/openbmc/linux/Documentation/misc-devices/ |
H A D | ad525x_dpot.rst | 38 address of 0x2f, we descend (unrelated sysfs entries have been trimmed)::
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | index.rst | 39 quickly-build-trimmed-linux
|
/openbmc/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | adi,ltc2947.yaml | 27 The LTC2947 uses either a trimmed internal oscillator or an external clock
|
/openbmc/linux/fs/fat/ |
H A D | fatent.c | 769 u64 ent_start, ent_end, minlen, trimmed = 0; in fat_trim_fs() local 810 trimmed += free; in fat_trim_fs() 837 trimmed += free; in fat_trim_fs() 845 range->len = trimmed << sbi->cluster_bits; in fat_trim_fs()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/logwatch/ |
H A D | logwatch_7.11.bb | 55 …echo "###### REGULAR EXPRESSIONS IN THIS FILE WILL BE TRIMMED FROM REPORT OUTPUT #####" > ${D}${sy…
|
/openbmc/qemu/migration/ |
H A D | global_state.c | 27 * runstate was 100 bytes, zero padded, but we trimmed it to add a
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | json_utils.hpp | 94 * @return std::string - trimmed string
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | sgx.h | 260 * %SGX_PAGE_TYPE_TRIM: a page in trimmed state 285 * %SGX_SECINFO_TRIM: a page in trimmed state
|
/openbmc/linux/arch/x86/kernel/cpu/sgx/ |
H A D | ioctl.c | 931 * or SGX_PAGE_TYPE_TRIM but TCS pages can only be trimmed. in sgx_enclave_modify_types() 1082 * sgx_encl_remove_pages() - Remove trimmed pages from SGX enclave 1124 * ENCLS[EMODPR] is run with RWX on a trimmed page that is in sgx_encl_remove_pages() 1126 * %SGX_PAGE_NOT_MODIFIABLE, after the trimmed page is in sgx_encl_remove_pages()
|
/openbmc/qemu/qga/ |
H A D | qapi-schema.json | 492 # @path: path that was trimmed 496 # @trimmed: bytes trimmed for this path 504 '*trimmed': 'int', '*minimum': 'int', '*error': 'str'}, 510 # @paths: list of @GuestFilesystemTrimResult per path that was trimmed 532 # all trimmed paths. (since 2.4)
|
/openbmc/linux/fs/ocfs2/ |
H A D | dlmglue.h | 77 u64 tf_trimlen; /* trimmed length in bytes */
|
/openbmc/linux/Documentation/bpf/ |
H A D | prog_cgroup_sockopt.rst | 98 indicates that the kernel should use BPF's trimmed ``optval``.
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | intel_runtime_pm.h | 78 * the array trimmed to active wakerefs.
|
/openbmc/linux/fs/iomap/ |
H A D | swapfile.c | 26 * the swap code must be trimmed to align to a page boundary. The logical
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-w1_therm | 7 (typical -55 degC to 125 degC), if not values will be trimmed
|