| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0008-libio-Remove-codecvt-vtable-BZ-24588.patch | 115 - char *to_end, char **to_stop); 118 - char *to_end, char **to_stop); 124 - wchar_t *to_end, wchar_t **to_stop); 167 - const wchar_t **from_stop, char *to_start, char *to_end, 172 + const wchar_t **from_stop, char *to_start, char *to_end, 183 - char *to_start, char *to_end, char **to_stop) 192 - codecvt->__cd_out.__cd.__data[0].__outbufend = (unsigned char *) to_end; 231 - wchar_t *to_start, wchar_t *to_end, wchar_t **to_stop) 236 + wchar_t *to_start, wchar_t *to_end, wchar_t **to_stop)
|
| H A D | 0009-Redefine-_IO_iconv_t-to-store-a-single-gconv-step-po.patch | 134 - codecvt->__cd_out.__cd.__data[0].__outbufend = (unsigned char *) to_end; 137 + codecvt->__cd_out.step_data.__outbufend = (unsigned char *) to_end; 168 - codecvt->__cd_in.__cd.__data[0].__outbufend = (unsigned char *) to_end; 171 + codecvt->__cd_in.step_data.__outbufend = (unsigned char *) to_end;
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | dev.c | 2158 LIST_HEAD(to_end); in fuse_abort_conn() 2179 list_move(&req->list, &to_end); in fuse_abort_conn() 2185 &to_end); in fuse_abort_conn() 2198 list_splice_tail_init(&fiq->pending, &to_end); in fuse_abort_conn() 2208 end_requests(&to_end); in fuse_abort_conn() 2229 LIST_HEAD(to_end); in fuse_dev_release() 2235 list_splice_init(&fpq->processing[i], &to_end); in fuse_dev_release() 2238 end_requests(&to_end); in fuse_dev_release()
|
| /OK3568_Linux_fs/kernel/drivers/rapidio/ |
| H A D | rio-scan.c | 1060 unsigned long to_end; in rio_disc_mport() local 1074 to_end = jiffies + CONFIG_RAPIDIO_DISC_TIMEOUT * HZ; in rio_disc_mport() 1075 while (time_before(jiffies, to_end)) { in rio_disc_mport()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-integrity.c | 1034 unsigned to_end; in write_journal() local 1036 to_end = ic->journal_sections - commit_start; in write_journal() 1041 encrypt_journal(ic, true, commit_start, to_end, &crypt_comp_1); in write_journal() 1043 rw_journal(ic, REQ_OP_WRITE, REQ_FUA, commit_start, to_end, &io_comp); in write_journal() 1046 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_1); in write_journal() 1052 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_2); in write_journal() 1054 rw_journal(ic, REQ_OP_WRITE, REQ_FUA, commit_start, to_end, &io_comp); in write_journal() 1058 for (i = 0; i < to_end; i++) in write_journal() 1060 rw_journal(ic, REQ_OP_WRITE, REQ_FUA, commit_start, to_end, &io_comp); in write_journal() 1061 for (i = 0; i < commit_sections - to_end; i++) in write_journal() [all …]
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | file.c | 3854 bool to_end = false; in f2fs_sec_trim_file() local 3891 to_end = true; in f2fs_sec_trim_file() 3895 (!to_end && !IS_ALIGNED(end_addr, F2FS_BLKSIZE))) { in f2fs_sec_trim_file() 3911 to_end ? LLONG_MAX : end_addr - 1); in f2fs_sec_trim_file() 3916 to_end ? -1 : end_addr - 1); in f2fs_sec_trim_file()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ltmain.sh | 5716 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 6304 lt_extend_str (const char *orig_value, const char *add, int to_end) 6312 if (to_end)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0009-Use-libtool-2.4.patch | 18778 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 19134 @@ -4049,9 +4905,9 @@ lt_extend_str (const char *orig_value, const char *add, int to_end)
|