|
Squid Web Cache master
|
#include <DiskThreads.h>
Public Attributes | |
| uint64_t | open_start = 0 |
| uint64_t | open_finish = 0 |
| uint64_t | close_start = 0 |
| uint64_t | close_finish = 0 |
| uint64_t | cancel = 0 |
| uint64_t | write_start = 0 |
| uint64_t | write_finish = 0 |
| uint64_t | read_start = 0 |
| uint64_t | read_finish = 0 |
| uint64_t | stat_start = 0 |
| uint64_t | stat_finish = 0 |
| uint64_t | unlink_start = 0 |
| uint64_t | unlink_finish = 0 |
| uint64_t | check_callback = 0 |
Definition at line 122 of file DiskThreads.h.
| uint64_t AIOCounts::cancel = 0 |
Definition at line 129 of file DiskThreads.h.
Referenced by aioCancel(), and DiskThreadsIOStrategy::aioStats().
| uint64_t AIOCounts::check_callback = 0 |
Definition at line 138 of file DiskThreads.h.
Referenced by DiskThreadsIOStrategy::aioStats(), and DiskThreadsIOStrategy::callback().
| uint64_t AIOCounts::close_finish = 0 |
Definition at line 128 of file DiskThreads.h.
Referenced by DiskThreadsIOStrategy::aioStats(), and DiskThreadsIOStrategy::callback().
| uint64_t AIOCounts::close_start = 0 |
Definition at line 127 of file DiskThreads.h.
Referenced by aioClose(), and DiskThreadsIOStrategy::aioStats().
| uint64_t AIOCounts::open_finish = 0 |
Definition at line 126 of file DiskThreads.h.
Referenced by DiskThreadsIOStrategy::aioStats(), and DiskThreadsIOStrategy::callback().
| uint64_t AIOCounts::open_start = 0 |
Definition at line 125 of file DiskThreads.h.
Referenced by aioOpen(), and DiskThreadsIOStrategy::aioStats().
| uint64_t AIOCounts::read_finish = 0 |
Definition at line 133 of file DiskThreads.h.
Referenced by DiskThreadsIOStrategy::aioStats(), and DiskThreadsIOStrategy::callback().
| uint64_t AIOCounts::read_start = 0 |
Definition at line 132 of file DiskThreads.h.
Referenced by aioRead(), and DiskThreadsIOStrategy::aioStats().
| uint64_t AIOCounts::stat_finish = 0 |
Definition at line 135 of file DiskThreads.h.
Referenced by DiskThreadsIOStrategy::aioStats(), and DiskThreadsIOStrategy::callback().
| uint64_t AIOCounts::stat_start = 0 |
Definition at line 134 of file DiskThreads.h.
Referenced by aioStat(), and DiskThreadsIOStrategy::aioStats().
| uint64_t AIOCounts::unlink_finish = 0 |
Definition at line 137 of file DiskThreads.h.
Referenced by DiskThreadsIOStrategy::aioStats(), and DiskThreadsIOStrategy::callback().
| uint64_t AIOCounts::unlink_start = 0 |
Definition at line 136 of file DiskThreads.h.
Referenced by DiskThreadsIOStrategy::aioStats(), and aioUnlink().
| uint64_t AIOCounts::write_finish = 0 |
Definition at line 131 of file DiskThreads.h.
Referenced by DiskThreadsIOStrategy::aioStats(), and DiskThreadsIOStrategy::callback().
| uint64_t AIOCounts::write_start = 0 |
Definition at line 130 of file DiskThreads.h.
Referenced by DiskThreadsIOStrategy::aioStats(), and aioWrite().