HomeSort by relevance Sort by last modified time
    Searched refs:io_stats (Results 1 - 2 of 2) sorted by null

  /external/blktrace/
blktrace.h 29 struct io_stats { struct
49 struct io_stats io_stats; member in struct:per_cpu_info
blkparse.c 55 struct io_stats io_stats; member in struct:per_dev_info
88 struct io_stats io_stats; member in struct:per_process_info
1142 static struct io_stats *find_process_io_stats(pid_t pid)
1156 return &ppi->io_stats;
1177 static inline void __account_m(struct io_stats *ios, struct blk_io_trace *t,
1192 __account_m(&pci->io_stats, t, rw);
1195 struct io_stats *ios = find_process_io_stats(t->pid);
1201 static inline void __account_pc_queue(struct io_stats *ios
    [all...]

Completed in 739 milliseconds