Searched refs:to_end (Results 1 – 3 of 3) sorted by relevance
/linux/fs/fuse/ |
H A D | dev.c | 2275 LIST_HEAD(to_end); in fuse_abort_conn() 2296 list_move(&req->list, &to_end); in fuse_abort_conn() 2302 &to_end); in fuse_abort_conn() 2315 list_splice_tail_init(&fiq->pending, &to_end); in fuse_abort_conn() 2325 fuse_dev_end_requests(&to_end); in fuse_abort_conn() 2354 LIST_HEAD(to_end); in fuse_dev_release() 2360 list_splice_init(&fpq->processing[i], &to_end); in fuse_dev_release() 2363 fuse_dev_end_requests(&to_end); in fuse_dev_release()
|
/linux/drivers/rapidio/ |
H A D | rio-scan.c | 1067 unsigned long to_end; in rio_disc_mport() local 1081 to_end = jiffies + CONFIG_RAPIDIO_DISC_TIMEOUT * HZ; in rio_disc_mport() 1082 while (time_before(jiffies, to_end)) { in rio_disc_mport()
|
/linux/drivers/md/ |
H A D | dm-integrity.c | 1120 unsigned int to_end; in write_journal() local 1123 to_end = ic->journal_sections - commit_start; in write_journal() 1128 encrypt_journal(ic, true, commit_start, to_end, &crypt_comp_1); in write_journal() 1131 commit_start, to_end, &io_comp); in write_journal() 1134 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_1); in write_journal() 1140 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_2); in write_journal() 1142 rw_journal(ic, REQ_OP_WRITE | REQ_FUA, commit_start, to_end, &io_comp); in write_journal() 1146 for (i = 0; i < to_end; i++) in write_journal() 1148 rw_journal(ic, REQ_OP_WRITE | REQ_FUA, commit_start, to_end, &io_comp); in write_journal() 1149 for (i = 0; i < commit_sections - to_end; i++) in write_journal() [all …]
|