Searched defs:cfq_io_context (Results 1 – 1 of 1) sorted by relevance
64 struct cfq_io_context { struct65 struct rb_node rb_node;66 void *key;68 struct cfq_queue *cfqq[2];70 struct io_context *ioc;72 unsigned long last_end_request;73 sector_t last_request_pos;74 unsigned long last_queue;76 unsigned long ttime_total;77 unsigned long ttime_samples;[all …]