Searched refs:to_end (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/block/ |
H A D | parallels.c | 153 int to_end; in block_status() local 162 to_end = cluster_remainder(s, sector_num, nb_sectors); in block_status() 163 nb_sectors -= to_end; in block_status() 164 sector_num += to_end; in block_status() 165 *pnum += to_end; in block_status() 168 prev_end_off += to_end; in block_status()
|
/openbmc/linux/fs/fuse/ |
H A D | dev.c | 2135 LIST_HEAD(to_end); in fuse_abort_conn() 2156 list_move(&req->list, &to_end); in fuse_abort_conn() 2162 &to_end); in fuse_abort_conn() 2175 list_splice_tail_init(&fiq->pending, &to_end); in fuse_abort_conn() 2185 end_requests(&to_end); in fuse_abort_conn() 2206 LIST_HEAD(to_end); in fuse_dev_release() 2212 list_splice_init(&fpq->processing[i], &to_end); in fuse_dev_release() 2215 end_requests(&to_end); in fuse_dev_release()
|
/openbmc/linux/drivers/rapidio/ |
H A D | rio-scan.c | 1064 unsigned long to_end; in rio_disc_mport() local 1078 to_end = jiffies + CONFIG_RAPIDIO_DISC_TIMEOUT * HZ; in rio_disc_mport() 1079 while (time_before(jiffies, to_end)) { in rio_disc_mport()
|
/openbmc/linux/drivers/md/ |
H A D | dm-integrity.c | 1134 unsigned int to_end; in write_journal() local 1137 to_end = ic->journal_sections - commit_start; in write_journal() 1142 encrypt_journal(ic, true, commit_start, to_end, &crypt_comp_1); in write_journal() 1145 commit_start, to_end, &io_comp); in write_journal() 1148 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_1); in write_journal() 1154 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_2); in write_journal() 1156 rw_journal(ic, REQ_OP_WRITE | REQ_FUA, commit_start, to_end, &io_comp); in write_journal() 1160 for (i = 0; i < to_end; i++) in write_journal() 1162 rw_journal(ic, REQ_OP_WRITE | REQ_FUA, commit_start, to_end, &io_comp); in write_journal() 1163 for (i = 0; i < commit_sections - to_end; i++) in write_journal() [all …]
|
/openbmc/linux/fs/f2fs/ |
H A D | file.c | 3939 bool to_end = false; in f2fs_sec_trim_file() local 3976 to_end = true; in f2fs_sec_trim_file() 3980 (!to_end && !IS_ALIGNED(end_addr, F2FS_BLKSIZE))) { in f2fs_sec_trim_file() 3996 to_end ? LLONG_MAX : end_addr - 1); in f2fs_sec_trim_file() 4001 to_end ? -1 : end_addr - 1); in f2fs_sec_trim_file()
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0008-Use-libtool-2.4.patch | 27824 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 28180 @@ -4049,9 +4905,9 @@ lt_extend_str (const char *orig_value, const char *add, int to_end)
|