Lines Matching refs:thread_info
115 struct thread_info;
123 struct thread_info *global_thread_info;
214 struct thread_info { struct
435 static void print_latency(struct thread_info *t) in print_latency()
441 static void print_completion_latency(struct thread_info *t) in print_completion_latency()
451 void finish_io(struct thread_info *t, struct io_unit *io, long result, in finish_io()
470 int read_some_events(struct thread_info *t) { in read_some_events()
502 static struct io_unit *find_iou(struct thread_info *t, struct io_oper *oper) in find_iou()
528 static int io_oper_wait(struct thread_info *t, struct io_oper *oper) {
603 static struct io_unit *build_iocb(struct thread_info *t, struct io_oper *oper)
648 finish_oper(struct thread_info *t, struct io_oper *oper)
696 int build_oper(struct thread_info *t, struct io_oper *oper, int num_ios,
739 int run_built(struct thread_info *t, int num_ios, struct iocb **my_iocbs)
855 static int run_active_list(struct thread_info *t,
929 int setup_ious(struct thread_info *t,
1063 void global_thread_throughput(struct thread_info *t, char *this_stage) {
1094 int worker(struct thread_info *t)
1213 int run_workers(struct thread_info *t, int num_threads)
1313 struct thread_info *t;