| /linux-6.15/fs/jfs/ |
| H A D | jfs_discard.c | 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()
|
| H A D | jfs_dmap.c | 1566 u64 trimmed = 0; in dbDiscardAG() local 1636 trimmed += tt->nblocks; in dbDiscardAG() 1640 return trimmed; in dbDiscardAG()
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpio-sim.c | 681 char *trimmed; in gpio_sim_strdup_trimmed() local 684 if (!trimmed) in gpio_sim_strdup_trimmed() 687 return strim(trimmed); in gpio_sim_strdup_trimmed() 1092 char *trimmed; in gpio_sim_bank_config_label_store() local 1100 if (!trimmed) in gpio_sim_bank_config_label_store() 1173 char *trimmed; in gpio_sim_line_config_name_store() local 1181 if (!trimmed) in gpio_sim_line_config_name_store() 1185 line->name = trimmed; in gpio_sim_line_config_name_store() 1213 char *trimmed; in gpio_sim_hog_config_name_store() local 1221 if (!trimmed) in gpio_sim_hog_config_name_store() [all …]
|
| H A D | gpio-virtuser.c | 401 char buf[32], *trimmed; in gpio_virtuser_direction_do_write() local 413 trimmed = strim(buf); in gpio_virtuser_direction_do_write() 415 if (strcmp(trimmed, "input") == 0) { in gpio_virtuser_direction_do_write() 417 } else if (strcmp(trimmed, "output-high") == 0) { in gpio_virtuser_direction_do_write() 420 } else if (strcmp(trimmed, "output-low") == 0) { in gpio_virtuser_direction_do_write()
|
| /linux-6.15/fs/btrfs/ |
| H A D | free-space-cache.h | 162 u64 *trimmed, u64 start, u64 end, u64 minlen); 164 u64 *trimmed, u64 start, u64 end, u64 minlen, 167 u64 *trimmed, u64 start, u64 end, u64 minlen,
|
| H A D | discard.c | 496 u64 trimmed = 0; in btrfs_discard_workfn() local 537 btrfs_trim_block_group_bitmaps(block_group, &trimmed, in btrfs_discard_workfn() 541 discard_ctl->discard_bitmap_bytes += trimmed; in btrfs_discard_workfn() 543 btrfs_trim_block_group_extents(block_group, &trimmed, in btrfs_discard_workfn() 547 discard_ctl->discard_extent_bytes += trimmed; in btrfs_discard_workfn() 567 discard_ctl->prev_discard = trimmed; in btrfs_discard_workfn()
|
| H A D | free-space-cache.c | 3665 u64 trimmed = 0; in do_trimming() local 3677 ret = btrfs_discard_extent(fs_info, start, bytes, &trimmed); in do_trimming() 3679 *total_trimmed += trimmed; in do_trimming() 4023 u64 *trimmed, u64 start, u64 end, u64 minlen) in btrfs_trim_block_group() argument 4031 *trimmed = 0; in btrfs_trim_block_group() 4041 ret = trim_no_bitmap(block_group, trimmed, start, end, minlen, false); in btrfs_trim_block_group() 4056 u64 *trimmed, u64 start, u64 end, u64 minlen, in btrfs_trim_block_group_extents() argument 4061 *trimmed = 0; in btrfs_trim_block_group_extents() 4078 u64 *trimmed, u64 start, u64 end, u64 minlen, in btrfs_trim_block_group_bitmaps() argument 4083 *trimmed = 0; in btrfs_trim_block_group_bitmaps() [all …]
|
| H A D | extent-tree.c | 2862 u64 trimmed = 0; in btrfs_finish_extent_commit() local 2869 &trimmed); in btrfs_finish_extent_commit() 6371 static int btrfs_trim_free_extents(struct btrfs_device *device, u64 *trimmed) in btrfs_trim_free_extents() argument 6376 *trimmed = 0; in btrfs_trim_free_extents() 6447 *trimmed += bytes; in btrfs_trim_free_extents() 6478 u64 trimmed = 0; in btrfs_trim_fs() local 6521 trimmed += group_trimmed; in btrfs_trim_fs() 6542 trimmed += group_trimmed; in btrfs_trim_fs() 6555 range->len = trimmed; in btrfs_trim_fs()
|
| /linux-6.15/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()
|
| /linux-6.15/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()
|
| /linux-6.15/Documentation/misc-devices/ |
| H A D | ad525x_dpot.rst | 38 address of 0x2f, we descend (unrelated sysfs entries have been trimmed)::
|
| /linux-6.15/Documentation/devicetree/bindings/hwmon/ |
| H A D | adi,ltc2947.yaml | 27 The LTC2947 uses either a trimmed internal oscillator or an external clock
|
| /linux-6.15/fs/gfs2/ |
| H A D | rgrp.c | 1319 u32 trimmed = 0; in gfs2_rgrp_send_discards() local 1347 trimmed += nr_blks; in gfs2_rgrp_send_discards() 1363 trimmed += nr_blks; in gfs2_rgrp_send_discards() 1366 *ptrimmed = trimmed; in gfs2_rgrp_send_discards() 1396 u64 trimmed = 0; in gfs2_fitrim() local 1452 trimmed += amt; in gfs2_fitrim() 1476 r.len = trimmed << bs_shift; in gfs2_fitrim()
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | index.rst | 68 quickly-build-trimmed-linux
|
| H A D | quickly-build-trimmed-linux.rst | 5 How to quickly build a trimmed Linux kernel 81 https://docs.kernel.org/admin-guide/quickly-build-trimmed-linux.html 998 kernel builds, as you already created a trimmed down configuration you want to 1091 …linux/kernel/git/torvalds/linux.git/plain/Documentation/admin-guide/quickly-build-trimmed-linux.rst
|
| H A D | verify-bugs-and-bisect-regressions.rst | 122 This among others verifies the trimmed .config file actually works well, as 711 In case of a regression, you now want to ensure the trimmed configuration file 758 (say from 6.0.13 to 6.1.5). But do not worry, due to the trimmed build 1460 That parameter also allows you to build trimmed kernels for another machine in 1498 trimmed with localmodconfig consumed around 5 Gigabyte of space with debug 1829 the trimmed build configuration, a different setting for debug symbols, the
|
| /linux-6.15/drivers/hwmon/ |
| H A D | hp-wmi-sensors.c | 937 char *trimmed; in update_numeric_sensor_from_wobj() local 967 trimmed = strim(string); in update_numeric_sensor_from_wobj() 968 if (strcmp(trimmed, nsensor->current_state)) { in update_numeric_sensor_from_wobj() 969 new_string = hp_wmi_strdup(dev, trimmed); in update_numeric_sensor_from_wobj()
|
| /linux-6.15/Documentation/bpf/ |
| H A D | prog_cgroup_sockopt.rst | 98 indicates that the kernel should use BPF's trimmed ``optval``.
|
| /linux-6.15/fs/f2fs/ |
| H A D | segment.c | 1772 unsigned int trimmed = 0; in __wait_discard_cmd_range() local 1787 trimmed += iter->di.len; in __wait_discard_cmd_range() 1798 trimmed += __wait_one_discard_bio(sbi, dc); in __wait_discard_cmd_range() 1802 return trimmed; in __wait_discard_cmd_range() 3370 unsigned int trimmed = 0; in __issue_discard_cmd_range() local 3408 trimmed += __wait_all_discard_cmd(sbi, NULL); in __issue_discard_cmd_range() 3425 return trimmed; in __issue_discard_cmd_range() 3436 unsigned long long trimmed = 0; in f2fs_trim_fs() local 3488 trimmed = __issue_discard_cmd_range(sbi, &dpolicy, in f2fs_trim_fs() 3491 trimmed += __wait_discard_cmd_range(sbi, &dpolicy, in f2fs_trim_fs() [all …]
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-driver-w1_therm | 7 (typical -55 degC to 125 degC), if not values will be trimmed
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | kconfig-macro-language.rst | 153 whitespace. Then, leading whitespaces are trimmed from the first argument,
|
| /linux-6.15/Documentation/block/ |
| H A D | data-integrity.rst | 139 Essentially a bip is a trimmed down struct bio which holds a bio_vec
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf.data-file-format.txt | 642 from the struct perf_header. The trimmed header is:
|
| /linux-6.15/fs/ceph/ |
| H A D | caps.c | 213 bool trimmed = false; in ceph_reserve_caps() local 241 if (!trimmed) { in ceph_reserve_caps() 256 trimmed = true; in ceph_reserve_caps()
|
| /linux-6.15/mm/ |
| H A D | Kconfig | 799 If trimming is enabled, the excess is trimmed off and returned to the 812 of 1 says that all excess pages should be trimmed.
|