Home
last modified time | relevance | path

Searched refs:trimmed (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-sim.c678 char *trimmed; in gpio_sim_strdup_trimmed() local
680 trimmed = kstrndup(skip_spaces(str), count, GFP_KERNEL); in gpio_sim_strdup_trimmed()
681 if (!trimmed) in gpio_sim_strdup_trimmed()
684 return strim(trimmed); in gpio_sim_strdup_trimmed()
1100 char *trimmed; in gpio_sim_bank_config_label_store() local
1107 trimmed = gpio_sim_strdup_trimmed(page, count); in gpio_sim_bank_config_label_store()
1108 if (!trimmed) in gpio_sim_bank_config_label_store()
1112 bank->label = trimmed; in gpio_sim_bank_config_label_store()
1181 char *trimmed; in gpio_sim_line_config_name_store() local
1188 trimmed = gpio_sim_strdup_trimmed(page, count); in gpio_sim_line_config_name_store()
[all …]
H A Dgpio-virtuser.c396 char buf[32], *trimmed; in gpio_virtuser_direction_do_write() local
408 trimmed = strim(buf); in gpio_virtuser_direction_do_write()
410 if (strcmp(trimmed, "input") == 0) { in gpio_virtuser_direction_do_write()
412 } else if (strcmp(trimmed, "output-high") == 0) { in gpio_virtuser_direction_do_write()
415 } else if (strcmp(trimmed, "output-low") == 0) { in gpio_virtuser_direction_do_write()
/linux/fs/ntfs/
H A Dbitmap.c23 u64 end, trimmed = 0, start_buf, end_buf, end_cluster; in ntfs_trim_fs() local
84 trimmed += aligned_count; in ntfs_trim_fs()
97 range->len = trimmed; in ntfs_trim_fs()
/linux/fs/orangefs/
H A Dorangefs-debugfs.c876 char *trimmed; in debug_string_to_mask() local
896 trimmed = strim(token); in debug_string_to_mask()
897 if (*trimmed) { in debug_string_to_mask()
900 do_c_mask(i, trimmed, &c_mask); in debug_string_to_mask()
902 do_k_mask(i, trimmed, &k_mask); in debug_string_to_mask()
/linux/drivers/phy/socionext/
H A Dphy-uniphier-usb3hs.c146 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/fs/btrfs/
H A Dfree-space-cache.c3664 u64 trimmed = 0; in do_trimming() local
3678 ret = btrfs_discard_extent(fs_info, start, bytes, &trimmed, false); in do_trimming()
3680 *total_trimmed += trimmed; in do_trimming()
3840 u64 bytes, trimmed; in btrfs_trim_fully_remapped_block_group() local
3867 ret = btrfs_discard_extent(fs_info, bg->discard_cursor, bytes, &trimmed, false); in btrfs_trim_fully_remapped_block_group()
3871 bg->discard_cursor += trimmed; in btrfs_trim_fully_remapped_block_group()
4071 u64 *trimmed, u64 start, u64 end, u64 minlen) in btrfs_trim_block_group() argument
4080 *trimmed = 0; in btrfs_trim_block_group()
4090 ret = trim_no_bitmap(block_group, trimmed, start, end, minlen, false); in btrfs_trim_block_group()
4094 ret = trim_bitmaps(block_group, trimmed, start, end, minlen, 0, false); in btrfs_trim_block_group()
[all …]
H A Dextent-tree.c6621 u64 *trimmed, u64 pos, u64 *ret_next_pos) in btrfs_trim_free_extents_throttle() argument
6627 *trimmed = 0; in btrfs_trim_free_extents_throttle()
6708 *trimmed += bytes; in btrfs_trim_free_extents_throttle()
6727 static int btrfs_trim_free_extents(struct btrfs_fs_info *fs_info, u64 *trimmed, in btrfs_trim_free_extents() argument
6736 *trimmed = 0; in btrfs_trim_free_extents()
6777 *trimmed += group_trimmed; in btrfs_trim_free_extents()
6786 *trimmed += group_trimmed; in btrfs_trim_free_extents()
6830 *trimmed += group_trimmed; in btrfs_trim_free_extents()
6859 u64 trimmed = 0; in btrfs_trim_fs() local
6903 trimmed += group_trimmed; in btrfs_trim_fs()
[all …]
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dindex.rst96 * quickly-build-trimmed-linux
/linux/Documentation/misc-devices/
H A Dad525x_dpot.rst38 address of 0x2f, we descend (unrelated sysfs entries have been trimmed)::
/linux/Documentation/bpf/
H A Dprog_cgroup_sockopt.rst98 indicates that the kernel should use BPF's trimmed ``optval``.
/linux/
H A DREADME12 * Build the kernel: See Documentation/admin-guide/quickly-build-trimmed-linux.rst
H A DMAINTAINERS7828 F: Documentation/admin-guide/quickly-build-trimmed-linux.rst
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-w1_therm7 (typical -55 degC to 125 degC), if not values will be trimmed
/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst153 whitespace. Then, leading whitespaces are trimmed from the first argument,
/linux/tools/perf/Documentation/
H A Dperf.data-file-format.txt697 from the struct perf_header. The trimmed header is:
/linux/Documentation/process/
H A Dsubmitting-patches.rst336 Use trimmed interleaved replies in email discussions
781 issue. Here is an example of a well-trimmed backtrace::
/linux/fs/ext4/
H A Dmballoc.c7044 uint64_t start, end, minlen, trimmed = 0; in ext4_trim_fs() local
7110 trimmed += cnt; in ext4_trim_fs()
7124 range->len = EXT4_C2B(EXT4_SB(sb), trimmed) << sb->s_blocksize_bits; in ext4_trim_fs()