Searched refs:to_end (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/fuse/ |
D | dev.c | 2104 LIST_HEAD(to_end); in fuse_abort_conn() 2122 list_move(&req->list, &to_end); in fuse_abort_conn() 2126 list_splice_tail_init(&fpq->processing, &to_end); in fuse_abort_conn() 2136 list_splice_tail_init(&fiq->pending, &to_end); in fuse_abort_conn() 2146 end_requests(fc, &to_end); in fuse_abort_conn() 2165 LIST_HEAD(to_end); in fuse_dev_release() 2169 list_splice_init(&fpq->processing, &to_end); in fuse_dev_release() 2172 end_requests(fc, &to_end); in fuse_dev_release()
|
/Linux-v4.19/drivers/rapidio/ |
D | rio-scan.c | 1066 unsigned long to_end; in rio_disc_mport() local 1080 to_end = jiffies + CONFIG_RAPIDIO_DISC_TIMEOUT * HZ; in rio_disc_mport() 1081 while (time_before(jiffies, to_end)) { in rio_disc_mport()
|
/Linux-v4.19/drivers/md/ |
D | dm-integrity.c | 833 unsigned to_end; in write_journal() local 835 to_end = ic->journal_sections - commit_start; in write_journal() 840 encrypt_journal(ic, true, commit_start, to_end, &crypt_comp_1); in write_journal() 842 rw_journal(ic, REQ_OP_WRITE, REQ_FUA, commit_start, to_end, &io_comp); in write_journal() 845 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_1); in write_journal() 851 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_2); in write_journal() 853 rw_journal(ic, REQ_OP_WRITE, REQ_FUA, commit_start, to_end, &io_comp); in write_journal() 857 for (i = 0; i < to_end; i++) in write_journal() 859 rw_journal(ic, REQ_OP_WRITE, REQ_FUA, commit_start, to_end, &io_comp); in write_journal() 860 for (i = 0; i < commit_sections - to_end; i++) in write_journal() [all …]
|