Searched refs:bytes_read (Results 76 - 82 of 82) sorted by relevance

1234

/linux-master/net/mptcp/
H A Dprotocol.c2183 int bytes_read; local
2185 bytes_read = __mptcp_recvmsg_mskq(msk, msg, len - copied, flags, &tss, &cmsg_flags);
2186 if (unlikely(bytes_read < 0)) {
2188 copied = bytes_read;
2192 copied += bytes_read;
/linux-master/fs/smb/client/
H A Dfile.c4413 unsigned int bytes_read = 0; local
4456 total_read += bytes_read, cur_offset += bytes_read) {
4481 &bytes_read, &cur_offset,
4485 if (rc || (bytes_read == 0)) {
4494 *offset += bytes_read;
H A Dcifsglob.h1238 __u64 bytes_read; member in struct:cifs_tcon
1666 tcon->bytes_read += bytes;
1996 * cifs_tcon->stat_lock cifs_tcon->bytes_read tconInfoAlloc
H A Dcifs_debug.c686 tcon->bytes_read = 0;
H A Dsmb2ops.c1348 (long long)(tcon->bytes_read),
1905 struct cifs_io_parms *parms, unsigned int *bytes_read,
1910 return SMB2_read(xid, parms, bytes_read, buf, buf_type);
1904 smb2_sync_read(const unsigned int xid, struct cifs_fid *pfid, struct cifs_io_parms *parms, unsigned int *bytes_read, char **buf, int *buf_type) argument
/linux-master/net/tipc/
H A Dmsg.h112 u32 bytes_read; member in struct:tipc_skb_cb::__anon4639::__anon4640
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c3110 int bytes_read; local
3122 bytes_read = read(fdmt, buf, sizeof(buf) - 1);
3123 if (bytes_read <= 0 || bytes_read >= (int)sizeof(buf)) {
3130 buf[bytes_read] = '\0';

Completed in 304 milliseconds

1234