Lines Matching refs:int64_t
109 addReadEvent (hrtime_t rt, int64_t nb) in addReadEvent()
122 int64_t
135 addWriteEvent (hrtime_t wt, int64_t nb) in addWriteEvent()
148 int64_t
218 void setVirtualFds (int64_t vfd);
220 Vector<int64_t> *
233 setVirtualFd (int64_t vFd) in setVirtualFd()
238 int64_t
256 void setWriteStat (hrtime_t wt, int64_t nb);
264 int64_t
270 int64_t
360 void setReadStat (hrtime_t rt, int64_t nb);
368 int64_t
374 int64_t
470 int64_t readBytes; //The total bytes read
471 int64_t writeBytes; //The total bytes written
477 Vector<int64_t> *virtualFds; // The list of file virtual descriptors
479 int64_t virtualFd; // The virtual file descriptor
485 int64_t wSmallestBytes;
486 int64_t wLargestBytes;
504 int64_t rSmallestBytes;
505 int64_t rLargestBytes;