Searched refs:read_start (Results 1 – 6 of 6) sorted by relevance
1038 size_t read_start, avail; in relay_file_read() local1052 read_start = relay_file_read_start_pos(buf); in relay_file_read()1058 from = buf->start + read_start; in relay_file_read()1067 relay_file_read_consume(buf, read_start, ret); in relay_file_read()1120 size_t read_subbuf = read_start / subbuf_size; in subbuf_splice_actor()1143 if (len > (subbuf_size - read_start % subbuf_size)) in subbuf_splice_actor()1144 len = subbuf_size - read_start % subbuf_size; in subbuf_splice_actor()1147 pidx = (read_start / PAGE_SIZE) % subbuf_pages; in subbuf_splice_actor()1148 poff = read_start & ~PAGE_MASK; in subbuf_splice_actor()1153 unsigned int cur_pos = read_start + total_len; in subbuf_splice_actor()[all …]
29 static DECLARE_COMPLETION(read_start);288 init_completion(&read_start); in ring_buffer_producer()384 complete(&read_start); in ring_buffer_consumer_thread()408 wait_for_completion(&read_start); in ring_buffer_producer_thread()
83 const u64 read_start = round_down(index, msblk->devblksize); in squashfs_bio_read() local84 const sector_t block = read_start >> msblk->devblksize_log2; in squashfs_bio_read()87 int offset = read_start - round_down(index, PAGE_SIZE); in squashfs_bio_read()
65 u32 read_start; in read_length() local87 read_start = start & ~EP_PAGE_MASK; in read_length()88 read_page(dd, read_start, buffer); in read_length()
302 static int ms_set_rw_reg_addr(struct rtsx_chip *chip, u8 read_start, in ms_set_rw_reg_addr() argument308 data[0] = read_start; in ms_set_rw_reg_addr()
428 DEFINE_NFSD_IO_EVENT(read_start);
Completed in 14 milliseconds