Home
last modified time | relevance | path

Searched full:trimmed (Results 1 – 25 of 131) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Dtrim.hpp32 are to be trimmed..
48 The result is a trimmed copy of the input. It is returned as a sequence
97 The result is a trimmed copy of the input.
101 \return A trimmed copy of the input
156 The result is a trimmed copy of the input. It is returned as a sequence
206 The result is a trimmed copy of the input
210 \return A trimmed copy of the input
268 The result is a trimmed copy of the input. It is returned as a sequence
331 The result is a trimmed copy of the input
335 \return A trimmed copy of the input
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_discard.c24 * 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
100 trimmed += dbDiscardAG(ip, agno, minlen); in jfs_ioc_trim()
103 range->len = trimmed << sb->s_blocksize_bits; in jfs_ioc_trim()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-bow.c56 TRIMMED, /* Range has been trimmed */ enumerator
61 struct list_head trimmed_list; /* list of TRIMMED ranges */
189 if (leading_br->type == TRIMMED) in split_range()
227 if ((*br)->type == TRIMMED) { in set_type()
232 if (type == TRIMMED) { in set_type()
240 if (type == TRIMMED) in set_type()
247 if (type == TRIMMED) in set_type()
861 if (backup_br->type == TRIMMED) in prepare_unchanged_range()
914 case TRIMMED: in prepare_one_range()
1034 set_type(bc, &br, TRIMMED); in add_trim()
[all …]
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Ddiscard.c46 * trimmed regions merge with other trimmed regions. This can cause
49 * the trimmed flag is set on the bitmap. Otherwise, if an allocation comes in,
399 * through a pass on a discard list. If it is unused and fully trimmed, we can
432 u64 trimmed = 0; in btrfs_discard_workfn() local
462 btrfs_trim_block_group_bitmaps(block_group, &trimmed, in btrfs_discard_workfn()
466 discard_ctl->discard_bitmap_bytes += trimmed; in btrfs_discard_workfn()
468 btrfs_trim_block_group_extents(block_group, &trimmed, in btrfs_discard_workfn()
472 discard_ctl->discard_extent_bytes += trimmed; in btrfs_discard_workfn()
475 discard_ctl->prev_discard = trimmed; in btrfs_discard_workfn()
615 * block groups are trimmed via a single large trim in transaction commit. This
H A Dfree-space-cache.h14 * This is reset should any free space other than trimmed space be added to the
143 u64 *trimmed, u64 start, u64 end, u64 minlen);
145 u64 *trimmed, u64 start, u64 end, u64 minlen,
148 u64 *trimmed, u64 start, u64 end, u64 minlen,
H A Dfree-space-cache.c760 * trimmed. So when reading this in, the state should reflect in __load_free_space_cache()
2269 * 1) Merge trimmed areas together
2270 * 2) Let untrimmed areas coalesce with trimmed areas
2278 * space is trimmed, it will prevent aggregating trimmed new region and
2547 * it on loading of a block group, we want to consider it trimmed.
2814 * btrfs_is_free_space_trimmed - see if everything is trimmed
2817 * Walk @block_group's free space rb_tree to determine if everything is trimmed.
3403 u64 trimmed = 0; in do_trimming() local
3415 ret = btrfs_discard_extent(fs_info, start, bytes, &trimmed); in do_trimming()
3417 *total_trimmed += trimmed; in do_trimming()
[all …]
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/4g/
H A Dmainwindow.cpp63 if(abc.length()>1)ui->result->append(abc.trimmed()); in result()
65 if(efg.length()>1)ui->result->append(efg.trimmed()); in result()
71 if(abc.length()>1)ui->result->append(abc.trimmed()); in ping_result()
73 if(efg.length()>1)ui->result->append(efg.trimmed()); in ping_result()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/4g/
H A Dmainwindow.cpp63 if(abc.length()>1)ui->result->append(abc.trimmed()); in result()
65 if(efg.length()>1)ui->result->append(efg.trimmed()); in result()
71 if(abc.length()>1)ui->result->append(abc.trimmed()); in ping_result()
73 if(efg.length()>1)ui->result->append(efg.trimmed()); in ping_result()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/about/
H A Dabountwidget.cpp55 // ui->textBrowser->append(QString("[Kernal Version]: %1").arg(kerVersion.trimmed())); in loadData()
57 // ui->textBrowser->append(QString("[User Cpu]: %1").arg(userCpu.trimmed())); in loadData()
84 ui->textBrowser->append(QString("[Kernal Version]: %1").arg(kerVersion.trimmed())); in loadData()
86 ui->textBrowser->append(QString("[User Cpu]: %1").arg(userCpu.trimmed())); in loadData()
/OK3568_Linux_fs/kernel/Documentation/device-mapper/
H A Ddm-bow.txt20 the free (trimmed) area as needed in such a way as they can be restored.
65 Thus if it is written to or trimmed, the contents must first be backed up.
67 FREE means that the sector was trimmed in state 0 and has not yet been written
/OK3568_Linux_fs/app/qfm/
H A Dmimeutils.cpp69 if (line.trimmed().isEmpty()) { in load()
76 if (!group.isEmpty() && line.trimmed().startsWith("[")) { in load()
77 QString tmp = line.trimmed().replace("[", "").replace("]", ""); in load()
78 groupFound = group.trimmed().compare(tmp) == 0; in load()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/wifi/
H A Dmainwindow.cpp38 ui->result->append(abc.trimmed()); in result()
40 if(efg.length()>1)ui->result->append(efg.trimmed()); in result()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/wifi/
H A Dmainwindow.cpp38 ui->result->append(abc.trimmed()); in result()
40 if(efg.length()>1)ui->result->append(efg.trimmed()); in result()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/
H A Dwifiwidget.cpp248 QString wifiName= ui->wifiNameEdt->text().trimmed(); in on_connect_clicked()
249 QString wifiPassword= ui->WifiPasswordEdt->text().trimmed(); in on_connect_clicked()
262 if(ui->addressEdt->text().trimmed().isEmpty()) in on_pingBtn_clicked()
H A Dhostapdcli.cpp218 QString ssid = get(a+"end", "AP-STA-DISCONNECTED", "end").trimmed(); in handAutoMessage()
247 data = d.mid(index).trimmed(); in handCmdMessage()
298 result = result.trimmed(); in get()
H A Dwpaclicmd.cpp40 result = result.trimmed(); in get()
207 m_d->network = addNetwork().trimmed(); in connectWifi()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap4/
H A Dhwinit.c76 * the device is not correctly trimmed in do_io_settings()
93 * ii. only if un-trimmed for 4460 in do_io_settings()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_extent_busy.c425 * Needs to be trimmed to: in xfs_extent_busy_trim()
446 * Needs to be trimmed to: in xfs_extent_busy_trim()
461 * Can be trimmed to: in xfs_extent_busy_trim()
516 * re-check if the trimmed extent satisfies the minlen requirement. in xfs_extent_busy_trim()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/gprs/
H A Dgprs.cpp68 ui->Edit_info->append(abc.trimmed()); in result()
70 if(efg.length()>1)ui->Edit_info->append(efg.trimmed()); in result()
/OK3568_Linux_fs/app/forlinx/flapp/src/app/
H A Dmain.cpp21 id = id.trimmed().toLower(); in main()
/OK3568_Linux_fs/kernel/fs/fat/
H A Dfatent.c768 u64 ent_start, ent_end, minlen, trimmed = 0; in fat_trim_fs() local
809 trimmed += free; in fat_trim_fs()
836 trimmed += free; in fat_trim_fs()
844 range->len = trimmed << sbi->cluster_bits; in fat_trim_fs()
/OK3568_Linux_fs/kernel/Documentation/misc-devices/
H A Dad525x_dpot.rst38 address of 0x2f, we descend (unrelated sysfs entries have been trimmed)::
/OK3568_Linux_fs/app/forlinx/flapp/src/libs/core/
H A Dserialport.cpp15 this->setPortName(name.trimmed()); in config()
/OK3568_Linux_fs/kernel/arch/sparc/mm/
H A Dextable.c71 /* We could memmove them around; easier to mark the trimmed ones. */

123456