Lines Matching defs:td
18 static int refill_fifo(struct thread_data *td, struct fifo *fifo, int fd) in refill_fifo()
44 static int trace_fifo_get(struct thread_data *td, struct fifo *fifo, int fd, in trace_fifo_get()
60 static int discard_pdu(struct thread_data *td, struct fifo *fifo, int fd, in discard_pdu()
111 static int lookup_device(struct thread_data *td, char *path, unsigned int maj, in lookup_device()
177 static void trace_add_open_close_event(struct thread_data *td, int fileno, enum file_log_act action) in trace_add_open_close_event()
190 static int trace_add_file(struct thread_data *td, __u32 device) in trace_add_file()
233 static void store_ipo(struct thread_data *td, unsigned long long offset, in store_ipo()
278 static void handle_trace_discard(struct thread_data *td, struct blk_io_trace *t, in handle_trace_discard()
308 static void handle_trace_fs(struct thread_data *td, struct blk_io_trace *t, in handle_trace_fs()
331 static void handle_trace(struct thread_data *td, struct blk_io_trace *t, in handle_trace()
367 int load_blktrace(struct thread_data *td, const char *filename, int need_swap) in load_blktrace()