to_end           1017 drivers/md/dm-integrity.c 		unsigned to_end;
to_end           1019 drivers/md/dm-integrity.c 		to_end = ic->journal_sections - commit_start;
to_end           1024 drivers/md/dm-integrity.c 			encrypt_journal(ic, true, commit_start, to_end, &crypt_comp_1);
to_end           1026 drivers/md/dm-integrity.c 				rw_journal(ic, REQ_OP_WRITE, REQ_FUA, commit_start, to_end, &io_comp);
to_end           1029 drivers/md/dm-integrity.c 				encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_1);
to_end           1035 drivers/md/dm-integrity.c 				encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_2);
to_end           1037 drivers/md/dm-integrity.c 				rw_journal(ic, REQ_OP_WRITE, REQ_FUA, commit_start, to_end, &io_comp);
to_end           1041 drivers/md/dm-integrity.c 			for (i = 0; i < to_end; i++)
to_end           1043 drivers/md/dm-integrity.c 			rw_journal(ic, REQ_OP_WRITE, REQ_FUA, commit_start, to_end, &io_comp);
to_end           1044 drivers/md/dm-integrity.c 			for (i = 0; i < commit_sections - to_end; i++)
to_end           1047 drivers/md/dm-integrity.c 		rw_journal(ic, REQ_OP_WRITE, REQ_FUA, 0, commit_sections - to_end, &io_comp);
to_end           1062 drivers/rapidio/rio-scan.c 	unsigned long to_end;
to_end           1076 drivers/rapidio/rio-scan.c 		to_end = jiffies + CONFIG_RAPIDIO_DISC_TIMEOUT * HZ;
to_end           1077 drivers/rapidio/rio-scan.c 		while (time_before(jiffies, to_end)) {
to_end           2096 fs/fuse/dev.c  		LIST_HEAD(to_end);
to_end           2117 fs/fuse/dev.c  					list_move(&req->list, &to_end);
to_end           2123 fs/fuse/dev.c  						      &to_end);
to_end           2136 fs/fuse/dev.c  		list_splice_tail_init(&fiq->pending, &to_end);
to_end           2146 fs/fuse/dev.c  		end_requests(fc, &to_end);
to_end           2167 fs/fuse/dev.c  		LIST_HEAD(to_end);
to_end           2173 fs/fuse/dev.c  			list_splice_init(&fpq->processing[i], &to_end);
to_end           2176 fs/fuse/dev.c  		end_requests(fc, &to_end);