Searched refs:read_size (Results 1 – 3 of 3) sorted by relevance
263 long int rc, n_read, n_req, read_size; in dtl_file_read() local301 read_size = dtl->buf_entries - i; in dtl_file_read()304 read_size * sizeof(struct dtl_entry)); in dtl_file_read()309 n_req -= read_size; in dtl_file_read()310 n_read += read_size; in dtl_file_read()311 buf += read_size * sizeof(struct dtl_entry); in dtl_file_read()
90 unsigned long page, read_size, available; in htmdump_read() local113 read_size = min(count, available); in htmdump_read()114 *ppos += read_size; in htmdump_read()
786 int size, read_size; in emulate_vsx_load() local810 read_size = (size >= 8) ? 8 : size; in emulate_vsx_load()811 i = IS_LE ? 8 : 8 - read_size; in emulate_vsx_load()812 memcpy(®->b[i], mem, read_size); in emulate_vsx_load()
Completed in 8 milliseconds