blob: a4d17265411ee29f9510174cb0813c8ee0c38737 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002 * CFQ, or complete fairness queueing, disk scheduler.
3 *
4 * Based on ideas from a previously unfinished io
5 * scheduler (round robin per-process disk scheduling) and Andrea Arcangeli.
6 *
Jens Axboe0fe23472006-09-04 15:41:16 +02007 * Copyright (C) 2003 Jens Axboe <axboe@kernel.dk>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07009#include <linux/module.h>
Al Viro1cc9be62006-03-18 12:29:52 -050010#include <linux/blkdev.h>
11#include <linux/elevator.h>
Randy Dunlapad5ebd22009-11-11 13:47:45 +010012#include <linux/jiffies.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070013#include <linux/rbtree.h>
Jens Axboe22e2c502005-06-27 10:55:12 +020014#include <linux/ioprio.h>
Jens Axboe7b679132008-05-30 12:23:07 +020015#include <linux/blktrace_api.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070016
17/*
18 * tunables
19 */
Jens Axboefe094d92008-01-31 13:08:54 +010020/* max queue in one round of service */
21static const int cfq_quantum = 4;
Arjan van de Ven64100092006-01-06 09:46:02 +010022static const int cfq_fifo_expire[2] = { HZ / 4, HZ / 8 };
Jens Axboefe094d92008-01-31 13:08:54 +010023/* maximum backwards seek, in KiB */
24static const int cfq_back_max = 16 * 1024;
25/* penalty of a backwards seek */
26static const int cfq_back_penalty = 2;
Arjan van de Ven64100092006-01-06 09:46:02 +010027static const int cfq_slice_sync = HZ / 10;
Jens Axboe3b181522005-06-27 10:56:24 +020028static int cfq_slice_async = HZ / 25;
Arjan van de Ven64100092006-01-06 09:46:02 +010029static const int cfq_slice_async_rq = 2;
Jens Axboecaaa5f92006-06-16 11:23:00 +020030static int cfq_slice_idle = HZ / 125;
Corrado Zoccolo5db5d642009-10-26 22:44:04 +010031static const int cfq_target_latency = HZ * 3/10; /* 300 ms */
32static const int cfq_hist_divisor = 4;
Jens Axboe22e2c502005-06-27 10:55:12 +020033
Jens Axboed9e76202007-04-20 14:27:50 +020034/*
Jens Axboe08717142008-01-28 11:38:15 +010035 * offset from end of service tree
Jens Axboed9e76202007-04-20 14:27:50 +020036 */
Jens Axboe08717142008-01-28 11:38:15 +010037#define CFQ_IDLE_DELAY (HZ / 5)
Jens Axboed9e76202007-04-20 14:27:50 +020038
39/*
40 * below this threshold, we consider thinktime immediate
41 */
42#define CFQ_MIN_TT (2)
43
Jeff Moyere6c5bc72009-10-23 17:14:52 -040044/*
45 * Allow merged cfqqs to perform this amount of seeky I/O before
46 * deciding to break the queues up again.
47 */
48#define CFQQ_COOP_TOUT (HZ)
49
Jens Axboe22e2c502005-06-27 10:55:12 +020050#define CFQ_SLICE_SCALE (5)
Aaron Carroll45333d52008-08-26 15:52:36 +020051#define CFQ_HW_QUEUE_MIN (5)
Jens Axboe22e2c502005-06-27 10:55:12 +020052
Jens Axboefe094d92008-01-31 13:08:54 +010053#define RQ_CIC(rq) \
54 ((struct cfq_io_context *) (rq)->elevator_private)
Jens Axboe7b679132008-05-30 12:23:07 +020055#define RQ_CFQQ(rq) (struct cfq_queue *) ((rq)->elevator_private2)
Linus Torvalds1da177e2005-04-16 15:20:36 -070056
Christoph Lametere18b8902006-12-06 20:33:20 -080057static struct kmem_cache *cfq_pool;
58static struct kmem_cache *cfq_ioc_pool;
Linus Torvalds1da177e2005-04-16 15:20:36 -070059
Tejun Heo245b2e72009-06-24 15:13:48 +090060static DEFINE_PER_CPU(unsigned long, cfq_ioc_count);
Al Viro334e94d2006-03-18 15:05:53 -050061static struct completion *ioc_gone;
Jens Axboe9a11b4e2008-05-29 09:32:08 +020062static DEFINE_SPINLOCK(ioc_gone_lock);
Al Viro334e94d2006-03-18 15:05:53 -050063
Jens Axboe22e2c502005-06-27 10:55:12 +020064#define CFQ_PRIO_LISTS IOPRIO_BE_NR
65#define cfq_class_idle(cfqq) ((cfqq)->ioprio_class == IOPRIO_CLASS_IDLE)
Jens Axboe22e2c502005-06-27 10:55:12 +020066#define cfq_class_rt(cfqq) ((cfqq)->ioprio_class == IOPRIO_CLASS_RT)
67
Jens Axboe206dc692006-03-28 13:03:44 +020068#define sample_valid(samples) ((samples) > 80)
69
Jens Axboe22e2c502005-06-27 10:55:12 +020070/*
Jens Axboecc09e292007-04-26 12:53:50 +020071 * Most of our rbtree usage is for sorting with min extraction, so
72 * if we cache the leftmost node we don't have to walk down the tree
73 * to find it. Idea borrowed from Ingo Molnars CFS scheduler. We should
74 * move this into the elevator for the rq sorting as well.
75 */
76struct cfq_rb_root {
77 struct rb_root rb;
78 struct rb_node *left;
Corrado Zoccoloaa6f6a32009-10-26 22:44:33 +010079 unsigned count;
Jens Axboecc09e292007-04-26 12:53:50 +020080};
Corrado Zoccoloaa6f6a32009-10-26 22:44:33 +010081#define CFQ_RB_ROOT (struct cfq_rb_root) { RB_ROOT, NULL, 0, }
Jens Axboecc09e292007-04-26 12:53:50 +020082
83/*
Jens Axboe6118b702009-06-30 09:34:12 +020084 * Per process-grouping structure
85 */
86struct cfq_queue {
87 /* reference count */
88 atomic_t ref;
89 /* various state flags, see below */
90 unsigned int flags;
91 /* parent cfq_data */
92 struct cfq_data *cfqd;
93 /* service_tree member */
94 struct rb_node rb_node;
95 /* service_tree key */
96 unsigned long rb_key;
97 /* prio tree member */
98 struct rb_node p_node;
99 /* prio tree root we belong to, if any */
100 struct rb_root *p_root;
101 /* sorted list of pending requests */
102 struct rb_root sort_list;
103 /* if fifo isn't expired, next request to serve */
104 struct request *next_rq;
105 /* requests queued in sort_list */
106 int queued[2];
107 /* currently allocated requests */
108 int allocated[2];
109 /* fifo list of requests in sort_list */
110 struct list_head fifo;
111
112 unsigned long slice_end;
113 long slice_resid;
114 unsigned int slice_dispatch;
115
116 /* pending metadata requests */
117 int meta_pending;
118 /* number of requests that are on the dispatch list or inside driver */
119 int dispatched;
120
121 /* io prio of this group */
122 unsigned short ioprio, org_ioprio;
123 unsigned short ioprio_class, org_ioprio_class;
124
Jeff Moyerb2c18e12009-10-23 17:14:49 -0400125 unsigned int seek_samples;
126 u64 seek_total;
127 sector_t seek_mean;
128 sector_t last_request_pos;
Jeff Moyere6c5bc72009-10-23 17:14:52 -0400129 unsigned long seeky_start;
Jeff Moyerb2c18e12009-10-23 17:14:49 -0400130
Jens Axboe6118b702009-06-30 09:34:12 +0200131 pid_t pid;
Jeff Moyerdf5fe3e2009-10-23 17:14:50 -0400132
Corrado Zoccoloaa6f6a32009-10-26 22:44:33 +0100133 struct cfq_rb_root *service_tree;
Jeff Moyerdf5fe3e2009-10-23 17:14:50 -0400134 struct cfq_queue *new_cfqq;
Vivek Goyalcdb16e82009-12-03 12:59:38 -0500135 struct cfq_group *cfqg;
Jens Axboe6118b702009-06-30 09:34:12 +0200136};
137
138/*
Corrado Zoccolo718eee02009-10-26 22:45:29 +0100139 * First index in the service_trees.
Corrado Zoccoloc0324a02009-10-27 19:16:03 +0100140 * IDLE is handled separately, so it has negative index
141 */
142enum wl_prio_t {
143 IDLE_WORKLOAD = -1,
144 BE_WORKLOAD = 0,
145 RT_WORKLOAD = 1
146};
147
148/*
Corrado Zoccolo718eee02009-10-26 22:45:29 +0100149 * Second index in the service_trees.
150 */
151enum wl_type_t {
152 ASYNC_WORKLOAD = 0,
153 SYNC_NOIDLE_WORKLOAD = 1,
154 SYNC_WORKLOAD = 2
155};
156
Vivek Goyalcdb16e82009-12-03 12:59:38 -0500157/* This is per cgroup per device grouping structure */
158struct cfq_group {
Jens Axboe22e2c502005-06-27 10:55:12 +0200159 /*
Corrado Zoccoloc0324a02009-10-27 19:16:03 +0100160 * rr lists of queues with requests, onle rr for each priority class.
161 * Counts are embedded in the cfq_rb_root
Jens Axboe22e2c502005-06-27 10:55:12 +0200162 */
Corrado Zoccolo718eee02009-10-26 22:45:29 +0100163 struct cfq_rb_root service_trees[2][3];
Corrado Zoccoloc0324a02009-10-27 19:16:03 +0100164 struct cfq_rb_root service_tree_idle;
Vivek Goyalcdb16e82009-12-03 12:59:38 -0500165};
166
167/*
168 * Per block device queue structure
169 */
170struct cfq_data {
171 struct request_queue *queue;
172 struct cfq_group root_group;
173
Corrado Zoccoloc0324a02009-10-27 19:16:03 +0100174 /*
175 * The priority currently being served
176 */
177 enum wl_prio_t serving_prio;
Corrado Zoccolo718eee02009-10-26 22:45:29 +0100178 enum wl_type_t serving_type;
179 unsigned long workload_expires;
Vivek Goyalcdb16e82009-12-03 12:59:38 -0500180 struct cfq_group *serving_group;
Corrado Zoccolo8e550632009-11-26 10:02:58 +0100181 bool noidle_tree_requires_idle;
Jens Axboea36e71f2009-04-15 12:15:11 +0200182
183 /*
184 * Each priority tree is sorted by next_request position. These
185 * trees are used when determining if two or more queues are
186 * interleaving requests (see cfq_close_cooperator).
187 */
188 struct rb_root prio_trees[CFQ_PRIO_LISTS];
189
Jens Axboe22e2c502005-06-27 10:55:12 +0200190 unsigned int busy_queues;
Corrado Zoccolo5db5d642009-10-26 22:44:04 +0100191 unsigned int busy_queues_avg[2];
Jens Axboe22e2c502005-06-27 10:55:12 +0200192
Jens Axboe5ad531d2009-07-03 12:57:48 +0200193 int rq_in_driver[2];
Jens Axboe3ed9a292007-04-23 08:33:33 +0200194 int sync_flight;
Aaron Carroll45333d52008-08-26 15:52:36 +0200195
196 /*
197 * queue-depth detection
198 */
199 int rq_queued;
Jens Axboe25776e32006-06-01 10:12:26 +0200200 int hw_tag;
Corrado Zoccoloe459dd02009-11-26 10:02:57 +0100201 /*
202 * hw_tag can be
203 * -1 => indeterminate, (cfq will behave as if NCQ is present, to allow better detection)
204 * 1 => NCQ is present (hw_tag_est_depth is the estimated max depth)
205 * 0 => no NCQ
206 */
207 int hw_tag_est_depth;
208 unsigned int hw_tag_samples;
Jens Axboe22e2c502005-06-27 10:55:12 +0200209
210 /*
Jens Axboe22e2c502005-06-27 10:55:12 +0200211 * idle window management
212 */
213 struct timer_list idle_slice_timer;
Jens Axboe23e018a2009-10-05 08:52:35 +0200214 struct work_struct unplug_work;
Jens Axboe22e2c502005-06-27 10:55:12 +0200215
216 struct cfq_queue *active_queue;
217 struct cfq_io_context *active_cic;
Jens Axboe22e2c502005-06-27 10:55:12 +0200218
Vasily Tarasovc2dea2d2007-07-20 10:06:38 +0200219 /*
220 * async queue for each priority case
221 */
222 struct cfq_queue *async_cfqq[2][IOPRIO_BE_NR];
223 struct cfq_queue *async_idle_cfqq;
Jens Axboe15c31be2007-07-10 13:43:25 +0200224
Jens Axboe6d048f52007-04-25 12:44:27 +0200225 sector_t last_position;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700226
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227 /*
228 * tunables, see top of file
229 */
230 unsigned int cfq_quantum;
Jens Axboe22e2c502005-06-27 10:55:12 +0200231 unsigned int cfq_fifo_expire[2];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232 unsigned int cfq_back_penalty;
233 unsigned int cfq_back_max;
Jens Axboe22e2c502005-06-27 10:55:12 +0200234 unsigned int cfq_slice[2];
235 unsigned int cfq_slice_async_rq;
236 unsigned int cfq_slice_idle;
Jens Axboe963b72f2009-10-03 19:42:18 +0200237 unsigned int cfq_latency;
Al Virod9ff4182006-03-18 13:51:22 -0500238
239 struct list_head cic_list;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240
Jens Axboe6118b702009-06-30 09:34:12 +0200241 /*
242 * Fallback dummy cfqq for extreme OOM conditions
243 */
244 struct cfq_queue oom_cfqq;
Vivek Goyal365722b2009-10-03 15:21:27 +0200245
246 unsigned long last_end_sync_rq;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247};
248
Vivek Goyalcdb16e82009-12-03 12:59:38 -0500249static struct cfq_rb_root *service_tree_for(struct cfq_group *cfqg,
250 enum wl_prio_t prio,
Corrado Zoccolo718eee02009-10-26 22:45:29 +0100251 enum wl_type_t type,
Corrado Zoccoloc0324a02009-10-27 19:16:03 +0100252 struct cfq_data *cfqd)
253{
254 if (prio == IDLE_WORKLOAD)
Vivek Goyalcdb16e82009-12-03 12:59:38 -0500255 return &cfqg->service_tree_idle;
Corrado Zoccoloc0324a02009-10-27 19:16:03 +0100256
Vivek Goyalcdb16e82009-12-03 12:59:38 -0500257 return &cfqg->service_trees[prio][type];
Corrado Zoccoloc0324a02009-10-27 19:16:03 +0100258}
259
Jens Axboe3b181522005-06-27 10:56:24 +0200260enum cfqq_state_flags {
Jens Axboeb0b8d7492007-01-19 11:35:30 +1100261 CFQ_CFQQ_FLAG_on_rr = 0, /* on round-robin busy list */
262 CFQ_CFQQ_FLAG_wait_request, /* waiting for a request */
Jens Axboeb0291952009-04-07 11:38:31 +0200263 CFQ_CFQQ_FLAG_must_dispatch, /* must be allowed a dispatch */
Jens Axboeb0b8d7492007-01-19 11:35:30 +1100264 CFQ_CFQQ_FLAG_must_alloc_slice, /* per-slice must_alloc flag */
Jens Axboeb0b8d7492007-01-19 11:35:30 +1100265 CFQ_CFQQ_FLAG_fifo_expire, /* FIFO checked in this slice */
266 CFQ_CFQQ_FLAG_idle_window, /* slice idling enabled */
267 CFQ_CFQQ_FLAG_prio_changed, /* task priority has changed */
Jens Axboe44f7c162007-01-19 11:51:58 +1100268 CFQ_CFQQ_FLAG_slice_new, /* no requests dispatched in slice */
Vasily Tarasov91fac312007-04-25 12:29:51 +0200269 CFQ_CFQQ_FLAG_sync, /* synchronous queue */
Jeff Moyerb3b6d042009-10-23 17:14:51 -0400270 CFQ_CFQQ_FLAG_coop, /* cfqq is shared */
Corrado Zoccolo76280af2009-11-26 10:02:58 +0100271 CFQ_CFQQ_FLAG_deep, /* sync cfqq experienced large depth */
Jens Axboe3b181522005-06-27 10:56:24 +0200272};
273
274#define CFQ_CFQQ_FNS(name) \
275static inline void cfq_mark_cfqq_##name(struct cfq_queue *cfqq) \
276{ \
Jens Axboefe094d92008-01-31 13:08:54 +0100277 (cfqq)->flags |= (1 << CFQ_CFQQ_FLAG_##name); \
Jens Axboe3b181522005-06-27 10:56:24 +0200278} \
279static inline void cfq_clear_cfqq_##name(struct cfq_queue *cfqq) \
280{ \
Jens Axboefe094d92008-01-31 13:08:54 +0100281 (cfqq)->flags &= ~(1 << CFQ_CFQQ_FLAG_##name); \
Jens Axboe3b181522005-06-27 10:56:24 +0200282} \
283static inline int cfq_cfqq_##name(const struct cfq_queue *cfqq) \
284{ \
Jens Axboefe094d92008-01-31 13:08:54 +0100285 return ((cfqq)->flags & (1 << CFQ_CFQQ_FLAG_##name)) != 0; \
Jens Axboe3b181522005-06-27 10:56:24 +0200286}
287
288CFQ_CFQQ_FNS(on_rr);
289CFQ_CFQQ_FNS(wait_request);
Jens Axboeb0291952009-04-07 11:38:31 +0200290CFQ_CFQQ_FNS(must_dispatch);
Jens Axboe3b181522005-06-27 10:56:24 +0200291CFQ_CFQQ_FNS(must_alloc_slice);
Jens Axboe3b181522005-06-27 10:56:24 +0200292CFQ_CFQQ_FNS(fifo_expire);
293CFQ_CFQQ_FNS(idle_window);
294CFQ_CFQQ_FNS(prio_changed);
Jens Axboe44f7c162007-01-19 11:51:58 +1100295CFQ_CFQQ_FNS(slice_new);
Vasily Tarasov91fac312007-04-25 12:29:51 +0200296CFQ_CFQQ_FNS(sync);
Jens Axboea36e71f2009-04-15 12:15:11 +0200297CFQ_CFQQ_FNS(coop);
Corrado Zoccolo76280af2009-11-26 10:02:58 +0100298CFQ_CFQQ_FNS(deep);
Jens Axboe3b181522005-06-27 10:56:24 +0200299#undef CFQ_CFQQ_FNS
300
Jens Axboe7b679132008-05-30 12:23:07 +0200301#define cfq_log_cfqq(cfqd, cfqq, fmt, args...) \
302 blk_add_trace_msg((cfqd)->queue, "cfq%d " fmt, (cfqq)->pid, ##args)
303#define cfq_log(cfqd, fmt, args...) \
304 blk_add_trace_msg((cfqd)->queue, "cfq " fmt, ##args)
305
Corrado Zoccoloc0324a02009-10-27 19:16:03 +0100306static inline enum wl_prio_t cfqq_prio(struct cfq_queue *cfqq)
307{
308 if (cfq_class_idle(cfqq))
309 return IDLE_WORKLOAD;
310 if (cfq_class_rt(cfqq))
311 return RT_WORKLOAD;
312 return BE_WORKLOAD;
313}
314
Corrado Zoccolo718eee02009-10-26 22:45:29 +0100315
316static enum wl_type_t cfqq_type(struct cfq_queue *cfqq)
317{
318 if (!cfq_cfqq_sync(cfqq))
319 return ASYNC_WORKLOAD;
320 if (!cfq_cfqq_idle_window(cfqq))
321 return SYNC_NOIDLE_WORKLOAD;
322 return SYNC_WORKLOAD;
323}
324
Corrado Zoccoloc0324a02009-10-27 19:16:03 +0100325static inline int cfq_busy_queues_wl(enum wl_prio_t wl, struct cfq_data *cfqd)
326{
Vivek Goyalcdb16e82009-12-03 12:59:38 -0500327 struct cfq_group *cfqg = &cfqd->root_group;
Corrado Zoccoloc0324a02009-10-27 19:16:03 +0100328
Vivek Goyalcdb16e82009-12-03 12:59:38 -0500329 if (wl == IDLE_WORKLOAD)
330 return cfqg->service_tree_idle.count;
331
332 return cfqg->service_trees[wl][ASYNC_WORKLOAD].count
333 + cfqg->service_trees[wl][SYNC_NOIDLE_WORKLOAD].count
334 + cfqg->service_trees[wl][SYNC_WORKLOAD].count;
Corrado Zoccoloc0324a02009-10-27 19:16:03 +0100335}
336
Jens Axboe165125e2007-07-24 09:28:11 +0200337static void cfq_dispatch_insert(struct request_queue *, struct request *);
Jens Axboea6151c32009-10-07 20:02:57 +0200338static struct cfq_queue *cfq_get_queue(struct cfq_data *, bool,
Jens Axboefd0928d2008-01-24 08:52:45 +0100339 struct io_context *, gfp_t);
Jens Axboe4ac845a2008-01-24 08:44:49 +0100340static struct cfq_io_context *cfq_cic_lookup(struct cfq_data *,
Vasily Tarasov91fac312007-04-25 12:29:51 +0200341 struct io_context *);
342
Jens Axboe5ad531d2009-07-03 12:57:48 +0200343static inline int rq_in_driver(struct cfq_data *cfqd)
344{
345 return cfqd->rq_in_driver[0] + cfqd->rq_in_driver[1];
346}
347
Vasily Tarasov91fac312007-04-25 12:29:51 +0200348static inline struct cfq_queue *cic_to_cfqq(struct cfq_io_context *cic,
Jens Axboea6151c32009-10-07 20:02:57 +0200349 bool is_sync)
Vasily Tarasov91fac312007-04-25 12:29:51 +0200350{
Jens Axboea6151c32009-10-07 20:02:57 +0200351 return cic->cfqq[is_sync];
Vasily Tarasov91fac312007-04-25 12:29:51 +0200352}
353
354static inline void cic_set_cfqq(struct cfq_io_context *cic,
Jens Axboea6151c32009-10-07 20:02:57 +0200355 struct cfq_queue *cfqq, bool is_sync)
Vasily Tarasov91fac312007-04-25 12:29:51 +0200356{
Jens Axboea6151c32009-10-07 20:02:57 +0200357 cic->cfqq[is_sync] = cfqq;
Vasily Tarasov91fac312007-04-25 12:29:51 +0200358}
359
360/*
361 * We regard a request as SYNC, if it's either a read or has the SYNC bit
362 * set (in which case it could also be direct WRITE).
363 */
Jens Axboea6151c32009-10-07 20:02:57 +0200364static inline bool cfq_bio_sync(struct bio *bio)
Vasily Tarasov91fac312007-04-25 12:29:51 +0200365{
Jens Axboea6151c32009-10-07 20:02:57 +0200366 return bio_data_dir(bio) == READ || bio_rw_flagged(bio, BIO_RW_SYNCIO);
Vasily Tarasov91fac312007-04-25 12:29:51 +0200367}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700368
Linus Torvalds1da177e2005-04-16 15:20:36 -0700369/*
Andrew Morton99f95e52005-06-27 20:14:05 -0700370 * scheduler run of queue, if there are requests pending and no one in the
371 * driver that will restart queueing
372 */
Jens Axboe23e018a2009-10-05 08:52:35 +0200373static inline void cfq_schedule_dispatch(struct cfq_data *cfqd)
Andrew Morton99f95e52005-06-27 20:14:05 -0700374{
Jens Axboe7b679132008-05-30 12:23:07 +0200375 if (cfqd->busy_queues) {
376 cfq_log(cfqd, "schedule dispatch");
Jens Axboe23e018a2009-10-05 08:52:35 +0200377 kblockd_schedule_work(cfqd->queue, &cfqd->unplug_work);
Jens Axboe7b679132008-05-30 12:23:07 +0200378 }
Andrew Morton99f95e52005-06-27 20:14:05 -0700379}
380
Jens Axboe165125e2007-07-24 09:28:11 +0200381static int cfq_queue_empty(struct request_queue *q)
Andrew Morton99f95e52005-06-27 20:14:05 -0700382{
383 struct cfq_data *cfqd = q->elevator->elevator_data;
384
Jens Axboeb4878f22005-10-20 16:42:29 +0200385 return !cfqd->busy_queues;
Andrew Morton99f95e52005-06-27 20:14:05 -0700386}
387
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388/*
Jens Axboe44f7c162007-01-19 11:51:58 +1100389 * Scale schedule slice based on io priority. Use the sync time slice only
390 * if a queue is marked sync and has sync io queued. A sync queue with async
391 * io only, should not get full sync slice length.
392 */
Jens Axboea6151c32009-10-07 20:02:57 +0200393static inline int cfq_prio_slice(struct cfq_data *cfqd, bool sync,
Jens Axboed9e76202007-04-20 14:27:50 +0200394 unsigned short prio)
395{
396 const int base_slice = cfqd->cfq_slice[sync];
397
398 WARN_ON(prio >= IOPRIO_BE_NR);
399
400 return base_slice + (base_slice/CFQ_SLICE_SCALE * (4 - prio));
401}
402
Jens Axboe44f7c162007-01-19 11:51:58 +1100403static inline int
404cfq_prio_to_slice(struct cfq_data *cfqd, struct cfq_queue *cfqq)
405{
Jens Axboed9e76202007-04-20 14:27:50 +0200406 return cfq_prio_slice(cfqd, cfq_cfqq_sync(cfqq), cfqq->ioprio);
Jens Axboe44f7c162007-01-19 11:51:58 +1100407}
408
Corrado Zoccolo5db5d642009-10-26 22:44:04 +0100409/*
410 * get averaged number of queues of RT/BE priority.
411 * average is updated, with a formula that gives more weight to higher numbers,
412 * to quickly follows sudden increases and decrease slowly
413 */
414
Jens Axboe5869619c2009-10-28 09:27:07 +0100415static inline unsigned cfq_get_avg_queues(struct cfq_data *cfqd, bool rt)
416{
Corrado Zoccolo5db5d642009-10-26 22:44:04 +0100417 unsigned min_q, max_q;
418 unsigned mult = cfq_hist_divisor - 1;
419 unsigned round = cfq_hist_divisor / 2;
Corrado Zoccoloc0324a02009-10-27 19:16:03 +0100420 unsigned busy = cfq_busy_queues_wl(rt, cfqd);
Corrado Zoccolo5db5d642009-10-26 22:44:04 +0100421
422 min_q = min(cfqd->busy_queues_avg[rt], busy);
423 max_q = max(cfqd->busy_queues_avg[rt], busy);
424 cfqd->busy_queues_avg[rt] = (mult * max_q + min_q + round) /
425 cfq_hist_divisor;
426 return cfqd->busy_queues_avg[rt];
427}
428
Jens Axboe44f7c162007-01-19 11:51:58 +1100429static inline void
430cfq_set_prio_slice(struct cfq_data *cfqd, struct cfq_queue *cfqq)
431{
Corrado Zoccolo5db5d642009-10-26 22:44:04 +0100432 unsigned slice = cfq_prio_to_slice(cfqd, cfqq);
433 if (cfqd->cfq_latency) {
434 /* interested queues (we consider only the ones with the same
435 * priority class) */
436 unsigned iq = cfq_get_avg_queues(cfqd, cfq_class_rt(cfqq));
437 unsigned sync_slice = cfqd->cfq_slice[1];
438 unsigned expect_latency = sync_slice * iq;
439 if (expect_latency > cfq_target_latency) {
440 unsigned base_low_slice = 2 * cfqd->cfq_slice_idle;
441 /* scale low_slice according to IO priority
442 * and sync vs async */
443 unsigned low_slice =
444 min(slice, base_low_slice * slice / sync_slice);
445 /* the adapted slice value is scaled to fit all iqs
446 * into the target latency */
447 slice = max(slice * cfq_target_latency / expect_latency,
448 low_slice);
449 }
450 }
451 cfqq->slice_end = jiffies + slice;
Jens Axboe7b679132008-05-30 12:23:07 +0200452 cfq_log_cfqq(cfqd, cfqq, "set_slice=%lu", cfqq->slice_end - jiffies);
Jens Axboe44f7c162007-01-19 11:51:58 +1100453}
454
455/*
456 * We need to wrap this check in cfq_cfqq_slice_new(), since ->slice_end
457 * isn't valid until the first request from the dispatch is activated
458 * and the slice time set.
459 */
Jens Axboea6151c32009-10-07 20:02:57 +0200460static inline bool cfq_slice_used(struct cfq_queue *cfqq)
Jens Axboe44f7c162007-01-19 11:51:58 +1100461{
462 if (cfq_cfqq_slice_new(cfqq))
463 return 0;
464 if (time_before(jiffies, cfqq->slice_end))
465 return 0;
466
467 return 1;
468}
469
470/*
Jens Axboe5e705372006-07-13 12:39:25 +0200471 * Lifted from AS - choose which of rq1 and rq2 that is best served now.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700472 * We choose the request that is closest to the head right now. Distance
Andreas Mohre8a99052006-03-28 08:59:49 +0200473 * behind the head is penalized and only allowed to a certain extent.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700474 */
Jens Axboe5e705372006-07-13 12:39:25 +0200475static struct request *
Corrado Zoccolocf7c25c2009-11-08 17:16:46 +0100476cfq_choose_req(struct cfq_data *cfqd, struct request *rq1, struct request *rq2, sector_t last)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700477{
Corrado Zoccolocf7c25c2009-11-08 17:16:46 +0100478 sector_t s1, s2, d1 = 0, d2 = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700479 unsigned long back_max;
Andreas Mohre8a99052006-03-28 08:59:49 +0200480#define CFQ_RQ1_WRAP 0x01 /* request 1 wraps */
481#define CFQ_RQ2_WRAP 0x02 /* request 2 wraps */
482 unsigned wrap = 0; /* bit mask: requests behind the disk head? */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700483
Jens Axboe5e705372006-07-13 12:39:25 +0200484 if (rq1 == NULL || rq1 == rq2)
485 return rq2;
486 if (rq2 == NULL)
487 return rq1;
Jens Axboe9c2c38a2005-08-24 14:57:54 +0200488
Jens Axboe5e705372006-07-13 12:39:25 +0200489 if (rq_is_sync(rq1) && !rq_is_sync(rq2))
490 return rq1;
491 else if (rq_is_sync(rq2) && !rq_is_sync(rq1))
492 return rq2;
Jens Axboe374f84a2006-07-23 01:42:19 +0200493 if (rq_is_meta(rq1) && !rq_is_meta(rq2))
494 return rq1;
495 else if (rq_is_meta(rq2) && !rq_is_meta(rq1))
496 return rq2;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700497
Tejun Heo83096eb2009-05-07 22:24:39 +0900498 s1 = blk_rq_pos(rq1);
499 s2 = blk_rq_pos(rq2);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500
Linus Torvalds1da177e2005-04-16 15:20:36 -0700501 /*
502 * by definition, 1KiB is 2 sectors
503 */
504 back_max = cfqd->cfq_back_max * 2;
505
506 /*
507 * Strict one way elevator _except_ in the case where we allow
508 * short backward seeks which are biased as twice the cost of a
509 * similar forward seek.
510 */
511 if (s1 >= last)
512 d1 = s1 - last;
513 else if (s1 + back_max >= last)
514 d1 = (last - s1) * cfqd->cfq_back_penalty;
515 else
Andreas Mohre8a99052006-03-28 08:59:49 +0200516 wrap |= CFQ_RQ1_WRAP;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517
518 if (s2 >= last)
519 d2 = s2 - last;
520 else if (s2 + back_max >= last)
521 d2 = (last - s2) * cfqd->cfq_back_penalty;
522 else
Andreas Mohre8a99052006-03-28 08:59:49 +0200523 wrap |= CFQ_RQ2_WRAP;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700524
525 /* Found required data */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526
Andreas Mohre8a99052006-03-28 08:59:49 +0200527 /*
528 * By doing switch() on the bit mask "wrap" we avoid having to
529 * check two variables for all permutations: --> faster!
530 */
531 switch (wrap) {
Jens Axboe5e705372006-07-13 12:39:25 +0200532 case 0: /* common case for CFQ: rq1 and rq2 not wrapped */
Andreas Mohre8a99052006-03-28 08:59:49 +0200533 if (d1 < d2)
Jens Axboe5e705372006-07-13 12:39:25 +0200534 return rq1;
Andreas Mohre8a99052006-03-28 08:59:49 +0200535 else if (d2 < d1)
Jens Axboe5e705372006-07-13 12:39:25 +0200536 return rq2;
Andreas Mohre8a99052006-03-28 08:59:49 +0200537 else {
538 if (s1 >= s2)
Jens Axboe5e705372006-07-13 12:39:25 +0200539 return rq1;
Andreas Mohre8a99052006-03-28 08:59:49 +0200540 else
Jens Axboe5e705372006-07-13 12:39:25 +0200541 return rq2;
Andreas Mohre8a99052006-03-28 08:59:49 +0200542 }
543
544 case CFQ_RQ2_WRAP:
Jens Axboe5e705372006-07-13 12:39:25 +0200545 return rq1;
Andreas Mohre8a99052006-03-28 08:59:49 +0200546 case CFQ_RQ1_WRAP:
Jens Axboe5e705372006-07-13 12:39:25 +0200547 return rq2;
548 case (CFQ_RQ1_WRAP|CFQ_RQ2_WRAP): /* both rqs wrapped */
Andreas Mohre8a99052006-03-28 08:59:49 +0200549 default:
550 /*
551 * Since both rqs are wrapped,
552 * start with the one that's further behind head
553 * (--> only *one* back seek required),
554 * since back seek takes more time than forward.
555 */
556 if (s1 <= s2)
Jens Axboe5e705372006-07-13 12:39:25 +0200557 return rq1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558 else
Jens Axboe5e705372006-07-13 12:39:25 +0200559 return rq2;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700560 }
561}
562
Jens Axboe498d3aa22007-04-26 12:54:48 +0200563/*
564 * The below is leftmost cache rbtree addon
565 */
Jens Axboe08717142008-01-28 11:38:15 +0100566static struct cfq_queue *cfq_rb_first(struct cfq_rb_root *root)
Jens Axboecc09e292007-04-26 12:53:50 +0200567{
568 if (!root->left)
569 root->left = rb_first(&root->rb);
570
Jens Axboe08717142008-01-28 11:38:15 +0100571 if (root->left)
572 return rb_entry(root->left, struct cfq_queue, rb_node);
573
574 return NULL;
Jens Axboecc09e292007-04-26 12:53:50 +0200575}
576
Jens Axboea36e71f2009-04-15 12:15:11 +0200577static void rb_erase_init(struct rb_node *n, struct rb_root *root)
578{
579 rb_erase(n, root);
580 RB_CLEAR_NODE(n);
581}
582
Jens Axboecc09e292007-04-26 12:53:50 +0200583static void cfq_rb_erase(struct rb_node *n, struct cfq_rb_root *root)
584{
585 if (root->left == n)
586 root->left = NULL;
Jens Axboea36e71f2009-04-15 12:15:11 +0200587 rb_erase_init(n, &root->rb);
Corrado Zoccoloaa6f6a32009-10-26 22:44:33 +0100588 --root->count;
Jens Axboecc09e292007-04-26 12:53:50 +0200589}
590
Linus Torvalds1da177e2005-04-16 15:20:36 -0700591/*
592 * would be nice to take fifo expire time into account as well
593 */
Jens Axboe5e705372006-07-13 12:39:25 +0200594static struct request *
595cfq_find_next_rq(struct cfq_data *cfqd, struct cfq_queue *cfqq,
596 struct request *last)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597{
Jens Axboe21183b02006-07-13 12:33:14 +0200598 struct rb_node *rbnext = rb_next(&last->rb_node);
599 struct rb_node *rbprev = rb_prev(&last->rb_node);
Jens Axboe5e705372006-07-13 12:39:25 +0200600 struct request *next = NULL, *prev = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601
Jens Axboe21183b02006-07-13 12:33:14 +0200602 BUG_ON(RB_EMPTY_NODE(&last->rb_node));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603
604 if (rbprev)
Jens Axboe5e705372006-07-13 12:39:25 +0200605 prev = rb_entry_rq(rbprev);
Jens Axboe21183b02006-07-13 12:33:14 +0200606
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607 if (rbnext)
Jens Axboe5e705372006-07-13 12:39:25 +0200608 next = rb_entry_rq(rbnext);
Jens Axboe21183b02006-07-13 12:33:14 +0200609 else {
610 rbnext = rb_first(&cfqq->sort_list);
611 if (rbnext && rbnext != &last->rb_node)
Jens Axboe5e705372006-07-13 12:39:25 +0200612 next = rb_entry_rq(rbnext);
Jens Axboe21183b02006-07-13 12:33:14 +0200613 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614
Corrado Zoccolocf7c25c2009-11-08 17:16:46 +0100615 return cfq_choose_req(cfqd, next, prev, blk_rq_pos(last));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616}
617
Jens Axboed9e76202007-04-20 14:27:50 +0200618static unsigned long cfq_slice_offset(struct cfq_data *cfqd,
619 struct cfq_queue *cfqq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620{
Jens Axboed9e76202007-04-20 14:27:50 +0200621 /*
622 * just an approximation, should be ok.
623 */
Vivek Goyalcdb16e82009-12-03 12:59:38 -0500624 return (cfqq->cfqg->nr_cfqq - 1) * (cfq_prio_slice(cfqd, 1, 0) -
Jens Axboe464191c2009-11-30 09:38:13 +0100625 cfq_prio_slice(cfqd, cfq_cfqq_sync(cfqq), cfqq->ioprio));
Jens Axboed9e76202007-04-20 14:27:50 +0200626}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627
Jens Axboe498d3aa22007-04-26 12:54:48 +0200628/*
Corrado Zoccoloc0324a02009-10-27 19:16:03 +0100629 * The cfqd->service_trees holds all pending cfq_queue's that have
Jens Axboe498d3aa22007-04-26 12:54:48 +0200630 * requests waiting to be processed. It is sorted in the order that
631 * we will service the queues.
632 */
Jens Axboea36e71f2009-04-15 12:15:11 +0200633static void cfq_service_tree_add(struct cfq_data *cfqd, struct cfq_queue *cfqq,
Jens Axboea6151c32009-10-07 20:02:57 +0200634 bool add_front)
Jens Axboed9e76202007-04-20 14:27:50 +0200635{
Jens Axboe08717142008-01-28 11:38:15 +0100636 struct rb_node **p, *parent;
637 struct cfq_queue *__cfqq;
Jens Axboed9e76202007-04-20 14:27:50 +0200638 unsigned long rb_key;
Corrado Zoccoloc0324a02009-10-27 19:16:03 +0100639 struct cfq_rb_root *service_tree;
Jens Axboe498d3aa22007-04-26 12:54:48 +0200640 int left;
Jens Axboed9e76202007-04-20 14:27:50 +0200641
Vivek Goyalcdb16e82009-12-03 12:59:38 -0500642 service_tree = service_tree_for(cfqq->cfqg, cfqq_prio(cfqq),
643 cfqq_type(cfqq), cfqd);
Jens Axboe08717142008-01-28 11:38:15 +0100644 if (cfq_class_idle(cfqq)) {
645 rb_key = CFQ_IDLE_DELAY;
Corrado Zoccoloaa6f6a32009-10-26 22:44:33 +0100646 parent = rb_last(&service_tree->rb);
Jens Axboe08717142008-01-28 11:38:15 +0100647 if (parent && parent != &cfqq->rb_node) {
648 __cfqq = rb_entry(parent, struct cfq_queue, rb_node);
649 rb_key += __cfqq->rb_key;
650 } else
651 rb_key += jiffies;
652 } else if (!add_front) {
Jens Axboeb9c89462009-10-06 20:53:44 +0200653 /*
654 * Get our rb key offset. Subtract any residual slice
655 * value carried from last service. A negative resid
656 * count indicates slice overrun, and this should position
657 * the next service time further away in the tree.
658 */
Jens Axboeedd75ff2007-04-19 12:03:34 +0200659 rb_key = cfq_slice_offset(cfqd, cfqq) + jiffies;
Jens Axboeb9c89462009-10-06 20:53:44 +0200660 rb_key -= cfqq->slice_resid;
Jens Axboeedd75ff2007-04-19 12:03:34 +0200661 cfqq->slice_resid = 0;
Corrado Zoccolo48e025e2009-10-05 08:49:23 +0200662 } else {
663 rb_key = -HZ;
Corrado Zoccoloaa6f6a32009-10-26 22:44:33 +0100664 __cfqq = cfq_rb_first(service_tree);
Corrado Zoccolo48e025e2009-10-05 08:49:23 +0200665 rb_key += __cfqq ? __cfqq->rb_key : jiffies;
666 }
Jens Axboed9e76202007-04-20 14:27:50 +0200667
668 if (!RB_EMPTY_NODE(&cfqq->rb_node)) {
Jens Axboe99f96282007-02-05 11:56:25 +0100669 /*
Jens Axboed9e76202007-04-20 14:27:50 +0200670 * same position, nothing more to do
Jens Axboe99f96282007-02-05 11:56:25 +0100671 */
Corrado Zoccoloc0324a02009-10-27 19:16:03 +0100672 if (rb_key == cfqq->rb_key &&
673 cfqq->service_tree == service_tree)
Jens Axboed9e76202007-04-20 14:27:50 +0200674 return;
Jens Axboe53b037442006-07-28 09:48:51 +0200675
Corrado Zoccoloaa6f6a32009-10-26 22:44:33 +0100676 cfq_rb_erase(&cfqq->rb_node, cfqq->service_tree);
677 cfqq->service_tree = NULL;
Jens Axboe22e2c502005-06-27 10:55:12 +0200678 }
Jens Axboed9e76202007-04-20 14:27:50 +0200679
Jens Axboe498d3aa22007-04-26 12:54:48 +0200680 left = 1;
Jens Axboe08717142008-01-28 11:38:15 +0100681 parent = NULL;
Corrado Zoccoloaa6f6a32009-10-26 22:44:33 +0100682 cfqq->service_tree = service_tree;
683 p = &service_tree->rb.rb_node;
Jens Axboed9e76202007-04-20 14:27:50 +0200684 while (*p) {
Jens Axboe67060e32007-04-18 20:13:32 +0200685 struct rb_node **n;
Jens Axboecc09e292007-04-26 12:53:50 +0200686
Jens Axboed9e76202007-04-20 14:27:50 +0200687 parent = *p;
688 __cfqq = rb_entry(parent, struct cfq_queue, rb_node);
689
Jens Axboe0c534e02007-04-18 20:01:57 +0200690 /*
Corrado Zoccoloc0324a02009-10-27 19:16:03 +0100691 * sort by key, that represents service time.
Jens Axboe0c534e02007-04-18 20:01:57 +0200692 */
Corrado Zoccoloc0324a02009-10-27 19:16:03 +0100693 if (time_before(rb_key, __cfqq->rb_key))
Jens Axboe67060e32007-04-18 20:13:32 +0200694 n = &(*p)->rb_left;
Corrado Zoccoloc0324a02009-10-27 19:16:03 +0100695 else {
Jens Axboe67060e32007-04-18 20:13:32 +0200696 n = &(*p)->rb_right;
Jens Axboecc09e292007-04-26 12:53:50 +0200697 left = 0;
Corrado Zoccoloc0324a02009-10-27 19:16:03 +0100698 }
Jens Axboe67060e32007-04-18 20:13:32 +0200699
700 p = n;
Jens Axboed9e76202007-04-20 14:27:50 +0200701 }
702
Jens Axboecc09e292007-04-26 12:53:50 +0200703 if (left)
Corrado Zoccoloaa6f6a32009-10-26 22:44:33 +0100704 service_tree->left = &cfqq->rb_node;
Jens Axboecc09e292007-04-26 12:53:50 +0200705
Jens Axboed9e76202007-04-20 14:27:50 +0200706 cfqq->rb_key = rb_key;
707 rb_link_node(&cfqq->rb_node, parent, p);
Corrado Zoccoloaa6f6a32009-10-26 22:44:33 +0100708 rb_insert_color(&cfqq->rb_node, &service_tree->rb);
709 service_tree->count++;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710}
711
Jens Axboea36e71f2009-04-15 12:15:11 +0200712static struct cfq_queue *
Jens Axboef2d1f0a2009-04-23 12:19:38 +0200713cfq_prio_tree_lookup(struct cfq_data *cfqd, struct rb_root *root,
714 sector_t sector, struct rb_node **ret_parent,
715 struct rb_node ***rb_link)
Jens Axboea36e71f2009-04-15 12:15:11 +0200716{
Jens Axboea36e71f2009-04-15 12:15:11 +0200717 struct rb_node **p, *parent;
718 struct cfq_queue *cfqq = NULL;
719
720 parent = NULL;
721 p = &root->rb_node;
722 while (*p) {
723 struct rb_node **n;
724
725 parent = *p;
726 cfqq = rb_entry(parent, struct cfq_queue, p_node);
727
728 /*
729 * Sort strictly based on sector. Smallest to the left,
730 * largest to the right.
731 */
Tejun Heo2e46e8b2009-05-07 22:24:41 +0900732 if (sector > blk_rq_pos(cfqq->next_rq))
Jens Axboea36e71f2009-04-15 12:15:11 +0200733 n = &(*p)->rb_right;
Tejun Heo2e46e8b2009-05-07 22:24:41 +0900734 else if (sector < blk_rq_pos(cfqq->next_rq))
Jens Axboea36e71f2009-04-15 12:15:11 +0200735 n = &(*p)->rb_left;
736 else
737 break;
738 p = n;
Jens Axboe3ac6c9f2009-04-23 12:14:56 +0200739 cfqq = NULL;
Jens Axboea36e71f2009-04-15 12:15:11 +0200740 }
741
742 *ret_parent = parent;
743 if (rb_link)
744 *rb_link = p;
Jens Axboe3ac6c9f2009-04-23 12:14:56 +0200745 return cfqq;
Jens Axboea36e71f2009-04-15 12:15:11 +0200746}
747
748static void cfq_prio_tree_add(struct cfq_data *cfqd, struct cfq_queue *cfqq)
749{
Jens Axboea36e71f2009-04-15 12:15:11 +0200750 struct rb_node **p, *parent;
751 struct cfq_queue *__cfqq;
752
Jens Axboef2d1f0a2009-04-23 12:19:38 +0200753 if (cfqq->p_root) {
754 rb_erase(&cfqq->p_node, cfqq->p_root);
755 cfqq->p_root = NULL;
756 }
Jens Axboea36e71f2009-04-15 12:15:11 +0200757
758 if (cfq_class_idle(cfqq))
759 return;
760 if (!cfqq->next_rq)
761 return;
762
Jens Axboef2d1f0a2009-04-23 12:19:38 +0200763 cfqq->p_root = &cfqd->prio_trees[cfqq->org_ioprio];
Tejun Heo2e46e8b2009-05-07 22:24:41 +0900764 __cfqq = cfq_prio_tree_lookup(cfqd, cfqq->p_root,
765 blk_rq_pos(cfqq->next_rq), &parent, &p);
Jens Axboe3ac6c9f2009-04-23 12:14:56 +0200766 if (!__cfqq) {
767 rb_link_node(&cfqq->p_node, parent, p);
Jens Axboef2d1f0a2009-04-23 12:19:38 +0200768 rb_insert_color(&cfqq->p_node, cfqq->p_root);
769 } else
770 cfqq->p_root = NULL;
Jens Axboea36e71f2009-04-15 12:15:11 +0200771}
772
Jens Axboe498d3aa22007-04-26 12:54:48 +0200773/*
774 * Update cfqq's position in the service tree.
775 */
Jens Axboeedd75ff2007-04-19 12:03:34 +0200776static void cfq_resort_rr_list(struct cfq_data *cfqd, struct cfq_queue *cfqq)
Jens Axboe6d048f52007-04-25 12:44:27 +0200777{
Jens Axboe6d048f52007-04-25 12:44:27 +0200778 /*
779 * Resorting requires the cfqq to be on the RR list already.
780 */
Jens Axboea36e71f2009-04-15 12:15:11 +0200781 if (cfq_cfqq_on_rr(cfqq)) {
Jens Axboeedd75ff2007-04-19 12:03:34 +0200782 cfq_service_tree_add(cfqd, cfqq, 0);
Jens Axboea36e71f2009-04-15 12:15:11 +0200783 cfq_prio_tree_add(cfqd, cfqq);
784 }
Jens Axboe6d048f52007-04-25 12:44:27 +0200785}
786
Linus Torvalds1da177e2005-04-16 15:20:36 -0700787/*
788 * add to busy list of queues for service, trying to be fair in ordering
Jens Axboe22e2c502005-06-27 10:55:12 +0200789 * the pending list according to last request service
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790 */
Jens Axboefebffd62008-01-28 13:19:43 +0100791static void cfq_add_cfqq_rr(struct cfq_data *cfqd, struct cfq_queue *cfqq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700792{
Jens Axboe7b679132008-05-30 12:23:07 +0200793 cfq_log_cfqq(cfqd, cfqq, "add_to_rr");
Jens Axboe3b181522005-06-27 10:56:24 +0200794 BUG_ON(cfq_cfqq_on_rr(cfqq));
795 cfq_mark_cfqq_on_rr(cfqq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700796 cfqd->busy_queues++;
797
Jens Axboeedd75ff2007-04-19 12:03:34 +0200798 cfq_resort_rr_list(cfqd, cfqq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700799}
800
Jens Axboe498d3aa22007-04-26 12:54:48 +0200801/*
802 * Called when the cfqq no longer has requests pending, remove it from
803 * the service tree.
804 */
Jens Axboefebffd62008-01-28 13:19:43 +0100805static void cfq_del_cfqq_rr(struct cfq_data *cfqd, struct cfq_queue *cfqq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700806{
Jens Axboe7b679132008-05-30 12:23:07 +0200807 cfq_log_cfqq(cfqd, cfqq, "del_from_rr");
Jens Axboe3b181522005-06-27 10:56:24 +0200808 BUG_ON(!cfq_cfqq_on_rr(cfqq));
809 cfq_clear_cfqq_on_rr(cfqq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810
Corrado Zoccoloaa6f6a32009-10-26 22:44:33 +0100811 if (!RB_EMPTY_NODE(&cfqq->rb_node)) {
812 cfq_rb_erase(&cfqq->rb_node, cfqq->service_tree);
813 cfqq->service_tree = NULL;
814 }
Jens Axboef2d1f0a2009-04-23 12:19:38 +0200815 if (cfqq->p_root) {
816 rb_erase(&cfqq->p_node, cfqq->p_root);
817 cfqq->p_root = NULL;
818 }
Jens Axboed9e76202007-04-20 14:27:50 +0200819
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820 BUG_ON(!cfqd->busy_queues);
821 cfqd->busy_queues--;
822}
823
824/*
825 * rb tree support functions
826 */
Jens Axboefebffd62008-01-28 13:19:43 +0100827static void cfq_del_rq_rb(struct request *rq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700828{
Jens Axboe5e705372006-07-13 12:39:25 +0200829 struct cfq_queue *cfqq = RQ_CFQQ(rq);
Jens Axboeb4878f22005-10-20 16:42:29 +0200830 struct cfq_data *cfqd = cfqq->cfqd;
Jens Axboe5e705372006-07-13 12:39:25 +0200831 const int sync = rq_is_sync(rq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832
Jens Axboeb4878f22005-10-20 16:42:29 +0200833 BUG_ON(!cfqq->queued[sync]);
834 cfqq->queued[sync]--;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700835
Jens Axboe5e705372006-07-13 12:39:25 +0200836 elv_rb_del(&cfqq->sort_list, rq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837
Jens Axboedd67d052006-06-21 09:36:18 +0200838 if (cfq_cfqq_on_rr(cfqq) && RB_EMPTY_ROOT(&cfqq->sort_list))
Jens Axboeb4878f22005-10-20 16:42:29 +0200839 cfq_del_cfqq_rr(cfqd, cfqq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840}
841
Jens Axboe5e705372006-07-13 12:39:25 +0200842static void cfq_add_rq_rb(struct request *rq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843{
Jens Axboe5e705372006-07-13 12:39:25 +0200844 struct cfq_queue *cfqq = RQ_CFQQ(rq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700845 struct cfq_data *cfqd = cfqq->cfqd;
Jens Axboea36e71f2009-04-15 12:15:11 +0200846 struct request *__alias, *prev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700847
Jens Axboe5380a102006-07-13 12:37:56 +0200848 cfqq->queued[rq_is_sync(rq)]++;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849
850 /*
851 * looks a little odd, but the first insert might return an alias.
852 * if that happens, put the alias on the dispatch list
853 */
Jens Axboe21183b02006-07-13 12:33:14 +0200854 while ((__alias = elv_rb_add(&cfqq->sort_list, rq)) != NULL)
Jens Axboe5e705372006-07-13 12:39:25 +0200855 cfq_dispatch_insert(cfqd->queue, __alias);
Jens Axboe5fccbf62006-10-31 14:21:55 +0100856
857 if (!cfq_cfqq_on_rr(cfqq))
858 cfq_add_cfqq_rr(cfqd, cfqq);
Jens Axboe5044eed2007-04-25 11:53:48 +0200859
860 /*
861 * check if this request is a better next-serve candidate
862 */
Jens Axboea36e71f2009-04-15 12:15:11 +0200863 prev = cfqq->next_rq;
Corrado Zoccolocf7c25c2009-11-08 17:16:46 +0100864 cfqq->next_rq = cfq_choose_req(cfqd, cfqq->next_rq, rq, cfqd->last_position);
Jens Axboea36e71f2009-04-15 12:15:11 +0200865
866 /*
867 * adjust priority tree position, if ->next_rq changes
868 */
869 if (prev != cfqq->next_rq)
870 cfq_prio_tree_add(cfqd, cfqq);
871
Jens Axboe5044eed2007-04-25 11:53:48 +0200872 BUG_ON(!cfqq->next_rq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873}
874
Jens Axboefebffd62008-01-28 13:19:43 +0100875static void cfq_reposition_rq_rb(struct cfq_queue *cfqq, struct request *rq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700876{
Jens Axboe5380a102006-07-13 12:37:56 +0200877 elv_rb_del(&cfqq->sort_list, rq);
878 cfqq->queued[rq_is_sync(rq)]--;
Jens Axboe5e705372006-07-13 12:39:25 +0200879 cfq_add_rq_rb(rq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880}
881
Jens Axboe206dc692006-03-28 13:03:44 +0200882static struct request *
883cfq_find_rq_fmerge(struct cfq_data *cfqd, struct bio *bio)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700884{
Jens Axboe206dc692006-03-28 13:03:44 +0200885 struct task_struct *tsk = current;
Vasily Tarasov91fac312007-04-25 12:29:51 +0200886 struct cfq_io_context *cic;
Jens Axboe206dc692006-03-28 13:03:44 +0200887 struct cfq_queue *cfqq;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888
Jens Axboe4ac845a2008-01-24 08:44:49 +0100889 cic = cfq_cic_lookup(cfqd, tsk->io_context);
Vasily Tarasov91fac312007-04-25 12:29:51 +0200890 if (!cic)
891 return NULL;
892
893 cfqq = cic_to_cfqq(cic, cfq_bio_sync(bio));
Jens Axboe89850f72006-07-22 16:48:31 +0200894 if (cfqq) {
895 sector_t sector = bio->bi_sector + bio_sectors(bio);
896
Jens Axboe21183b02006-07-13 12:33:14 +0200897 return elv_rb_find(&cfqq->sort_list, sector);
Jens Axboe89850f72006-07-22 16:48:31 +0200898 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700899
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900 return NULL;
901}
902
Jens Axboe165125e2007-07-24 09:28:11 +0200903static void cfq_activate_request(struct request_queue *q, struct request *rq)
Jens Axboeb4878f22005-10-20 16:42:29 +0200904{
905 struct cfq_data *cfqd = q->elevator->elevator_data;
906
Jens Axboe5ad531d2009-07-03 12:57:48 +0200907 cfqd->rq_in_driver[rq_is_sync(rq)]++;
Jens Axboe7b679132008-05-30 12:23:07 +0200908 cfq_log_cfqq(cfqd, RQ_CFQQ(rq), "activate rq, drv=%d",
Jens Axboe5ad531d2009-07-03 12:57:48 +0200909 rq_in_driver(cfqd));
Jens Axboe25776e32006-06-01 10:12:26 +0200910
Tejun Heo5b936292009-05-07 22:24:38 +0900911 cfqd->last_position = blk_rq_pos(rq) + blk_rq_sectors(rq);
Jens Axboeb4878f22005-10-20 16:42:29 +0200912}
913
Jens Axboe165125e2007-07-24 09:28:11 +0200914static void cfq_deactivate_request(struct request_queue *q, struct request *rq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915{
Jens Axboe22e2c502005-06-27 10:55:12 +0200916 struct cfq_data *cfqd = q->elevator->elevator_data;
Jens Axboe5ad531d2009-07-03 12:57:48 +0200917 const int sync = rq_is_sync(rq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918
Jens Axboe5ad531d2009-07-03 12:57:48 +0200919 WARN_ON(!cfqd->rq_in_driver[sync]);
920 cfqd->rq_in_driver[sync]--;
Jens Axboe7b679132008-05-30 12:23:07 +0200921 cfq_log_cfqq(cfqd, RQ_CFQQ(rq), "deactivate rq, drv=%d",
Jens Axboe5ad531d2009-07-03 12:57:48 +0200922 rq_in_driver(cfqd));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923}
924
Jens Axboeb4878f22005-10-20 16:42:29 +0200925static void cfq_remove_request(struct request *rq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700926{
Jens Axboe5e705372006-07-13 12:39:25 +0200927 struct cfq_queue *cfqq = RQ_CFQQ(rq);
Jens Axboe21183b02006-07-13 12:33:14 +0200928
Jens Axboe5e705372006-07-13 12:39:25 +0200929 if (cfqq->next_rq == rq)
930 cfqq->next_rq = cfq_find_next_rq(cfqq->cfqd, cfqq, rq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931
Jens Axboeb4878f22005-10-20 16:42:29 +0200932 list_del_init(&rq->queuelist);
Jens Axboe5e705372006-07-13 12:39:25 +0200933 cfq_del_rq_rb(rq);
Jens Axboe374f84a2006-07-23 01:42:19 +0200934
Aaron Carroll45333d52008-08-26 15:52:36 +0200935 cfqq->cfqd->rq_queued--;
Jens Axboe374f84a2006-07-23 01:42:19 +0200936 if (rq_is_meta(rq)) {
937 WARN_ON(!cfqq->meta_pending);
938 cfqq->meta_pending--;
939 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940}
941
Jens Axboe165125e2007-07-24 09:28:11 +0200942static int cfq_merge(struct request_queue *q, struct request **req,
943 struct bio *bio)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944{
945 struct cfq_data *cfqd = q->elevator->elevator_data;
946 struct request *__rq;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947
Jens Axboe206dc692006-03-28 13:03:44 +0200948 __rq = cfq_find_rq_fmerge(cfqd, bio);
Jens Axboe22e2c502005-06-27 10:55:12 +0200949 if (__rq && elv_rq_merge_ok(__rq, bio)) {
Jens Axboe98170642006-07-28 09:23:08 +0200950 *req = __rq;
951 return ELEVATOR_FRONT_MERGE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952 }
953
954 return ELEVATOR_NO_MERGE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700955}
956
Jens Axboe165125e2007-07-24 09:28:11 +0200957static void cfq_merged_request(struct request_queue *q, struct request *req,
Jens Axboe21183b02006-07-13 12:33:14 +0200958 int type)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959{
Jens Axboe21183b02006-07-13 12:33:14 +0200960 if (type == ELEVATOR_FRONT_MERGE) {
Jens Axboe5e705372006-07-13 12:39:25 +0200961 struct cfq_queue *cfqq = RQ_CFQQ(req);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962
Jens Axboe5e705372006-07-13 12:39:25 +0200963 cfq_reposition_rq_rb(cfqq, req);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700964 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965}
966
967static void
Jens Axboe165125e2007-07-24 09:28:11 +0200968cfq_merged_requests(struct request_queue *q, struct request *rq,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700969 struct request *next)
970{
Corrado Zoccolocf7c25c2009-11-08 17:16:46 +0100971 struct cfq_queue *cfqq = RQ_CFQQ(rq);
Jens Axboe22e2c502005-06-27 10:55:12 +0200972 /*
973 * reposition in fifo if next is older than rq
974 */
975 if (!list_empty(&rq->queuelist) && !list_empty(&next->queuelist) &&
Jens Axboe30996f42009-10-05 11:03:39 +0200976 time_before(rq_fifo_time(next), rq_fifo_time(rq))) {
Jens Axboe22e2c502005-06-27 10:55:12 +0200977 list_move(&rq->queuelist, &next->queuelist);
Jens Axboe30996f42009-10-05 11:03:39 +0200978 rq_set_fifo_time(rq, rq_fifo_time(next));
979 }
Jens Axboe22e2c502005-06-27 10:55:12 +0200980
Corrado Zoccolocf7c25c2009-11-08 17:16:46 +0100981 if (cfqq->next_rq == next)
982 cfqq->next_rq = rq;
Jens Axboeb4878f22005-10-20 16:42:29 +0200983 cfq_remove_request(next);
Jens Axboe22e2c502005-06-27 10:55:12 +0200984}
985
Jens Axboe165125e2007-07-24 09:28:11 +0200986static int cfq_allow_merge(struct request_queue *q, struct request *rq,
Jens Axboeda775262006-12-20 11:04:12 +0100987 struct bio *bio)
988{
989 struct cfq_data *cfqd = q->elevator->elevator_data;
Vasily Tarasov91fac312007-04-25 12:29:51 +0200990 struct cfq_io_context *cic;
Jens Axboeda775262006-12-20 11:04:12 +0100991 struct cfq_queue *cfqq;
Jens Axboeda775262006-12-20 11:04:12 +0100992
993 /*
Jens Axboeec8acb62007-01-02 18:32:11 +0100994 * Disallow merge of a sync bio into an async request.
Jens Axboeda775262006-12-20 11:04:12 +0100995 */
Vasily Tarasov91fac312007-04-25 12:29:51 +0200996 if (cfq_bio_sync(bio) && !rq_is_sync(rq))
Jens Axboea6151c32009-10-07 20:02:57 +0200997 return false;
Jens Axboeda775262006-12-20 11:04:12 +0100998
999 /*
Jens Axboe719d3402006-12-22 09:38:53 +01001000 * Lookup the cfqq that this bio will be queued with. Allow
1001 * merge only if rq is queued there.
Jens Axboeda775262006-12-20 11:04:12 +01001002 */
Jens Axboe4ac845a2008-01-24 08:44:49 +01001003 cic = cfq_cic_lookup(cfqd, current->io_context);
Vasily Tarasov91fac312007-04-25 12:29:51 +02001004 if (!cic)
Jens Axboea6151c32009-10-07 20:02:57 +02001005 return false;
Jens Axboe719d3402006-12-22 09:38:53 +01001006
Vasily Tarasov91fac312007-04-25 12:29:51 +02001007 cfqq = cic_to_cfqq(cic, cfq_bio_sync(bio));
Jens Axboea6151c32009-10-07 20:02:57 +02001008 return cfqq == RQ_CFQQ(rq);
Jens Axboeda775262006-12-20 11:04:12 +01001009}
1010
Jens Axboefebffd62008-01-28 13:19:43 +01001011static void __cfq_set_active_queue(struct cfq_data *cfqd,
1012 struct cfq_queue *cfqq)
Jens Axboe22e2c502005-06-27 10:55:12 +02001013{
1014 if (cfqq) {
Jens Axboe7b679132008-05-30 12:23:07 +02001015 cfq_log_cfqq(cfqd, cfqq, "set_active");
Jens Axboe22e2c502005-06-27 10:55:12 +02001016 cfqq->slice_end = 0;
Jens Axboe2f5cb732009-04-07 08:51:19 +02001017 cfqq->slice_dispatch = 0;
1018
Jens Axboe2f5cb732009-04-07 08:51:19 +02001019 cfq_clear_cfqq_wait_request(cfqq);
Jens Axboeb0291952009-04-07 11:38:31 +02001020 cfq_clear_cfqq_must_dispatch(cfqq);
Jens Axboe3b181522005-06-27 10:56:24 +02001021 cfq_clear_cfqq_must_alloc_slice(cfqq);
1022 cfq_clear_cfqq_fifo_expire(cfqq);
Jens Axboe44f7c162007-01-19 11:51:58 +11001023 cfq_mark_cfqq_slice_new(cfqq);
Jens Axboe2f5cb732009-04-07 08:51:19 +02001024
1025 del_timer(&cfqd->idle_slice_timer);
Jens Axboe22e2c502005-06-27 10:55:12 +02001026 }
1027
1028 cfqd->active_queue = cfqq;
1029}
1030
1031/*
Jens Axboe7b14e3b2006-02-28 09:35:11 +01001032 * current cfqq expired its slice (or was too idle), select new one
1033 */
1034static void
1035__cfq_slice_expired(struct cfq_data *cfqd, struct cfq_queue *cfqq,
Jens Axboea6151c32009-10-07 20:02:57 +02001036 bool timed_out)
Jens Axboe7b14e3b2006-02-28 09:35:11 +01001037{
Jens Axboe7b679132008-05-30 12:23:07 +02001038 cfq_log_cfqq(cfqd, cfqq, "slice expired t=%d", timed_out);
1039
Jens Axboe7b14e3b2006-02-28 09:35:11 +01001040 if (cfq_cfqq_wait_request(cfqq))
1041 del_timer(&cfqd->idle_slice_timer);
1042
Jens Axboe7b14e3b2006-02-28 09:35:11 +01001043 cfq_clear_cfqq_wait_request(cfqq);
1044
1045 /*
Jens Axboe6084cdd2007-04-23 08:25:00 +02001046 * store what was left of this slice, if the queue idled/timed out
Jens Axboe7b14e3b2006-02-28 09:35:11 +01001047 */
Jens Axboe7b679132008-05-30 12:23:07 +02001048 if (timed_out && !cfq_cfqq_slice_new(cfqq)) {
Jens Axboec5b680f2007-01-19 11:56:49 +11001049 cfqq->slice_resid = cfqq->slice_end - jiffies;
Jens Axboe7b679132008-05-30 12:23:07 +02001050 cfq_log_cfqq(cfqd, cfqq, "resid=%ld", cfqq->slice_resid);
1051 }
Jens Axboe7b14e3b2006-02-28 09:35:11 +01001052
Jens Axboeedd75ff2007-04-19 12:03:34 +02001053 cfq_resort_rr_list(cfqd, cfqq);
Jens Axboe7b14e3b2006-02-28 09:35:11 +01001054
1055 if (cfqq == cfqd->active_queue)
1056 cfqd->active_queue = NULL;
1057
1058 if (cfqd->active_cic) {
1059 put_io_context(cfqd->active_cic->ioc);
1060 cfqd->active_cic = NULL;
1061 }
Jens Axboe7b14e3b2006-02-28 09:35:11 +01001062}
1063
Jens Axboea6151c32009-10-07 20:02:57 +02001064static inline void cfq_slice_expired(struct cfq_data *cfqd, bool timed_out)
Jens Axboe7b14e3b2006-02-28 09:35:11 +01001065{
1066 struct cfq_queue *cfqq = cfqd->active_queue;
1067
1068 if (cfqq)
Jens Axboe6084cdd2007-04-23 08:25:00 +02001069 __cfq_slice_expired(cfqd, cfqq, timed_out);
Jens Axboe7b14e3b2006-02-28 09:35:11 +01001070}
1071
Jens Axboe498d3aa22007-04-26 12:54:48 +02001072/*
1073 * Get next queue for service. Unless we have a queue preemption,
1074 * we'll simply select the first cfqq in the service tree.
1075 */
Jens Axboe6d048f52007-04-25 12:44:27 +02001076static struct cfq_queue *cfq_get_next_queue(struct cfq_data *cfqd)
Jens Axboe22e2c502005-06-27 10:55:12 +02001077{
Corrado Zoccoloc0324a02009-10-27 19:16:03 +01001078 struct cfq_rb_root *service_tree =
Vivek Goyalcdb16e82009-12-03 12:59:38 -05001079 service_tree_for(cfqd->serving_group, cfqd->serving_prio,
1080 cfqd->serving_type, cfqd);
Jens Axboeedd75ff2007-04-19 12:03:34 +02001081
Corrado Zoccoloc0324a02009-10-27 19:16:03 +01001082 if (RB_EMPTY_ROOT(&service_tree->rb))
1083 return NULL;
1084 return cfq_rb_first(service_tree);
Jens Axboe6d048f52007-04-25 12:44:27 +02001085}
1086
Jens Axboe498d3aa22007-04-26 12:54:48 +02001087/*
1088 * Get and set a new active queue for service.
1089 */
Jens Axboea36e71f2009-04-15 12:15:11 +02001090static struct cfq_queue *cfq_set_active_queue(struct cfq_data *cfqd,
1091 struct cfq_queue *cfqq)
Jens Axboe6d048f52007-04-25 12:44:27 +02001092{
Jens Axboee00ef792009-11-04 08:54:55 +01001093 if (!cfqq)
Jens Axboea36e71f2009-04-15 12:15:11 +02001094 cfqq = cfq_get_next_queue(cfqd);
Jens Axboe6d048f52007-04-25 12:44:27 +02001095
Jens Axboe22e2c502005-06-27 10:55:12 +02001096 __cfq_set_active_queue(cfqd, cfqq);
Jens Axboe3b181522005-06-27 10:56:24 +02001097 return cfqq;
Jens Axboe22e2c502005-06-27 10:55:12 +02001098}
1099
Jens Axboed9e76202007-04-20 14:27:50 +02001100static inline sector_t cfq_dist_from_last(struct cfq_data *cfqd,
1101 struct request *rq)
1102{
Tejun Heo83096eb2009-05-07 22:24:39 +09001103 if (blk_rq_pos(rq) >= cfqd->last_position)
1104 return blk_rq_pos(rq) - cfqd->last_position;
Jens Axboed9e76202007-04-20 14:27:50 +02001105 else
Tejun Heo83096eb2009-05-07 22:24:39 +09001106 return cfqd->last_position - blk_rq_pos(rq);
Jens Axboed9e76202007-04-20 14:27:50 +02001107}
1108
Jeff Moyerb2c18e12009-10-23 17:14:49 -04001109#define CFQQ_SEEK_THR 8 * 1024
1110#define CFQQ_SEEKY(cfqq) ((cfqq)->seek_mean > CFQQ_SEEK_THR)
Jeff Moyer04dc6e72009-04-21 07:31:56 +02001111
Jeff Moyerb2c18e12009-10-23 17:14:49 -04001112static inline int cfq_rq_close(struct cfq_data *cfqd, struct cfq_queue *cfqq,
1113 struct request *rq)
Jens Axboe6d048f52007-04-25 12:44:27 +02001114{
Jeff Moyerb2c18e12009-10-23 17:14:49 -04001115 sector_t sdist = cfqq->seek_mean;
Jens Axboecaaa5f92006-06-16 11:23:00 +02001116
Jeff Moyerb2c18e12009-10-23 17:14:49 -04001117 if (!sample_valid(cfqq->seek_samples))
1118 sdist = CFQQ_SEEK_THR;
Jens Axboe6d048f52007-04-25 12:44:27 +02001119
Jeff Moyer04dc6e72009-04-21 07:31:56 +02001120 return cfq_dist_from_last(cfqd, rq) <= sdist;
Jens Axboe6d048f52007-04-25 12:44:27 +02001121}
1122
Jens Axboea36e71f2009-04-15 12:15:11 +02001123static struct cfq_queue *cfqq_close(struct cfq_data *cfqd,
1124 struct cfq_queue *cur_cfqq)
Jens Axboe6d048f52007-04-25 12:44:27 +02001125{
Jens Axboef2d1f0a2009-04-23 12:19:38 +02001126 struct rb_root *root = &cfqd->prio_trees[cur_cfqq->org_ioprio];
Jens Axboea36e71f2009-04-15 12:15:11 +02001127 struct rb_node *parent, *node;
1128 struct cfq_queue *__cfqq;
1129 sector_t sector = cfqd->last_position;
1130
1131 if (RB_EMPTY_ROOT(root))
1132 return NULL;
1133
1134 /*
1135 * First, if we find a request starting at the end of the last
1136 * request, choose it.
1137 */
Jens Axboef2d1f0a2009-04-23 12:19:38 +02001138 __cfqq = cfq_prio_tree_lookup(cfqd, root, sector, &parent, NULL);
Jens Axboea36e71f2009-04-15 12:15:11 +02001139 if (__cfqq)
1140 return __cfqq;
1141
1142 /*
1143 * If the exact sector wasn't found, the parent of the NULL leaf
1144 * will contain the closest sector.
1145 */
1146 __cfqq = rb_entry(parent, struct cfq_queue, p_node);
Jeff Moyerb2c18e12009-10-23 17:14:49 -04001147 if (cfq_rq_close(cfqd, cur_cfqq, __cfqq->next_rq))
Jens Axboea36e71f2009-04-15 12:15:11 +02001148 return __cfqq;
1149
Tejun Heo2e46e8b2009-05-07 22:24:41 +09001150 if (blk_rq_pos(__cfqq->next_rq) < sector)
Jens Axboea36e71f2009-04-15 12:15:11 +02001151 node = rb_next(&__cfqq->p_node);
1152 else
1153 node = rb_prev(&__cfqq->p_node);
1154 if (!node)
1155 return NULL;
1156
1157 __cfqq = rb_entry(node, struct cfq_queue, p_node);
Jeff Moyerb2c18e12009-10-23 17:14:49 -04001158 if (cfq_rq_close(cfqd, cur_cfqq, __cfqq->next_rq))
Jens Axboea36e71f2009-04-15 12:15:11 +02001159 return __cfqq;
1160
1161 return NULL;
1162}
1163
1164/*
1165 * cfqd - obvious
1166 * cur_cfqq - passed in so that we don't decide that the current queue is
1167 * closely cooperating with itself.
1168 *
1169 * So, basically we're assuming that that cur_cfqq has dispatched at least
1170 * one request, and that cfqd->last_position reflects a position on the disk
1171 * associated with the I/O issued by cur_cfqq. I'm not sure this is a valid
1172 * assumption.
1173 */
1174static struct cfq_queue *cfq_close_cooperator(struct cfq_data *cfqd,
Jeff Moyerb3b6d042009-10-23 17:14:51 -04001175 struct cfq_queue *cur_cfqq)
Jens Axboea36e71f2009-04-15 12:15:11 +02001176{
1177 struct cfq_queue *cfqq;
1178
Jeff Moyere6c5bc72009-10-23 17:14:52 -04001179 if (!cfq_cfqq_sync(cur_cfqq))
1180 return NULL;
1181 if (CFQQ_SEEKY(cur_cfqq))
1182 return NULL;
1183
Jens Axboea36e71f2009-04-15 12:15:11 +02001184 /*
Jens Axboed9e76202007-04-20 14:27:50 +02001185 * We should notice if some of the queues are cooperating, eg
1186 * working closely on the same area of the disk. In that case,
1187 * we can group them together and don't waste time idling.
Jens Axboe6d048f52007-04-25 12:44:27 +02001188 */
Jens Axboea36e71f2009-04-15 12:15:11 +02001189 cfqq = cfqq_close(cfqd, cur_cfqq);
1190 if (!cfqq)
1191 return NULL;
1192
Jeff Moyerdf5fe3e2009-10-23 17:14:50 -04001193 /*
1194 * It only makes sense to merge sync queues.
1195 */
1196 if (!cfq_cfqq_sync(cfqq))
1197 return NULL;
Jeff Moyere6c5bc72009-10-23 17:14:52 -04001198 if (CFQQ_SEEKY(cfqq))
1199 return NULL;
Jeff Moyerdf5fe3e2009-10-23 17:14:50 -04001200
Corrado Zoccoloc0324a02009-10-27 19:16:03 +01001201 /*
1202 * Do not merge queues of different priority classes
1203 */
1204 if (cfq_class_rt(cfqq) != cfq_class_rt(cur_cfqq))
1205 return NULL;
1206
Jens Axboea36e71f2009-04-15 12:15:11 +02001207 return cfqq;
Jens Axboe6d048f52007-04-25 12:44:27 +02001208}
1209
Corrado Zoccoloa6d44e92009-10-26 22:45:11 +01001210/*
1211 * Determine whether we should enforce idle window for this queue.
1212 */
1213
1214static bool cfq_should_idle(struct cfq_data *cfqd, struct cfq_queue *cfqq)
1215{
1216 enum wl_prio_t prio = cfqq_prio(cfqq);
Corrado Zoccolo718eee02009-10-26 22:45:29 +01001217 struct cfq_rb_root *service_tree = cfqq->service_tree;
Corrado Zoccoloa6d44e92009-10-26 22:45:11 +01001218
1219 /* We never do for idle class queues. */
1220 if (prio == IDLE_WORKLOAD)
1221 return false;
1222
1223 /* We do for queues that were marked with idle window flag. */
1224 if (cfq_cfqq_idle_window(cfqq))
1225 return true;
1226
1227 /*
1228 * Otherwise, we do only if they are the last ones
1229 * in their service tree.
1230 */
Corrado Zoccolo718eee02009-10-26 22:45:29 +01001231 if (!service_tree)
Vivek Goyalcdb16e82009-12-03 12:59:38 -05001232 service_tree = service_tree_for(cfqq->cfqg, prio,
1233 cfqq_type(cfqq), cfqd);
Corrado Zoccolo718eee02009-10-26 22:45:29 +01001234
Corrado Zoccoloa6d44e92009-10-26 22:45:11 +01001235 if (service_tree->count == 0)
1236 return true;
1237
1238 return (service_tree->count == 1 && cfq_rb_first(service_tree) == cfqq);
1239}
1240
Jens Axboe6d048f52007-04-25 12:44:27 +02001241static void cfq_arm_slice_timer(struct cfq_data *cfqd)
Jens Axboe22e2c502005-06-27 10:55:12 +02001242{
Jens Axboe17926692007-01-19 11:59:30 +11001243 struct cfq_queue *cfqq = cfqd->active_queue;
Jens Axboe206dc692006-03-28 13:03:44 +02001244 struct cfq_io_context *cic;
Jens Axboe7b14e3b2006-02-28 09:35:11 +01001245 unsigned long sl;
1246
Jens Axboea68bbddba2008-09-24 13:03:33 +02001247 /*
Jens Axboef7d7b7a2008-09-25 11:37:50 +02001248 * SSD device without seek penalty, disable idling. But only do so
1249 * for devices that support queuing, otherwise we still have a problem
1250 * with sync vs async workloads.
Jens Axboea68bbddba2008-09-24 13:03:33 +02001251 */
Jens Axboef7d7b7a2008-09-25 11:37:50 +02001252 if (blk_queue_nonrot(cfqd->queue) && cfqd->hw_tag)
Jens Axboea68bbddba2008-09-24 13:03:33 +02001253 return;
1254
Jens Axboedd67d052006-06-21 09:36:18 +02001255 WARN_ON(!RB_EMPTY_ROOT(&cfqq->sort_list));
Jens Axboe6d048f52007-04-25 12:44:27 +02001256 WARN_ON(cfq_cfqq_slice_new(cfqq));
Jens Axboe22e2c502005-06-27 10:55:12 +02001257
1258 /*
1259 * idle is disabled, either manually or by past process history
1260 */
Corrado Zoccoloa6d44e92009-10-26 22:45:11 +01001261 if (!cfqd->cfq_slice_idle || !cfq_should_idle(cfqd, cfqq))
Jens Axboe6d048f52007-04-25 12:44:27 +02001262 return;
1263
Jens Axboe22e2c502005-06-27 10:55:12 +02001264 /*
Corrado Zoccolo8e550632009-11-26 10:02:58 +01001265 * still active requests from this queue, don't idle
Jens Axboe7b679132008-05-30 12:23:07 +02001266 */
Corrado Zoccolo8e550632009-11-26 10:02:58 +01001267 if (cfqq->dispatched)
Jens Axboe7b679132008-05-30 12:23:07 +02001268 return;
1269
1270 /*
Jens Axboe22e2c502005-06-27 10:55:12 +02001271 * task has exited, don't wait
1272 */
Jens Axboe206dc692006-03-28 13:03:44 +02001273 cic = cfqd->active_cic;
Nikanth Karthikesan66dac982007-11-27 12:47:04 +01001274 if (!cic || !atomic_read(&cic->ioc->nr_tasks))
Jens Axboe6d048f52007-04-25 12:44:27 +02001275 return;
1276
Corrado Zoccolo355b6592009-10-08 08:43:32 +02001277 /*
1278 * If our average think time is larger than the remaining time
1279 * slice, then don't idle. This avoids overrunning the allotted
1280 * time slice.
1281 */
1282 if (sample_valid(cic->ttime_samples) &&
1283 (cfqq->slice_end - jiffies < cic->ttime_mean))
1284 return;
1285
Jens Axboe3b181522005-06-27 10:56:24 +02001286 cfq_mark_cfqq_wait_request(cfqq);
Jens Axboe22e2c502005-06-27 10:55:12 +02001287
Jens Axboe6d048f52007-04-25 12:44:27 +02001288 sl = cfqd->cfq_slice_idle;
Jens Axboe206dc692006-03-28 13:03:44 +02001289
Jens Axboe7b14e3b2006-02-28 09:35:11 +01001290 mod_timer(&cfqd->idle_slice_timer, jiffies + sl);
Jens Axboe9481ffd2009-04-15 12:14:13 +02001291 cfq_log_cfqq(cfqd, cfqq, "arm_idle: %lu", sl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292}
1293
Jens Axboe498d3aa22007-04-26 12:54:48 +02001294/*
1295 * Move request from internal lists to the request queue dispatch list.
1296 */
Jens Axboe165125e2007-07-24 09:28:11 +02001297static void cfq_dispatch_insert(struct request_queue *q, struct request *rq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298{
Jens Axboe3ed9a292007-04-23 08:33:33 +02001299 struct cfq_data *cfqd = q->elevator->elevator_data;
Jens Axboe5e705372006-07-13 12:39:25 +02001300 struct cfq_queue *cfqq = RQ_CFQQ(rq);
Jens Axboe22e2c502005-06-27 10:55:12 +02001301
Jens Axboe7b679132008-05-30 12:23:07 +02001302 cfq_log_cfqq(cfqd, cfqq, "dispatch_insert");
1303
Jeff Moyer06d21882009-09-11 17:08:59 +02001304 cfqq->next_rq = cfq_find_next_rq(cfqd, cfqq, rq);
Jens Axboe5380a102006-07-13 12:37:56 +02001305 cfq_remove_request(rq);
Jens Axboe6d048f52007-04-25 12:44:27 +02001306 cfqq->dispatched++;
Jens Axboe5380a102006-07-13 12:37:56 +02001307 elv_dispatch_sort(q, rq);
Jens Axboe3ed9a292007-04-23 08:33:33 +02001308
1309 if (cfq_cfqq_sync(cfqq))
1310 cfqd->sync_flight++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001311}
1312
1313/*
1314 * return expired entry, or NULL to just start from scratch in rbtree
1315 */
Jens Axboefebffd62008-01-28 13:19:43 +01001316static struct request *cfq_check_fifo(struct cfq_queue *cfqq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317{
Jens Axboe30996f42009-10-05 11:03:39 +02001318 struct request *rq = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319
Jens Axboe3b181522005-06-27 10:56:24 +02001320 if (cfq_cfqq_fifo_expire(cfqq))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321 return NULL;
Jens Axboecb887412007-01-19 12:01:16 +11001322
1323 cfq_mark_cfqq_fifo_expire(cfqq);
1324
Jens Axboe89850f72006-07-22 16:48:31 +02001325 if (list_empty(&cfqq->fifo))
1326 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001327
Jens Axboe89850f72006-07-22 16:48:31 +02001328 rq = rq_entry_fifo(cfqq->fifo.next);
Jens Axboe30996f42009-10-05 11:03:39 +02001329 if (time_before(jiffies, rq_fifo_time(rq)))
Jens Axboe7b679132008-05-30 12:23:07 +02001330 rq = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331
Jens Axboe30996f42009-10-05 11:03:39 +02001332 cfq_log_cfqq(cfqq->cfqd, cfqq, "fifo=%p", rq);
Jens Axboe6d048f52007-04-25 12:44:27 +02001333 return rq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001334}
1335
Jens Axboe22e2c502005-06-27 10:55:12 +02001336static inline int
1337cfq_prio_to_maxrq(struct cfq_data *cfqd, struct cfq_queue *cfqq)
1338{
1339 const int base_rq = cfqd->cfq_slice_async_rq;
1340
1341 WARN_ON(cfqq->ioprio >= IOPRIO_BE_NR);
1342
1343 return 2 * (base_rq + base_rq * (CFQ_PRIO_LISTS - 1 - cfqq->ioprio));
1344}
1345
1346/*
Jeff Moyerdf5fe3e2009-10-23 17:14:50 -04001347 * Must be called with the queue_lock held.
1348 */
1349static int cfqq_process_refs(struct cfq_queue *cfqq)
1350{
1351 int process_refs, io_refs;
1352
1353 io_refs = cfqq->allocated[READ] + cfqq->allocated[WRITE];
1354 process_refs = atomic_read(&cfqq->ref) - io_refs;
1355 BUG_ON(process_refs < 0);
1356 return process_refs;
1357}
1358
1359static void cfq_setup_merge(struct cfq_queue *cfqq, struct cfq_queue *new_cfqq)
1360{
Jeff Moyere6c5bc72009-10-23 17:14:52 -04001361 int process_refs, new_process_refs;
Jeff Moyerdf5fe3e2009-10-23 17:14:50 -04001362 struct cfq_queue *__cfqq;
1363
1364 /* Avoid a circular list and skip interim queue merges */
1365 while ((__cfqq = new_cfqq->new_cfqq)) {
1366 if (__cfqq == cfqq)
1367 return;
1368 new_cfqq = __cfqq;
1369 }
1370
1371 process_refs = cfqq_process_refs(cfqq);
1372 /*
1373 * If the process for the cfqq has gone away, there is no
1374 * sense in merging the queues.
1375 */
1376 if (process_refs == 0)
1377 return;
1378
Jeff Moyere6c5bc72009-10-23 17:14:52 -04001379 /*
1380 * Merge in the direction of the lesser amount of work.
1381 */
1382 new_process_refs = cfqq_process_refs(new_cfqq);
1383 if (new_process_refs >= process_refs) {
1384 cfqq->new_cfqq = new_cfqq;
1385 atomic_add(process_refs, &new_cfqq->ref);
1386 } else {
1387 new_cfqq->new_cfqq = cfqq;
1388 atomic_add(new_process_refs, &cfqq->ref);
1389 }
Jeff Moyerdf5fe3e2009-10-23 17:14:50 -04001390}
1391
Vivek Goyalcdb16e82009-12-03 12:59:38 -05001392static enum wl_type_t cfq_choose_wl(struct cfq_data *cfqd,
1393 struct cfq_group *cfqg, enum wl_prio_t prio,
1394 bool prio_changed)
Corrado Zoccolo718eee02009-10-26 22:45:29 +01001395{
1396 struct cfq_queue *queue;
1397 int i;
1398 bool key_valid = false;
1399 unsigned long lowest_key = 0;
1400 enum wl_type_t cur_best = SYNC_NOIDLE_WORKLOAD;
1401
1402 if (prio_changed) {
1403 /*
1404 * When priorities switched, we prefer starting
1405 * from SYNC_NOIDLE (first choice), or just SYNC
1406 * over ASYNC
1407 */
Vivek Goyalcdb16e82009-12-03 12:59:38 -05001408 if (service_tree_for(cfqg, prio, cur_best, cfqd)->count)
Corrado Zoccolo718eee02009-10-26 22:45:29 +01001409 return cur_best;
1410 cur_best = SYNC_WORKLOAD;
Vivek Goyalcdb16e82009-12-03 12:59:38 -05001411 if (service_tree_for(cfqg, prio, cur_best, cfqd)->count)
Corrado Zoccolo718eee02009-10-26 22:45:29 +01001412 return cur_best;
1413
1414 return ASYNC_WORKLOAD;
1415 }
1416
1417 for (i = 0; i < 3; ++i) {
1418 /* otherwise, select the one with lowest rb_key */
Vivek Goyalcdb16e82009-12-03 12:59:38 -05001419 queue = cfq_rb_first(service_tree_for(cfqg, prio, i, cfqd));
Corrado Zoccolo718eee02009-10-26 22:45:29 +01001420 if (queue &&
1421 (!key_valid || time_before(queue->rb_key, lowest_key))) {
1422 lowest_key = queue->rb_key;
1423 cur_best = i;
1424 key_valid = true;
1425 }
1426 }
1427
1428 return cur_best;
1429}
1430
Vivek Goyalcdb16e82009-12-03 12:59:38 -05001431static void choose_service_tree(struct cfq_data *cfqd, struct cfq_group *cfqg)
Corrado Zoccolo718eee02009-10-26 22:45:29 +01001432{
1433 enum wl_prio_t previous_prio = cfqd->serving_prio;
1434 bool prio_changed;
1435 unsigned slice;
1436 unsigned count;
Vivek Goyalcdb16e82009-12-03 12:59:38 -05001437 struct cfq_rb_root *st;
Corrado Zoccolo718eee02009-10-26 22:45:29 +01001438
1439 /* Choose next priority. RT > BE > IDLE */
1440 if (cfq_busy_queues_wl(RT_WORKLOAD, cfqd))
1441 cfqd->serving_prio = RT_WORKLOAD;
1442 else if (cfq_busy_queues_wl(BE_WORKLOAD, cfqd))
1443 cfqd->serving_prio = BE_WORKLOAD;
1444 else {
1445 cfqd->serving_prio = IDLE_WORKLOAD;
1446 cfqd->workload_expires = jiffies + 1;
1447 return;
1448 }
1449
1450 /*
1451 * For RT and BE, we have to choose also the type
1452 * (SYNC, SYNC_NOIDLE, ASYNC), and to compute a workload
1453 * expiration time
1454 */
1455 prio_changed = (cfqd->serving_prio != previous_prio);
Vivek Goyalcdb16e82009-12-03 12:59:38 -05001456 st = service_tree_for(cfqg, cfqd->serving_prio, cfqd->serving_type,
1457 cfqd);
1458 count = st->count;
Corrado Zoccolo718eee02009-10-26 22:45:29 +01001459
1460 /*
1461 * If priority didn't change, check workload expiration,
1462 * and that we still have other queues ready
1463 */
1464 if (!prio_changed && count &&
1465 !time_after(jiffies, cfqd->workload_expires))
1466 return;
1467
1468 /* otherwise select new workload type */
1469 cfqd->serving_type =
Vivek Goyalcdb16e82009-12-03 12:59:38 -05001470 cfq_choose_wl(cfqd, cfqg, cfqd->serving_prio, prio_changed);
1471 st = service_tree_for(cfqg, cfqd->serving_prio, cfqd->serving_type,
1472 cfqd);
1473 count = st->count;
Corrado Zoccolo718eee02009-10-26 22:45:29 +01001474
1475 /*
1476 * the workload slice is computed as a fraction of target latency
1477 * proportional to the number of queues in that workload, over
1478 * all the queues in the same priority class
1479 */
1480 slice = cfq_target_latency * count /
1481 max_t(unsigned, cfqd->busy_queues_avg[cfqd->serving_prio],
1482 cfq_busy_queues_wl(cfqd->serving_prio, cfqd));
1483
1484 if (cfqd->serving_type == ASYNC_WORKLOAD)
1485 /* async workload slice is scaled down according to
1486 * the sync/async slice ratio. */
1487 slice = slice * cfqd->cfq_slice[0] / cfqd->cfq_slice[1];
1488 else
1489 /* sync workload slice is at least 2 * cfq_slice_idle */
1490 slice = max(slice, 2 * cfqd->cfq_slice_idle);
1491
1492 slice = max_t(unsigned, slice, CFQ_MIN_TT);
1493 cfqd->workload_expires = jiffies + slice;
Corrado Zoccolo8e550632009-11-26 10:02:58 +01001494 cfqd->noidle_tree_requires_idle = false;
Corrado Zoccolo718eee02009-10-26 22:45:29 +01001495}
1496
Vivek Goyalcdb16e82009-12-03 12:59:38 -05001497static void cfq_choose_cfqg(struct cfq_data *cfqd)
1498{
1499 cfqd->serving_group = &cfqd->root_group;
1500 choose_service_tree(cfqd, &cfqd->root_group);
1501}
1502
Jeff Moyerdf5fe3e2009-10-23 17:14:50 -04001503/*
Jens Axboe498d3aa22007-04-26 12:54:48 +02001504 * Select a queue for service. If we have a current active queue,
1505 * check whether to continue servicing it, or retrieve and set a new one.
Jens Axboe22e2c502005-06-27 10:55:12 +02001506 */
Tejun Heo1b5ed5e12005-11-10 08:49:19 +01001507static struct cfq_queue *cfq_select_queue(struct cfq_data *cfqd)
Jens Axboe22e2c502005-06-27 10:55:12 +02001508{
Jens Axboea36e71f2009-04-15 12:15:11 +02001509 struct cfq_queue *cfqq, *new_cfqq = NULL;
Jens Axboe22e2c502005-06-27 10:55:12 +02001510
1511 cfqq = cfqd->active_queue;
1512 if (!cfqq)
1513 goto new_queue;
1514
1515 /*
Jens Axboe6d048f52007-04-25 12:44:27 +02001516 * The active queue has run out of time, expire it and select new.
Jens Axboe22e2c502005-06-27 10:55:12 +02001517 */
Jens Axboeb0291952009-04-07 11:38:31 +02001518 if (cfq_slice_used(cfqq) && !cfq_cfqq_must_dispatch(cfqq))
Jens Axboe3b181522005-06-27 10:56:24 +02001519 goto expire;
Jens Axboe22e2c502005-06-27 10:55:12 +02001520
1521 /*
Jens Axboe6d048f52007-04-25 12:44:27 +02001522 * The active queue has requests and isn't expired, allow it to
1523 * dispatch.
Jens Axboe22e2c502005-06-27 10:55:12 +02001524 */
Jens Axboedd67d052006-06-21 09:36:18 +02001525 if (!RB_EMPTY_ROOT(&cfqq->sort_list))
Jens Axboe22e2c502005-06-27 10:55:12 +02001526 goto keep_queue;
Jens Axboe6d048f52007-04-25 12:44:27 +02001527
1528 /*
Jens Axboea36e71f2009-04-15 12:15:11 +02001529 * If another queue has a request waiting within our mean seek
1530 * distance, let it run. The expire code will check for close
1531 * cooperators and put the close queue at the front of the service
Jeff Moyerdf5fe3e2009-10-23 17:14:50 -04001532 * tree. If possible, merge the expiring queue with the new cfqq.
Jens Axboea36e71f2009-04-15 12:15:11 +02001533 */
Jeff Moyerb3b6d042009-10-23 17:14:51 -04001534 new_cfqq = cfq_close_cooperator(cfqd, cfqq);
Jeff Moyerdf5fe3e2009-10-23 17:14:50 -04001535 if (new_cfqq) {
1536 if (!cfqq->new_cfqq)
1537 cfq_setup_merge(cfqq, new_cfqq);
Jens Axboea36e71f2009-04-15 12:15:11 +02001538 goto expire;
Jeff Moyerdf5fe3e2009-10-23 17:14:50 -04001539 }
Jens Axboea36e71f2009-04-15 12:15:11 +02001540
1541 /*
Jens Axboe6d048f52007-04-25 12:44:27 +02001542 * No requests pending. If the active queue still has requests in
1543 * flight or is idling for a new request, allow either of these
1544 * conditions to happen (or time out) before selecting a new queue.
1545 */
Jens Axboecc197472007-04-20 20:45:39 +02001546 if (timer_pending(&cfqd->idle_slice_timer) ||
Corrado Zoccoloa6d44e92009-10-26 22:45:11 +01001547 (cfqq->dispatched && cfq_should_idle(cfqd, cfqq))) {
Jens Axboecaaa5f92006-06-16 11:23:00 +02001548 cfqq = NULL;
1549 goto keep_queue;
Jens Axboe22e2c502005-06-27 10:55:12 +02001550 }
1551
Jens Axboe3b181522005-06-27 10:56:24 +02001552expire:
Jens Axboe6084cdd2007-04-23 08:25:00 +02001553 cfq_slice_expired(cfqd, 0);
Jens Axboe3b181522005-06-27 10:56:24 +02001554new_queue:
Corrado Zoccolo718eee02009-10-26 22:45:29 +01001555 /*
1556 * Current queue expired. Check if we have to switch to a new
1557 * service tree
1558 */
1559 if (!new_cfqq)
Vivek Goyalcdb16e82009-12-03 12:59:38 -05001560 cfq_choose_cfqg(cfqd);
Corrado Zoccolo718eee02009-10-26 22:45:29 +01001561
Jens Axboea36e71f2009-04-15 12:15:11 +02001562 cfqq = cfq_set_active_queue(cfqd, new_cfqq);
Jens Axboe22e2c502005-06-27 10:55:12 +02001563keep_queue:
Jens Axboe3b181522005-06-27 10:56:24 +02001564 return cfqq;
Jens Axboe22e2c502005-06-27 10:55:12 +02001565}
1566
Jens Axboefebffd62008-01-28 13:19:43 +01001567static int __cfq_forced_dispatch_cfqq(struct cfq_queue *cfqq)
Jens Axboed9e76202007-04-20 14:27:50 +02001568{
1569 int dispatched = 0;
1570
1571 while (cfqq->next_rq) {
1572 cfq_dispatch_insert(cfqq->cfqd->queue, cfqq->next_rq);
1573 dispatched++;
1574 }
1575
1576 BUG_ON(!list_empty(&cfqq->fifo));
1577 return dispatched;
1578}
1579
Jens Axboe498d3aa22007-04-26 12:54:48 +02001580/*
1581 * Drain our current requests. Used for barriers and when switching
1582 * io schedulers on-the-fly.
1583 */
Jens Axboed9e76202007-04-20 14:27:50 +02001584static int cfq_forced_dispatch(struct cfq_data *cfqd)
Tejun Heo1b5ed5e12005-11-10 08:49:19 +01001585{
Jens Axboe08717142008-01-28 11:38:15 +01001586 struct cfq_queue *cfqq;
Jens Axboed9e76202007-04-20 14:27:50 +02001587 int dispatched = 0;
Corrado Zoccolo718eee02009-10-26 22:45:29 +01001588 int i, j;
Vivek Goyalcdb16e82009-12-03 12:59:38 -05001589 struct cfq_group *cfqg = &cfqd->root_group;
1590
Corrado Zoccoloc0324a02009-10-27 19:16:03 +01001591 for (i = 0; i < 2; ++i)
Corrado Zoccolo718eee02009-10-26 22:45:29 +01001592 for (j = 0; j < 3; ++j)
Vivek Goyalcdb16e82009-12-03 12:59:38 -05001593 while ((cfqq = cfq_rb_first(&cfqg->service_trees[i][j]))
Corrado Zoccolo718eee02009-10-26 22:45:29 +01001594 != NULL)
1595 dispatched += __cfq_forced_dispatch_cfqq(cfqq);
Tejun Heo1b5ed5e12005-11-10 08:49:19 +01001596
Vivek Goyalcdb16e82009-12-03 12:59:38 -05001597 while ((cfqq = cfq_rb_first(&cfqg->service_tree_idle)) != NULL)
Jens Axboed9e76202007-04-20 14:27:50 +02001598 dispatched += __cfq_forced_dispatch_cfqq(cfqq);
Tejun Heo1b5ed5e12005-11-10 08:49:19 +01001599
Jens Axboe6084cdd2007-04-23 08:25:00 +02001600 cfq_slice_expired(cfqd, 0);
Tejun Heo1b5ed5e12005-11-10 08:49:19 +01001601
1602 BUG_ON(cfqd->busy_queues);
1603
Jeff Moyer6923715a2009-06-12 15:29:30 +02001604 cfq_log(cfqd, "forced_dispatch=%d", dispatched);
Tejun Heo1b5ed5e12005-11-10 08:49:19 +01001605 return dispatched;
1606}
1607
Jens Axboe0b182d62009-10-06 20:49:37 +02001608static bool cfq_may_dispatch(struct cfq_data *cfqd, struct cfq_queue *cfqq)
Jens Axboe2f5cb732009-04-07 08:51:19 +02001609{
Jens Axboe2f5cb732009-04-07 08:51:19 +02001610 unsigned int max_dispatch;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611
Jens Axboe2f5cb732009-04-07 08:51:19 +02001612 /*
Jens Axboe5ad531d2009-07-03 12:57:48 +02001613 * Drain async requests before we start sync IO
1614 */
Corrado Zoccoloa6d44e92009-10-26 22:45:11 +01001615 if (cfq_should_idle(cfqd, cfqq) && cfqd->rq_in_driver[BLK_RW_ASYNC])
Jens Axboe0b182d62009-10-06 20:49:37 +02001616 return false;
Jens Axboe5ad531d2009-07-03 12:57:48 +02001617
1618 /*
Jens Axboe2f5cb732009-04-07 08:51:19 +02001619 * If this is an async queue and we have sync IO in flight, let it wait
1620 */
1621 if (cfqd->sync_flight && !cfq_cfqq_sync(cfqq))
Jens Axboe0b182d62009-10-06 20:49:37 +02001622 return false;
Jens Axboe2f5cb732009-04-07 08:51:19 +02001623
1624 max_dispatch = cfqd->cfq_quantum;
1625 if (cfq_class_idle(cfqq))
1626 max_dispatch = 1;
1627
1628 /*
1629 * Does this cfqq already have too much IO in flight?
1630 */
1631 if (cfqq->dispatched >= max_dispatch) {
1632 /*
1633 * idle queue must always only have a single IO in flight
1634 */
Jens Axboe3ed9a292007-04-23 08:33:33 +02001635 if (cfq_class_idle(cfqq))
Jens Axboe0b182d62009-10-06 20:49:37 +02001636 return false;
Jens Axboe3ed9a292007-04-23 08:33:33 +02001637
Jens Axboe2f5cb732009-04-07 08:51:19 +02001638 /*
1639 * We have other queues, don't allow more IO from this one
1640 */
1641 if (cfqd->busy_queues > 1)
Jens Axboe0b182d62009-10-06 20:49:37 +02001642 return false;
Jens Axboe9ede2092007-01-19 12:11:44 +11001643
Jens Axboe2f5cb732009-04-07 08:51:19 +02001644 /*
Shaohua Li474b18c2009-12-03 12:58:05 +01001645 * Sole queue user, no limit
Vivek Goyal365722b2009-10-03 15:21:27 +02001646 */
Shaohua Li474b18c2009-12-03 12:58:05 +01001647 max_dispatch = -1;
Jens Axboe8e296752009-10-03 16:26:03 +02001648 }
1649
1650 /*
1651 * Async queues must wait a bit before being allowed dispatch.
1652 * We also ramp up the dispatch depth gradually for async IO,
1653 * based on the last sync IO we serviced
1654 */
Jens Axboe963b72f2009-10-03 19:42:18 +02001655 if (!cfq_cfqq_sync(cfqq) && cfqd->cfq_latency) {
Jens Axboe8e296752009-10-03 16:26:03 +02001656 unsigned long last_sync = jiffies - cfqd->last_end_sync_rq;
1657 unsigned int depth;
Vivek Goyal365722b2009-10-03 15:21:27 +02001658
Jens Axboe61f0c1d2009-10-03 19:46:03 +02001659 depth = last_sync / cfqd->cfq_slice[1];
Jens Axboee00c54c2009-10-04 20:36:19 +02001660 if (!depth && !cfqq->dispatched)
1661 depth = 1;
Jens Axboe8e296752009-10-03 16:26:03 +02001662 if (depth < max_dispatch)
1663 max_dispatch = depth;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664 }
1665
Jens Axboe0b182d62009-10-06 20:49:37 +02001666 /*
1667 * If we're below the current max, allow a dispatch
1668 */
1669 return cfqq->dispatched < max_dispatch;
1670}
1671
1672/*
1673 * Dispatch a request from cfqq, moving them to the request queue
1674 * dispatch list.
1675 */
1676static bool cfq_dispatch_request(struct cfq_data *cfqd, struct cfq_queue *cfqq)
1677{
1678 struct request *rq;
1679
1680 BUG_ON(RB_EMPTY_ROOT(&cfqq->sort_list));
1681
1682 if (!cfq_may_dispatch(cfqd, cfqq))
1683 return false;
1684
1685 /*
1686 * follow expired path, else get first next available
1687 */
1688 rq = cfq_check_fifo(cfqq);
1689 if (!rq)
1690 rq = cfqq->next_rq;
1691
1692 /*
1693 * insert request into driver dispatch list
1694 */
1695 cfq_dispatch_insert(cfqd->queue, rq);
1696
1697 if (!cfqd->active_cic) {
1698 struct cfq_io_context *cic = RQ_CIC(rq);
1699
1700 atomic_long_inc(&cic->ioc->refcount);
1701 cfqd->active_cic = cic;
1702 }
1703
1704 return true;
1705}
1706
1707/*
1708 * Find the cfqq that we need to service and move a request from that to the
1709 * dispatch list
1710 */
1711static int cfq_dispatch_requests(struct request_queue *q, int force)
1712{
1713 struct cfq_data *cfqd = q->elevator->elevator_data;
1714 struct cfq_queue *cfqq;
1715
1716 if (!cfqd->busy_queues)
1717 return 0;
1718
1719 if (unlikely(force))
1720 return cfq_forced_dispatch(cfqd);
1721
1722 cfqq = cfq_select_queue(cfqd);
1723 if (!cfqq)
Jens Axboe8e296752009-10-03 16:26:03 +02001724 return 0;
1725
Jens Axboe2f5cb732009-04-07 08:51:19 +02001726 /*
Jens Axboe0b182d62009-10-06 20:49:37 +02001727 * Dispatch a request from this cfqq, if it is allowed
Jens Axboe2f5cb732009-04-07 08:51:19 +02001728 */
Jens Axboe0b182d62009-10-06 20:49:37 +02001729 if (!cfq_dispatch_request(cfqd, cfqq))
1730 return 0;
1731
Jens Axboe2f5cb732009-04-07 08:51:19 +02001732 cfqq->slice_dispatch++;
Jens Axboeb0291952009-04-07 11:38:31 +02001733 cfq_clear_cfqq_must_dispatch(cfqq);
Jens Axboe2f5cb732009-04-07 08:51:19 +02001734
1735 /*
1736 * expire an async queue immediately if it has used up its slice. idle
1737 * queue always expire after 1 dispatch round.
1738 */
1739 if (cfqd->busy_queues > 1 && ((!cfq_cfqq_sync(cfqq) &&
1740 cfqq->slice_dispatch >= cfq_prio_to_maxrq(cfqd, cfqq)) ||
1741 cfq_class_idle(cfqq))) {
1742 cfqq->slice_end = jiffies + 1;
1743 cfq_slice_expired(cfqd, 0);
1744 }
1745
Shan Weib217a902009-09-01 10:06:42 +02001746 cfq_log_cfqq(cfqd, cfqq, "dispatched a request");
Jens Axboe2f5cb732009-04-07 08:51:19 +02001747 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001748}
1749
Linus Torvalds1da177e2005-04-16 15:20:36 -07001750/*
Jens Axboe5e705372006-07-13 12:39:25 +02001751 * task holds one reference to the queue, dropped when task exits. each rq
1752 * in-flight on this queue also holds a reference, dropped when rq is freed.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753 *
1754 * queue lock must be held here.
1755 */
1756static void cfq_put_queue(struct cfq_queue *cfqq)
1757{
Jens Axboe22e2c502005-06-27 10:55:12 +02001758 struct cfq_data *cfqd = cfqq->cfqd;
1759
1760 BUG_ON(atomic_read(&cfqq->ref) <= 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001761
1762 if (!atomic_dec_and_test(&cfqq->ref))
1763 return;
1764
Jens Axboe7b679132008-05-30 12:23:07 +02001765 cfq_log_cfqq(cfqd, cfqq, "put_queue");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766 BUG_ON(rb_first(&cfqq->sort_list));
Jens Axboe22e2c502005-06-27 10:55:12 +02001767 BUG_ON(cfqq->allocated[READ] + cfqq->allocated[WRITE]);
Jens Axboe3b181522005-06-27 10:56:24 +02001768 BUG_ON(cfq_cfqq_on_rr(cfqq));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769
Jens Axboe28f95cbc2007-01-19 12:09:53 +11001770 if (unlikely(cfqd->active_queue == cfqq)) {
Jens Axboe6084cdd2007-04-23 08:25:00 +02001771 __cfq_slice_expired(cfqd, cfqq, 0);
Jens Axboe23e018a2009-10-05 08:52:35 +02001772 cfq_schedule_dispatch(cfqd);
Jens Axboe28f95cbc2007-01-19 12:09:53 +11001773 }
Jens Axboe22e2c502005-06-27 10:55:12 +02001774
Linus Torvalds1da177e2005-04-16 15:20:36 -07001775 kmem_cache_free(cfq_pool, cfqq);
1776}
1777
Jens Axboed6de8be2008-05-28 14:46:59 +02001778/*
1779 * Must always be called with the rcu_read_lock() held
1780 */
Jens Axboe07416d22008-05-07 09:17:12 +02001781static void
1782__call_for_each_cic(struct io_context *ioc,
1783 void (*func)(struct io_context *, struct cfq_io_context *))
1784{
1785 struct cfq_io_context *cic;
1786 struct hlist_node *n;
1787
1788 hlist_for_each_entry_rcu(cic, n, &ioc->cic_list, cic_list)
1789 func(ioc, cic);
1790}
1791
Jens Axboe4ac845a2008-01-24 08:44:49 +01001792/*
Fabio Checconi34e6bbf2008-04-02 14:31:02 +02001793 * Call func for each cic attached to this ioc.
Jens Axboe4ac845a2008-01-24 08:44:49 +01001794 */
Fabio Checconi34e6bbf2008-04-02 14:31:02 +02001795static void
Jens Axboe4ac845a2008-01-24 08:44:49 +01001796call_for_each_cic(struct io_context *ioc,
1797 void (*func)(struct io_context *, struct cfq_io_context *))
1798{
Jens Axboe4ac845a2008-01-24 08:44:49 +01001799 rcu_read_lock();
Jens Axboe07416d22008-05-07 09:17:12 +02001800 __call_for_each_cic(ioc, func);
Jens Axboe4ac845a2008-01-24 08:44:49 +01001801 rcu_read_unlock();
Fabio Checconi34e6bbf2008-04-02 14:31:02 +02001802}
Jens Axboe4ac845a2008-01-24 08:44:49 +01001803
Fabio Checconi34e6bbf2008-04-02 14:31:02 +02001804static void cfq_cic_free_rcu(struct rcu_head *head)
1805{
1806 struct cfq_io_context *cic;
1807
1808 cic = container_of(head, struct cfq_io_context, rcu_head);
1809
1810 kmem_cache_free(cfq_ioc_pool, cic);
Tejun Heo245b2e72009-06-24 15:13:48 +09001811 elv_ioc_count_dec(cfq_ioc_count);
Fabio Checconi34e6bbf2008-04-02 14:31:02 +02001812
Jens Axboe9a11b4e2008-05-29 09:32:08 +02001813 if (ioc_gone) {
1814 /*
1815 * CFQ scheduler is exiting, grab exit lock and check
1816 * the pending io context count. If it hits zero,
1817 * complete ioc_gone and set it back to NULL
1818 */
1819 spin_lock(&ioc_gone_lock);
Tejun Heo245b2e72009-06-24 15:13:48 +09001820 if (ioc_gone && !elv_ioc_count_read(cfq_ioc_count)) {
Jens Axboe9a11b4e2008-05-29 09:32:08 +02001821 complete(ioc_gone);
1822 ioc_gone = NULL;
1823 }
1824 spin_unlock(&ioc_gone_lock);
1825 }
Fabio Checconi34e6bbf2008-04-02 14:31:02 +02001826}
1827
1828static void cfq_cic_free(struct cfq_io_context *cic)
1829{
1830 call_rcu(&cic->rcu_head, cfq_cic_free_rcu);
Jens Axboe4ac845a2008-01-24 08:44:49 +01001831}
1832
1833static void cic_free_func(struct io_context *ioc, struct cfq_io_context *cic)
1834{
1835 unsigned long flags;
1836
1837 BUG_ON(!cic->dead_key);
1838
1839 spin_lock_irqsave(&ioc->lock, flags);
1840 radix_tree_delete(&ioc->radix_root, cic->dead_key);
Jens Axboeffc4e752008-02-19 10:02:29 +01001841 hlist_del_rcu(&cic->cic_list);
Jens Axboe4ac845a2008-01-24 08:44:49 +01001842 spin_unlock_irqrestore(&ioc->lock, flags);
1843
Fabio Checconi34e6bbf2008-04-02 14:31:02 +02001844 cfq_cic_free(cic);
Jens Axboe4ac845a2008-01-24 08:44:49 +01001845}
1846
Jens Axboed6de8be2008-05-28 14:46:59 +02001847/*
1848 * Must be called with rcu_read_lock() held or preemption otherwise disabled.
1849 * Only two callers of this - ->dtor() which is called with the rcu_read_lock(),
1850 * and ->trim() which is called with the task lock held
1851 */
Jens Axboee2d74ac2006-03-28 08:59:01 +02001852static void cfq_free_io_context(struct io_context *ioc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001853{
Jens Axboe4ac845a2008-01-24 08:44:49 +01001854 /*
Fabio Checconi34e6bbf2008-04-02 14:31:02 +02001855 * ioc->refcount is zero here, or we are called from elv_unregister(),
1856 * so no more cic's are allowed to be linked into this ioc. So it
1857 * should be ok to iterate over the known list, we will see all cic's
1858 * since no new ones are added.
Jens Axboe4ac845a2008-01-24 08:44:49 +01001859 */
Jens Axboe07416d22008-05-07 09:17:12 +02001860 __call_for_each_cic(ioc, cic_free_func);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861}
1862
Jens Axboe89850f72006-07-22 16:48:31 +02001863static void cfq_exit_cfqq(struct cfq_data *cfqd, struct cfq_queue *cfqq)
1864{
Jeff Moyerdf5fe3e2009-10-23 17:14:50 -04001865 struct cfq_queue *__cfqq, *next;
1866
Jens Axboe28f95cbc2007-01-19 12:09:53 +11001867 if (unlikely(cfqq == cfqd->active_queue)) {
Jens Axboe6084cdd2007-04-23 08:25:00 +02001868 __cfq_slice_expired(cfqd, cfqq, 0);
Jens Axboe23e018a2009-10-05 08:52:35 +02001869 cfq_schedule_dispatch(cfqd);
Jens Axboe28f95cbc2007-01-19 12:09:53 +11001870 }
Jens Axboe89850f72006-07-22 16:48:31 +02001871
Jeff Moyerdf5fe3e2009-10-23 17:14:50 -04001872 /*
1873 * If this queue was scheduled to merge with another queue, be
1874 * sure to drop the reference taken on that queue (and others in
1875 * the merge chain). See cfq_setup_merge and cfq_merge_cfqqs.
1876 */
1877 __cfqq = cfqq->new_cfqq;
1878 while (__cfqq) {
1879 if (__cfqq == cfqq) {
1880 WARN(1, "cfqq->new_cfqq loop detected\n");
1881 break;
1882 }
1883 next = __cfqq->new_cfqq;
1884 cfq_put_queue(__cfqq);
1885 __cfqq = next;
1886 }
1887
Jens Axboe89850f72006-07-22 16:48:31 +02001888 cfq_put_queue(cfqq);
1889}
1890
1891static void __cfq_exit_single_io_context(struct cfq_data *cfqd,
1892 struct cfq_io_context *cic)
1893{
Fabio Checconi4faa3c82008-04-10 08:28:01 +02001894 struct io_context *ioc = cic->ioc;
1895
Jens Axboefc463792006-08-29 09:05:44 +02001896 list_del_init(&cic->queue_list);
Jens Axboe4ac845a2008-01-24 08:44:49 +01001897
1898 /*
1899 * Make sure key == NULL is seen for dead queues
1900 */
Jens Axboefc463792006-08-29 09:05:44 +02001901 smp_wmb();
Jens Axboe4ac845a2008-01-24 08:44:49 +01001902 cic->dead_key = (unsigned long) cic->key;
Jens Axboefc463792006-08-29 09:05:44 +02001903 cic->key = NULL;
1904
Fabio Checconi4faa3c82008-04-10 08:28:01 +02001905 if (ioc->ioc_data == cic)
1906 rcu_assign_pointer(ioc->ioc_data, NULL);
1907
Jens Axboeff6657c2009-04-08 10:58:57 +02001908 if (cic->cfqq[BLK_RW_ASYNC]) {
1909 cfq_exit_cfqq(cfqd, cic->cfqq[BLK_RW_ASYNC]);
1910 cic->cfqq[BLK_RW_ASYNC] = NULL;
Jens Axboe89850f72006-07-22 16:48:31 +02001911 }
1912
Jens Axboeff6657c2009-04-08 10:58:57 +02001913 if (cic->cfqq[BLK_RW_SYNC]) {
1914 cfq_exit_cfqq(cfqd, cic->cfqq[BLK_RW_SYNC]);
1915 cic->cfqq[BLK_RW_SYNC] = NULL;
Jens Axboe89850f72006-07-22 16:48:31 +02001916 }
Jens Axboe89850f72006-07-22 16:48:31 +02001917}
1918
Jens Axboe4ac845a2008-01-24 08:44:49 +01001919static void cfq_exit_single_io_context(struct io_context *ioc,
1920 struct cfq_io_context *cic)
Jens Axboe22e2c502005-06-27 10:55:12 +02001921{
Al Viro478a82b2006-03-18 13:25:24 -05001922 struct cfq_data *cfqd = cic->key;
Jens Axboe22e2c502005-06-27 10:55:12 +02001923
Jens Axboe89850f72006-07-22 16:48:31 +02001924 if (cfqd) {
Jens Axboe165125e2007-07-24 09:28:11 +02001925 struct request_queue *q = cfqd->queue;
Jens Axboe4ac845a2008-01-24 08:44:49 +01001926 unsigned long flags;
Jens Axboe22e2c502005-06-27 10:55:12 +02001927
Jens Axboe4ac845a2008-01-24 08:44:49 +01001928 spin_lock_irqsave(q->queue_lock, flags);
Jens Axboe62c1fe92008-12-15 21:19:25 +01001929
1930 /*
1931 * Ensure we get a fresh copy of the ->key to prevent
1932 * race between exiting task and queue
1933 */
1934 smp_read_barrier_depends();
1935 if (cic->key)
1936 __cfq_exit_single_io_context(cfqd, cic);
1937
Jens Axboe4ac845a2008-01-24 08:44:49 +01001938 spin_unlock_irqrestore(q->queue_lock, flags);
Al Viro12a05732006-03-18 13:38:01 -05001939 }
Jens Axboe22e2c502005-06-27 10:55:12 +02001940}
1941
Jens Axboe498d3aa22007-04-26 12:54:48 +02001942/*
1943 * The process that ioc belongs to has exited, we need to clean up
1944 * and put the internal structures we have that belongs to that process.
1945 */
Jens Axboee2d74ac2006-03-28 08:59:01 +02001946static void cfq_exit_io_context(struct io_context *ioc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947{
Jens Axboe4ac845a2008-01-24 08:44:49 +01001948 call_for_each_cic(ioc, cfq_exit_single_io_context);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001949}
1950
Jens Axboe22e2c502005-06-27 10:55:12 +02001951static struct cfq_io_context *
Al Viro8267e262005-10-21 03:20:53 -04001952cfq_alloc_io_context(struct cfq_data *cfqd, gfp_t gfp_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953{
Jens Axboeb5deef92006-07-19 23:39:40 +02001954 struct cfq_io_context *cic;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955
Christoph Lameter94f60302007-07-17 04:03:29 -07001956 cic = kmem_cache_alloc_node(cfq_ioc_pool, gfp_mask | __GFP_ZERO,
1957 cfqd->queue->node);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001958 if (cic) {
Jens Axboe22e2c502005-06-27 10:55:12 +02001959 cic->last_end_request = jiffies;
Jens Axboe553698f2006-06-14 19:11:57 +02001960 INIT_LIST_HEAD(&cic->queue_list);
Jens Axboeffc4e752008-02-19 10:02:29 +01001961 INIT_HLIST_NODE(&cic->cic_list);
Jens Axboe22e2c502005-06-27 10:55:12 +02001962 cic->dtor = cfq_free_io_context;
1963 cic->exit = cfq_exit_io_context;
Tejun Heo245b2e72009-06-24 15:13:48 +09001964 elv_ioc_count_inc(cfq_ioc_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001965 }
1966
1967 return cic;
1968}
1969
Jens Axboefd0928d2008-01-24 08:52:45 +01001970static void cfq_init_prio_data(struct cfq_queue *cfqq, struct io_context *ioc)
Jens Axboe22e2c502005-06-27 10:55:12 +02001971{
1972 struct task_struct *tsk = current;
1973 int ioprio_class;
1974
Jens Axboe3b181522005-06-27 10:56:24 +02001975 if (!cfq_cfqq_prio_changed(cfqq))
Jens Axboe22e2c502005-06-27 10:55:12 +02001976 return;
1977
Jens Axboefd0928d2008-01-24 08:52:45 +01001978 ioprio_class = IOPRIO_PRIO_CLASS(ioc->ioprio);
Jens Axboe22e2c502005-06-27 10:55:12 +02001979 switch (ioprio_class) {
Jens Axboefe094d92008-01-31 13:08:54 +01001980 default:
1981 printk(KERN_ERR "cfq: bad prio %x\n", ioprio_class);
1982 case IOPRIO_CLASS_NONE:
1983 /*
Jens Axboe6d63c272008-05-07 09:51:23 +02001984 * no prio set, inherit CPU scheduling settings
Jens Axboefe094d92008-01-31 13:08:54 +01001985 */
1986 cfqq->ioprio = task_nice_ioprio(tsk);
Jens Axboe6d63c272008-05-07 09:51:23 +02001987 cfqq->ioprio_class = task_nice_ioclass(tsk);
Jens Axboefe094d92008-01-31 13:08:54 +01001988 break;
1989 case IOPRIO_CLASS_RT:
1990 cfqq->ioprio = task_ioprio(ioc);
1991 cfqq->ioprio_class = IOPRIO_CLASS_RT;
1992 break;
1993 case IOPRIO_CLASS_BE:
1994 cfqq->ioprio = task_ioprio(ioc);
1995 cfqq->ioprio_class = IOPRIO_CLASS_BE;
1996 break;
1997 case IOPRIO_CLASS_IDLE:
1998 cfqq->ioprio_class = IOPRIO_CLASS_IDLE;
1999 cfqq->ioprio = 7;
2000 cfq_clear_cfqq_idle_window(cfqq);
2001 break;
Jens Axboe22e2c502005-06-27 10:55:12 +02002002 }
2003
2004 /*
2005 * keep track of original prio settings in case we have to temporarily
2006 * elevate the priority of this queue
2007 */
2008 cfqq->org_ioprio = cfqq->ioprio;
2009 cfqq->org_ioprio_class = cfqq->ioprio_class;
Jens Axboe3b181522005-06-27 10:56:24 +02002010 cfq_clear_cfqq_prio_changed(cfqq);
Jens Axboe22e2c502005-06-27 10:55:12 +02002011}
2012
Jens Axboefebffd62008-01-28 13:19:43 +01002013static void changed_ioprio(struct io_context *ioc, struct cfq_io_context *cic)
Jens Axboe22e2c502005-06-27 10:55:12 +02002014{
Al Viro478a82b2006-03-18 13:25:24 -05002015 struct cfq_data *cfqd = cic->key;
2016 struct cfq_queue *cfqq;
Jens Axboec1b707d2006-10-30 19:54:23 +01002017 unsigned long flags;
Jens Axboe35e60772006-06-14 09:10:45 +02002018
Jens Axboecaaa5f92006-06-16 11:23:00 +02002019 if (unlikely(!cfqd))
2020 return;
2021
Jens Axboec1b707d2006-10-30 19:54:23 +01002022 spin_lock_irqsave(cfqd->queue->queue_lock, flags);
Jens Axboecaaa5f92006-06-16 11:23:00 +02002023
Jens Axboeff6657c2009-04-08 10:58:57 +02002024 cfqq = cic->cfqq[BLK_RW_ASYNC];
Jens Axboecaaa5f92006-06-16 11:23:00 +02002025 if (cfqq) {
2026 struct cfq_queue *new_cfqq;
Jens Axboeff6657c2009-04-08 10:58:57 +02002027 new_cfqq = cfq_get_queue(cfqd, BLK_RW_ASYNC, cic->ioc,
2028 GFP_ATOMIC);
Jens Axboecaaa5f92006-06-16 11:23:00 +02002029 if (new_cfqq) {
Jens Axboeff6657c2009-04-08 10:58:57 +02002030 cic->cfqq[BLK_RW_ASYNC] = new_cfqq;
Jens Axboecaaa5f92006-06-16 11:23:00 +02002031 cfq_put_queue(cfqq);
2032 }
Jens Axboe22e2c502005-06-27 10:55:12 +02002033 }
Jens Axboecaaa5f92006-06-16 11:23:00 +02002034
Jens Axboeff6657c2009-04-08 10:58:57 +02002035 cfqq = cic->cfqq[BLK_RW_SYNC];
Jens Axboecaaa5f92006-06-16 11:23:00 +02002036 if (cfqq)
2037 cfq_mark_cfqq_prio_changed(cfqq);
2038
Jens Axboec1b707d2006-10-30 19:54:23 +01002039 spin_unlock_irqrestore(cfqd->queue->queue_lock, flags);
Jens Axboe22e2c502005-06-27 10:55:12 +02002040}
2041
Jens Axboefc463792006-08-29 09:05:44 +02002042static void cfq_ioc_set_ioprio(struct io_context *ioc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002043{
Jens Axboe4ac845a2008-01-24 08:44:49 +01002044 call_for_each_cic(ioc, changed_ioprio);
Jens Axboefc463792006-08-29 09:05:44 +02002045 ioc->ioprio_changed = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046}
2047
Jens Axboed5036d72009-06-26 10:44:34 +02002048static void cfq_init_cfqq(struct cfq_data *cfqd, struct cfq_queue *cfqq,
Jens Axboea6151c32009-10-07 20:02:57 +02002049 pid_t pid, bool is_sync)
Jens Axboed5036d72009-06-26 10:44:34 +02002050{
2051 RB_CLEAR_NODE(&cfqq->rb_node);
2052 RB_CLEAR_NODE(&cfqq->p_node);
2053 INIT_LIST_HEAD(&cfqq->fifo);
2054
2055 atomic_set(&cfqq->ref, 0);
2056 cfqq->cfqd = cfqd;
2057
2058 cfq_mark_cfqq_prio_changed(cfqq);
2059
2060 if (is_sync) {
2061 if (!cfq_class_idle(cfqq))
2062 cfq_mark_cfqq_idle_window(cfqq);
2063 cfq_mark_cfqq_sync(cfqq);
2064 }
2065 cfqq->pid = pid;
2066}
2067
Vivek Goyalcdb16e82009-12-03 12:59:38 -05002068static void cfq_link_cfqq_cfqg(struct cfq_queue *cfqq, struct cfq_group *cfqg)
2069{
2070 cfqq->cfqg = cfqg;
2071}
2072
2073static struct cfq_group *cfq_get_cfqg(struct cfq_data *cfqd, int create)
2074{
2075 return &cfqd->root_group;
2076}
2077
Linus Torvalds1da177e2005-04-16 15:20:36 -07002078static struct cfq_queue *
Jens Axboea6151c32009-10-07 20:02:57 +02002079cfq_find_alloc_queue(struct cfq_data *cfqd, bool is_sync,
Jens Axboefd0928d2008-01-24 08:52:45 +01002080 struct io_context *ioc, gfp_t gfp_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002082 struct cfq_queue *cfqq, *new_cfqq = NULL;
Vasily Tarasov91fac312007-04-25 12:29:51 +02002083 struct cfq_io_context *cic;
Vivek Goyalcdb16e82009-12-03 12:59:38 -05002084 struct cfq_group *cfqg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002085
2086retry:
Vivek Goyalcdb16e82009-12-03 12:59:38 -05002087 cfqg = cfq_get_cfqg(cfqd, 1);
Jens Axboe4ac845a2008-01-24 08:44:49 +01002088 cic = cfq_cic_lookup(cfqd, ioc);
Vasily Tarasov91fac312007-04-25 12:29:51 +02002089 /* cic always exists here */
2090 cfqq = cic_to_cfqq(cic, is_sync);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091
Jens Axboe6118b702009-06-30 09:34:12 +02002092 /*
2093 * Always try a new alloc if we fell back to the OOM cfqq
2094 * originally, since it should just be a temporary situation.
2095 */
2096 if (!cfqq || cfqq == &cfqd->oom_cfqq) {
2097 cfqq = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098 if (new_cfqq) {
2099 cfqq = new_cfqq;
2100 new_cfqq = NULL;
Jens Axboe22e2c502005-06-27 10:55:12 +02002101 } else if (gfp_mask & __GFP_WAIT) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102 spin_unlock_irq(cfqd->queue->queue_lock);
Christoph Lameter94f60302007-07-17 04:03:29 -07002103 new_cfqq = kmem_cache_alloc_node(cfq_pool,
Jens Axboe6118b702009-06-30 09:34:12 +02002104 gfp_mask | __GFP_ZERO,
Christoph Lameter94f60302007-07-17 04:03:29 -07002105 cfqd->queue->node);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106 spin_lock_irq(cfqd->queue->queue_lock);
Jens Axboe6118b702009-06-30 09:34:12 +02002107 if (new_cfqq)
2108 goto retry;
Jens Axboe22e2c502005-06-27 10:55:12 +02002109 } else {
Christoph Lameter94f60302007-07-17 04:03:29 -07002110 cfqq = kmem_cache_alloc_node(cfq_pool,
2111 gfp_mask | __GFP_ZERO,
2112 cfqd->queue->node);
Kiyoshi Ueda db3b5842005-06-17 16:15:10 +02002113 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114
Jens Axboe6118b702009-06-30 09:34:12 +02002115 if (cfqq) {
2116 cfq_init_cfqq(cfqd, cfqq, current->pid, is_sync);
2117 cfq_init_prio_data(cfqq, ioc);
Vivek Goyalcdb16e82009-12-03 12:59:38 -05002118 cfq_link_cfqq_cfqg(cfqq, cfqg);
Jens Axboe6118b702009-06-30 09:34:12 +02002119 cfq_log_cfqq(cfqd, cfqq, "alloced");
2120 } else
2121 cfqq = &cfqd->oom_cfqq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122 }
2123
2124 if (new_cfqq)
2125 kmem_cache_free(cfq_pool, new_cfqq);
2126
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127 return cfqq;
2128}
2129
Vasily Tarasovc2dea2d2007-07-20 10:06:38 +02002130static struct cfq_queue **
2131cfq_async_queue_prio(struct cfq_data *cfqd, int ioprio_class, int ioprio)
2132{
Jens Axboefe094d92008-01-31 13:08:54 +01002133 switch (ioprio_class) {
Vasily Tarasovc2dea2d2007-07-20 10:06:38 +02002134 case IOPRIO_CLASS_RT:
2135 return &cfqd->async_cfqq[0][ioprio];
2136 case IOPRIO_CLASS_BE:
2137 return &cfqd->async_cfqq[1][ioprio];
2138 case IOPRIO_CLASS_IDLE:
2139 return &cfqd->async_idle_cfqq;
2140 default:
2141 BUG();
2142 }
2143}
2144
Jens Axboe15c31be2007-07-10 13:43:25 +02002145static struct cfq_queue *
Jens Axboea6151c32009-10-07 20:02:57 +02002146cfq_get_queue(struct cfq_data *cfqd, bool is_sync, struct io_context *ioc,
Jens Axboe15c31be2007-07-10 13:43:25 +02002147 gfp_t gfp_mask)
2148{
Jens Axboefd0928d2008-01-24 08:52:45 +01002149 const int ioprio = task_ioprio(ioc);
2150 const int ioprio_class = task_ioprio_class(ioc);
Vasily Tarasovc2dea2d2007-07-20 10:06:38 +02002151 struct cfq_queue **async_cfqq = NULL;
Jens Axboe15c31be2007-07-10 13:43:25 +02002152 struct cfq_queue *cfqq = NULL;
2153
Vasily Tarasovc2dea2d2007-07-20 10:06:38 +02002154 if (!is_sync) {
2155 async_cfqq = cfq_async_queue_prio(cfqd, ioprio_class, ioprio);
2156 cfqq = *async_cfqq;
2157 }
2158
Jens Axboe6118b702009-06-30 09:34:12 +02002159 if (!cfqq)
Jens Axboefd0928d2008-01-24 08:52:45 +01002160 cfqq = cfq_find_alloc_queue(cfqd, is_sync, ioc, gfp_mask);
Jens Axboe15c31be2007-07-10 13:43:25 +02002161
2162 /*
2163 * pin the queue now that it's allocated, scheduler exit will prune it
2164 */
Vasily Tarasovc2dea2d2007-07-20 10:06:38 +02002165 if (!is_sync && !(*async_cfqq)) {
Jens Axboe15c31be2007-07-10 13:43:25 +02002166 atomic_inc(&cfqq->ref);
Vasily Tarasovc2dea2d2007-07-20 10:06:38 +02002167 *async_cfqq = cfqq;
Jens Axboe15c31be2007-07-10 13:43:25 +02002168 }
2169
2170 atomic_inc(&cfqq->ref);
2171 return cfqq;
2172}
2173
Jens Axboe498d3aa22007-04-26 12:54:48 +02002174/*
2175 * We drop cfq io contexts lazily, so we may find a dead one.
2176 */
OGAWA Hirofumidbecf3a2006-04-18 09:45:18 +02002177static void
Jens Axboe4ac845a2008-01-24 08:44:49 +01002178cfq_drop_dead_cic(struct cfq_data *cfqd, struct io_context *ioc,
2179 struct cfq_io_context *cic)
OGAWA Hirofumidbecf3a2006-04-18 09:45:18 +02002180{
Jens Axboe4ac845a2008-01-24 08:44:49 +01002181 unsigned long flags;
2182
Jens Axboefc463792006-08-29 09:05:44 +02002183 WARN_ON(!list_empty(&cic->queue_list));
Jens Axboe597bc482007-04-24 21:23:53 +02002184
Jens Axboe4ac845a2008-01-24 08:44:49 +01002185 spin_lock_irqsave(&ioc->lock, flags);
Jens Axboe597bc482007-04-24 21:23:53 +02002186
Fabio Checconi4faa3c82008-04-10 08:28:01 +02002187 BUG_ON(ioc->ioc_data == cic);
Jens Axboe4ac845a2008-01-24 08:44:49 +01002188
2189 radix_tree_delete(&ioc->radix_root, (unsigned long) cfqd);
Jens Axboeffc4e752008-02-19 10:02:29 +01002190 hlist_del_rcu(&cic->cic_list);
Jens Axboe4ac845a2008-01-24 08:44:49 +01002191 spin_unlock_irqrestore(&ioc->lock, flags);
2192
2193 cfq_cic_free(cic);
OGAWA Hirofumidbecf3a2006-04-18 09:45:18 +02002194}
2195
Jens Axboee2d74ac2006-03-28 08:59:01 +02002196static struct cfq_io_context *
Jens Axboe4ac845a2008-01-24 08:44:49 +01002197cfq_cic_lookup(struct cfq_data *cfqd, struct io_context *ioc)
Jens Axboee2d74ac2006-03-28 08:59:01 +02002198{
Jens Axboee2d74ac2006-03-28 08:59:01 +02002199 struct cfq_io_context *cic;
Jens Axboed6de8be2008-05-28 14:46:59 +02002200 unsigned long flags;
Jens Axboe4ac845a2008-01-24 08:44:49 +01002201 void *k;
Jens Axboee2d74ac2006-03-28 08:59:01 +02002202
Vasily Tarasov91fac312007-04-25 12:29:51 +02002203 if (unlikely(!ioc))
2204 return NULL;
2205
Jens Axboed6de8be2008-05-28 14:46:59 +02002206 rcu_read_lock();
2207
Jens Axboe597bc482007-04-24 21:23:53 +02002208 /*
2209 * we maintain a last-hit cache, to avoid browsing over the tree
2210 */
Jens Axboe4ac845a2008-01-24 08:44:49 +01002211 cic = rcu_dereference(ioc->ioc_data);
Jens Axboed6de8be2008-05-28 14:46:59 +02002212 if (cic && cic->key == cfqd) {
2213 rcu_read_unlock();
Jens Axboe597bc482007-04-24 21:23:53 +02002214 return cic;
Jens Axboed6de8be2008-05-28 14:46:59 +02002215 }
Jens Axboe597bc482007-04-24 21:23:53 +02002216
Jens Axboe4ac845a2008-01-24 08:44:49 +01002217 do {
Jens Axboe4ac845a2008-01-24 08:44:49 +01002218 cic = radix_tree_lookup(&ioc->radix_root, (unsigned long) cfqd);
2219 rcu_read_unlock();
2220 if (!cic)
2221 break;
OGAWA Hirofumibe3b0752006-04-18 19:18:31 +02002222 /* ->key must be copied to avoid race with cfq_exit_queue() */
2223 k = cic->key;
2224 if (unlikely(!k)) {
Jens Axboe4ac845a2008-01-24 08:44:49 +01002225 cfq_drop_dead_cic(cfqd, ioc, cic);
Jens Axboed6de8be2008-05-28 14:46:59 +02002226 rcu_read_lock();
Jens Axboe4ac845a2008-01-24 08:44:49 +01002227 continue;
OGAWA Hirofumidbecf3a2006-04-18 09:45:18 +02002228 }
Jens Axboee2d74ac2006-03-28 08:59:01 +02002229
Jens Axboed6de8be2008-05-28 14:46:59 +02002230 spin_lock_irqsave(&ioc->lock, flags);
Jens Axboe4ac845a2008-01-24 08:44:49 +01002231 rcu_assign_pointer(ioc->ioc_data, cic);
Jens Axboed6de8be2008-05-28 14:46:59 +02002232 spin_unlock_irqrestore(&ioc->lock, flags);
Jens Axboe4ac845a2008-01-24 08:44:49 +01002233 break;
2234 } while (1);
Jens Axboee2d74ac2006-03-28 08:59:01 +02002235
Jens Axboe4ac845a2008-01-24 08:44:49 +01002236 return cic;
Jens Axboee2d74ac2006-03-28 08:59:01 +02002237}
2238
Jens Axboe4ac845a2008-01-24 08:44:49 +01002239/*
2240 * Add cic into ioc, using cfqd as the search key. This enables us to lookup
2241 * the process specific cfq io context when entered from the block layer.
2242 * Also adds the cic to a per-cfqd list, used when this queue is removed.
2243 */
Jens Axboefebffd62008-01-28 13:19:43 +01002244static int cfq_cic_link(struct cfq_data *cfqd, struct io_context *ioc,
2245 struct cfq_io_context *cic, gfp_t gfp_mask)
Jens Axboee2d74ac2006-03-28 08:59:01 +02002246{
Jens Axboe0261d682006-10-30 19:07:48 +01002247 unsigned long flags;
Jens Axboe4ac845a2008-01-24 08:44:49 +01002248 int ret;
Jens Axboee2d74ac2006-03-28 08:59:01 +02002249
Jens Axboe4ac845a2008-01-24 08:44:49 +01002250 ret = radix_tree_preload(gfp_mask);
2251 if (!ret) {
2252 cic->ioc = ioc;
2253 cic->key = cfqd;
Jens Axboee2d74ac2006-03-28 08:59:01 +02002254
Jens Axboe4ac845a2008-01-24 08:44:49 +01002255 spin_lock_irqsave(&ioc->lock, flags);
2256 ret = radix_tree_insert(&ioc->radix_root,
2257 (unsigned long) cfqd, cic);
Jens Axboeffc4e752008-02-19 10:02:29 +01002258 if (!ret)
2259 hlist_add_head_rcu(&cic->cic_list, &ioc->cic_list);
Jens Axboe4ac845a2008-01-24 08:44:49 +01002260 spin_unlock_irqrestore(&ioc->lock, flags);
2261
2262 radix_tree_preload_end();
2263
2264 if (!ret) {
2265 spin_lock_irqsave(cfqd->queue->queue_lock, flags);
2266 list_add(&cic->queue_list, &cfqd->cic_list);
2267 spin_unlock_irqrestore(cfqd->queue->queue_lock, flags);
OGAWA Hirofumidbecf3a2006-04-18 09:45:18 +02002268 }
Jens Axboee2d74ac2006-03-28 08:59:01 +02002269 }
2270
Jens Axboe4ac845a2008-01-24 08:44:49 +01002271 if (ret)
2272 printk(KERN_ERR "cfq: cic link failed!\n");
Jens Axboefc463792006-08-29 09:05:44 +02002273
Jens Axboe4ac845a2008-01-24 08:44:49 +01002274 return ret;
Jens Axboee2d74ac2006-03-28 08:59:01 +02002275}
2276
Jens Axboe22e2c502005-06-27 10:55:12 +02002277/*
2278 * Setup general io context and cfq io context. There can be several cfq
2279 * io contexts per general io context, if this process is doing io to more
Jens Axboee2d74ac2006-03-28 08:59:01 +02002280 * than one device managed by cfq.
Jens Axboe22e2c502005-06-27 10:55:12 +02002281 */
2282static struct cfq_io_context *
Jens Axboee2d74ac2006-03-28 08:59:01 +02002283cfq_get_io_context(struct cfq_data *cfqd, gfp_t gfp_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284{
Jens Axboe22e2c502005-06-27 10:55:12 +02002285 struct io_context *ioc = NULL;
2286 struct cfq_io_context *cic;
2287
2288 might_sleep_if(gfp_mask & __GFP_WAIT);
2289
Jens Axboeb5deef92006-07-19 23:39:40 +02002290 ioc = get_io_context(gfp_mask, cfqd->queue->node);
Jens Axboe22e2c502005-06-27 10:55:12 +02002291 if (!ioc)
2292 return NULL;
2293
Jens Axboe4ac845a2008-01-24 08:44:49 +01002294 cic = cfq_cic_lookup(cfqd, ioc);
Jens Axboee2d74ac2006-03-28 08:59:01 +02002295 if (cic)
2296 goto out;
Jens Axboe22e2c502005-06-27 10:55:12 +02002297
Jens Axboee2d74ac2006-03-28 08:59:01 +02002298 cic = cfq_alloc_io_context(cfqd, gfp_mask);
2299 if (cic == NULL)
2300 goto err;
Jens Axboe22e2c502005-06-27 10:55:12 +02002301
Jens Axboe4ac845a2008-01-24 08:44:49 +01002302 if (cfq_cic_link(cfqd, ioc, cic, gfp_mask))
2303 goto err_free;
2304
Jens Axboe22e2c502005-06-27 10:55:12 +02002305out:
Jens Axboefc463792006-08-29 09:05:44 +02002306 smp_read_barrier_depends();
2307 if (unlikely(ioc->ioprio_changed))
2308 cfq_ioc_set_ioprio(ioc);
2309
Jens Axboe22e2c502005-06-27 10:55:12 +02002310 return cic;
Jens Axboe4ac845a2008-01-24 08:44:49 +01002311err_free:
2312 cfq_cic_free(cic);
Jens Axboe22e2c502005-06-27 10:55:12 +02002313err:
2314 put_io_context(ioc);
2315 return NULL;
2316}
2317
2318static void
2319cfq_update_io_thinktime(struct cfq_data *cfqd, struct cfq_io_context *cic)
2320{
Jens Axboeaaf12282007-01-19 11:30:16 +11002321 unsigned long elapsed = jiffies - cic->last_end_request;
2322 unsigned long ttime = min(elapsed, 2UL * cfqd->cfq_slice_idle);
Jens Axboe22e2c502005-06-27 10:55:12 +02002323
2324 cic->ttime_samples = (7*cic->ttime_samples + 256) / 8;
2325 cic->ttime_total = (7*cic->ttime_total + 256*ttime) / 8;
2326 cic->ttime_mean = (cic->ttime_total + 128) / cic->ttime_samples;
2327}
2328
Jens Axboe206dc692006-03-28 13:03:44 +02002329static void
Jeff Moyerb2c18e12009-10-23 17:14:49 -04002330cfq_update_io_seektime(struct cfq_data *cfqd, struct cfq_queue *cfqq,
Jens Axboe6d048f52007-04-25 12:44:27 +02002331 struct request *rq)
Jens Axboe206dc692006-03-28 13:03:44 +02002332{
2333 sector_t sdist;
2334 u64 total;
2335
Jeff Moyerb2c18e12009-10-23 17:14:49 -04002336 if (!cfqq->last_request_pos)
Jeff Moyer4d00aa42009-04-21 07:25:04 +02002337 sdist = 0;
Jeff Moyerb2c18e12009-10-23 17:14:49 -04002338 else if (cfqq->last_request_pos < blk_rq_pos(rq))
2339 sdist = blk_rq_pos(rq) - cfqq->last_request_pos;
Jens Axboe206dc692006-03-28 13:03:44 +02002340 else
Jeff Moyerb2c18e12009-10-23 17:14:49 -04002341 sdist = cfqq->last_request_pos - blk_rq_pos(rq);
Jens Axboe206dc692006-03-28 13:03:44 +02002342
2343 /*
2344 * Don't allow the seek distance to get too large from the
2345 * odd fragment, pagein, etc
2346 */
Jeff Moyerb2c18e12009-10-23 17:14:49 -04002347 if (cfqq->seek_samples <= 60) /* second&third seek */
2348 sdist = min(sdist, (cfqq->seek_mean * 4) + 2*1024*1024);
Jens Axboe206dc692006-03-28 13:03:44 +02002349 else
Jeff Moyerb2c18e12009-10-23 17:14:49 -04002350 sdist = min(sdist, (cfqq->seek_mean * 4) + 2*1024*64);
Jens Axboe206dc692006-03-28 13:03:44 +02002351
Jeff Moyerb2c18e12009-10-23 17:14:49 -04002352 cfqq->seek_samples = (7*cfqq->seek_samples + 256) / 8;
2353 cfqq->seek_total = (7*cfqq->seek_total + (u64)256*sdist) / 8;
2354 total = cfqq->seek_total + (cfqq->seek_samples/2);
2355 do_div(total, cfqq->seek_samples);
2356 cfqq->seek_mean = (sector_t)total;
Jeff Moyere6c5bc72009-10-23 17:14:52 -04002357
2358 /*
2359 * If this cfqq is shared between multiple processes, check to
2360 * make sure that those processes are still issuing I/Os within
2361 * the mean seek distance. If not, it may be time to break the
2362 * queues apart again.
2363 */
2364 if (cfq_cfqq_coop(cfqq)) {
2365 if (CFQQ_SEEKY(cfqq) && !cfqq->seeky_start)
2366 cfqq->seeky_start = jiffies;
2367 else if (!CFQQ_SEEKY(cfqq))
2368 cfqq->seeky_start = 0;
2369 }
Jens Axboe206dc692006-03-28 13:03:44 +02002370}
Jens Axboe22e2c502005-06-27 10:55:12 +02002371
2372/*
2373 * Disable idle window if the process thinks too long or seeks so much that
2374 * it doesn't matter
2375 */
2376static void
2377cfq_update_idle_window(struct cfq_data *cfqd, struct cfq_queue *cfqq,
2378 struct cfq_io_context *cic)
2379{
Jens Axboe7b679132008-05-30 12:23:07 +02002380 int old_idle, enable_idle;
Jens Axboe1be92f2f2007-04-19 14:32:26 +02002381
Jens Axboe08717142008-01-28 11:38:15 +01002382 /*
2383 * Don't idle for async or idle io prio class
2384 */
2385 if (!cfq_cfqq_sync(cfqq) || cfq_class_idle(cfqq))
Jens Axboe1be92f2f2007-04-19 14:32:26 +02002386 return;
2387
Jens Axboec265a7f2008-06-26 13:49:33 +02002388 enable_idle = old_idle = cfq_cfqq_idle_window(cfqq);
Jens Axboe22e2c502005-06-27 10:55:12 +02002389
Corrado Zoccolo76280af2009-11-26 10:02:58 +01002390 if (cfqq->queued[0] + cfqq->queued[1] >= 4)
2391 cfq_mark_cfqq_deep(cfqq);
2392
Nikanth Karthikesan66dac982007-11-27 12:47:04 +01002393 if (!atomic_read(&cic->ioc->nr_tasks) || !cfqd->cfq_slice_idle ||
Corrado Zoccolo76280af2009-11-26 10:02:58 +01002394 (!cfq_cfqq_deep(cfqq) && sample_valid(cfqq->seek_samples)
2395 && CFQQ_SEEKY(cfqq)))
Jens Axboe22e2c502005-06-27 10:55:12 +02002396 enable_idle = 0;
2397 else if (sample_valid(cic->ttime_samples)) {
Corrado Zoccolo718eee02009-10-26 22:45:29 +01002398 if (cic->ttime_mean > cfqd->cfq_slice_idle)
Jens Axboe22e2c502005-06-27 10:55:12 +02002399 enable_idle = 0;
2400 else
2401 enable_idle = 1;
2402 }
2403
Jens Axboe7b679132008-05-30 12:23:07 +02002404 if (old_idle != enable_idle) {
2405 cfq_log_cfqq(cfqd, cfqq, "idle=%d", enable_idle);
2406 if (enable_idle)
2407 cfq_mark_cfqq_idle_window(cfqq);
2408 else
2409 cfq_clear_cfqq_idle_window(cfqq);
2410 }
Jens Axboe22e2c502005-06-27 10:55:12 +02002411}
2412
Jens Axboe22e2c502005-06-27 10:55:12 +02002413/*
2414 * Check if new_cfqq should preempt the currently active queue. Return 0 for
2415 * no or if we aren't sure, a 1 will cause a preempt.
2416 */
Jens Axboea6151c32009-10-07 20:02:57 +02002417static bool
Jens Axboe22e2c502005-06-27 10:55:12 +02002418cfq_should_preempt(struct cfq_data *cfqd, struct cfq_queue *new_cfqq,
Jens Axboe5e705372006-07-13 12:39:25 +02002419 struct request *rq)
Jens Axboe22e2c502005-06-27 10:55:12 +02002420{
Jens Axboe6d048f52007-04-25 12:44:27 +02002421 struct cfq_queue *cfqq;
Jens Axboe22e2c502005-06-27 10:55:12 +02002422
Jens Axboe6d048f52007-04-25 12:44:27 +02002423 cfqq = cfqd->active_queue;
2424 if (!cfqq)
Jens Axboea6151c32009-10-07 20:02:57 +02002425 return false;
Jens Axboe22e2c502005-06-27 10:55:12 +02002426
Jens Axboe6d048f52007-04-25 12:44:27 +02002427 if (cfq_slice_used(cfqq))
Jens Axboea6151c32009-10-07 20:02:57 +02002428 return true;
Jens Axboe6d048f52007-04-25 12:44:27 +02002429
2430 if (cfq_class_idle(new_cfqq))
Jens Axboea6151c32009-10-07 20:02:57 +02002431 return false;
Jens Axboe22e2c502005-06-27 10:55:12 +02002432
2433 if (cfq_class_idle(cfqq))
Jens Axboea6151c32009-10-07 20:02:57 +02002434 return true;
Jens Axboe1e3335d2007-02-14 19:59:49 +01002435
Corrado Zoccoloe4a22912009-11-26 10:02:58 +01002436 if (cfqd->serving_type == SYNC_NOIDLE_WORKLOAD &&
2437 cfqq_type(new_cfqq) == SYNC_NOIDLE_WORKLOAD &&
2438 new_cfqq->service_tree->count == 1)
Corrado Zoccolo718eee02009-10-26 22:45:29 +01002439 return true;
2440
Jens Axboe22e2c502005-06-27 10:55:12 +02002441 /*
Jens Axboe374f84a2006-07-23 01:42:19 +02002442 * if the new request is sync, but the currently running queue is
2443 * not, let the sync request have priority.
2444 */
Jens Axboe5e705372006-07-13 12:39:25 +02002445 if (rq_is_sync(rq) && !cfq_cfqq_sync(cfqq))
Jens Axboea6151c32009-10-07 20:02:57 +02002446 return true;
Jens Axboe1e3335d2007-02-14 19:59:49 +01002447
Jens Axboe374f84a2006-07-23 01:42:19 +02002448 /*
2449 * So both queues are sync. Let the new request get disk time if
2450 * it's a metadata request and the current queue is doing regular IO.
2451 */
2452 if (rq_is_meta(rq) && !cfqq->meta_pending)
Jens Axboee6ec4fe2009-11-03 20:21:35 +01002453 return true;
Jens Axboe22e2c502005-06-27 10:55:12 +02002454
Divyesh Shah3a9a3f62009-01-30 12:46:41 +01002455 /*
2456 * Allow an RT request to pre-empt an ongoing non-RT cfqq timeslice.
2457 */
2458 if (cfq_class_rt(new_cfqq) && !cfq_class_rt(cfqq))
Jens Axboea6151c32009-10-07 20:02:57 +02002459 return true;
Divyesh Shah3a9a3f62009-01-30 12:46:41 +01002460
Jens Axboe1e3335d2007-02-14 19:59:49 +01002461 if (!cfqd->active_cic || !cfq_cfqq_wait_request(cfqq))
Jens Axboea6151c32009-10-07 20:02:57 +02002462 return false;
Jens Axboe1e3335d2007-02-14 19:59:49 +01002463
2464 /*
2465 * if this request is as-good as one we would expect from the
2466 * current cfqq, let it preempt
2467 */
Jens Axboee00ef792009-11-04 08:54:55 +01002468 if (cfq_rq_close(cfqd, cfqq, rq))
Jens Axboea6151c32009-10-07 20:02:57 +02002469 return true;
Jens Axboe1e3335d2007-02-14 19:59:49 +01002470
Jens Axboea6151c32009-10-07 20:02:57 +02002471 return false;
Jens Axboe22e2c502005-06-27 10:55:12 +02002472}
2473
2474/*
2475 * cfqq preempts the active queue. if we allowed preempt with no slice left,
2476 * let it have half of its nominal slice.
2477 */
2478static void cfq_preempt_queue(struct cfq_data *cfqd, struct cfq_queue *cfqq)
2479{
Jens Axboe7b679132008-05-30 12:23:07 +02002480 cfq_log_cfqq(cfqd, cfqq, "preempt");
Jens Axboe6084cdd2007-04-23 08:25:00 +02002481 cfq_slice_expired(cfqd, 1);
Jens Axboe22e2c502005-06-27 10:55:12 +02002482
Jens Axboebf572252006-07-19 20:29:12 +02002483 /*
2484 * Put the new queue at the front of the of the current list,
2485 * so we know that it will be selected next.
2486 */
2487 BUG_ON(!cfq_cfqq_on_rr(cfqq));
Jens Axboeedd75ff2007-04-19 12:03:34 +02002488
2489 cfq_service_tree_add(cfqd, cfqq, 1);
Jens Axboebf572252006-07-19 20:29:12 +02002490
Jens Axboe44f7c162007-01-19 11:51:58 +11002491 cfqq->slice_end = 0;
2492 cfq_mark_cfqq_slice_new(cfqq);
Jens Axboe22e2c502005-06-27 10:55:12 +02002493}
2494
2495/*
Jens Axboe5e705372006-07-13 12:39:25 +02002496 * Called when a new fs request (rq) is added (to cfqq). Check if there's
Jens Axboe22e2c502005-06-27 10:55:12 +02002497 * something we should do about it
2498 */
2499static void
Jens Axboe5e705372006-07-13 12:39:25 +02002500cfq_rq_enqueued(struct cfq_data *cfqd, struct cfq_queue *cfqq,
2501 struct request *rq)
Jens Axboe22e2c502005-06-27 10:55:12 +02002502{
Jens Axboe5e705372006-07-13 12:39:25 +02002503 struct cfq_io_context *cic = RQ_CIC(rq);
Jens Axboe12e9fdd2006-06-01 10:09:56 +02002504
Aaron Carroll45333d52008-08-26 15:52:36 +02002505 cfqd->rq_queued++;
Jens Axboe374f84a2006-07-23 01:42:19 +02002506 if (rq_is_meta(rq))
2507 cfqq->meta_pending++;
2508
Jens Axboe9c2c38a2005-08-24 14:57:54 +02002509 cfq_update_io_thinktime(cfqd, cic);
Jeff Moyerb2c18e12009-10-23 17:14:49 -04002510 cfq_update_io_seektime(cfqd, cfqq, rq);
Jens Axboe9c2c38a2005-08-24 14:57:54 +02002511 cfq_update_idle_window(cfqd, cfqq, cic);
2512
Jeff Moyerb2c18e12009-10-23 17:14:49 -04002513 cfqq->last_request_pos = blk_rq_pos(rq) + blk_rq_sectors(rq);
Jens Axboe22e2c502005-06-27 10:55:12 +02002514
2515 if (cfqq == cfqd->active_queue) {
2516 /*
Jens Axboeb0291952009-04-07 11:38:31 +02002517 * Remember that we saw a request from this process, but
2518 * don't start queuing just yet. Otherwise we risk seeing lots
2519 * of tiny requests, because we disrupt the normal plugging
Jens Axboed6ceb252009-04-14 14:18:16 +02002520 * and merging. If the request is already larger than a single
2521 * page, let it rip immediately. For that case we assume that
Jens Axboe2d870722009-04-15 12:12:46 +02002522 * merging is already done. Ditto for a busy system that
2523 * has other work pending, don't risk delaying until the
2524 * idle timer unplug to continue working.
Jens Axboe22e2c502005-06-27 10:55:12 +02002525 */
Jens Axboed6ceb252009-04-14 14:18:16 +02002526 if (cfq_cfqq_wait_request(cfqq)) {
Jens Axboe2d870722009-04-15 12:12:46 +02002527 if (blk_rq_bytes(rq) > PAGE_CACHE_SIZE ||
2528 cfqd->busy_queues > 1) {
Jens Axboed6ceb252009-04-14 14:18:16 +02002529 del_timer(&cfqd->idle_slice_timer);
Vivek Goyalbf7919372009-12-03 12:59:37 -05002530 __blk_run_queue(cfqd->queue);
2531 } else
2532 cfq_mark_cfqq_must_dispatch(cfqq);
Jens Axboed6ceb252009-04-14 14:18:16 +02002533 }
Jens Axboe5e705372006-07-13 12:39:25 +02002534 } else if (cfq_should_preempt(cfqd, cfqq, rq)) {
Jens Axboe22e2c502005-06-27 10:55:12 +02002535 /*
2536 * not the active queue - expire current slice if it is
2537 * idle and has expired it's mean thinktime or this new queue
Divyesh Shah3a9a3f62009-01-30 12:46:41 +01002538 * has some old slice time left and is of higher priority or
2539 * this new queue is RT and the current one is BE
Jens Axboe22e2c502005-06-27 10:55:12 +02002540 */
2541 cfq_preempt_queue(cfqd, cfqq);
Tejun Heoa7f55792009-04-23 11:05:17 +09002542 __blk_run_queue(cfqd->queue);
Jens Axboe22e2c502005-06-27 10:55:12 +02002543 }
2544}
2545
Jens Axboe165125e2007-07-24 09:28:11 +02002546static void cfq_insert_request(struct request_queue *q, struct request *rq)
Jens Axboe22e2c502005-06-27 10:55:12 +02002547{
Jens Axboeb4878f22005-10-20 16:42:29 +02002548 struct cfq_data *cfqd = q->elevator->elevator_data;
Jens Axboe5e705372006-07-13 12:39:25 +02002549 struct cfq_queue *cfqq = RQ_CFQQ(rq);
Jens Axboe22e2c502005-06-27 10:55:12 +02002550
Jens Axboe7b679132008-05-30 12:23:07 +02002551 cfq_log_cfqq(cfqd, cfqq, "insert_request");
Jens Axboefd0928d2008-01-24 08:52:45 +01002552 cfq_init_prio_data(cfqq, RQ_CIC(rq)->ioc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553
Jens Axboe30996f42009-10-05 11:03:39 +02002554 rq_set_fifo_time(rq, jiffies + cfqd->cfq_fifo_expire[rq_is_sync(rq)]);
Jens Axboe22e2c502005-06-27 10:55:12 +02002555 list_add_tail(&rq->queuelist, &cfqq->fifo);
Corrado Zoccoloaa6f6a32009-10-26 22:44:33 +01002556 cfq_add_rq_rb(rq);
Jens Axboe22e2c502005-06-27 10:55:12 +02002557
Jens Axboe5e705372006-07-13 12:39:25 +02002558 cfq_rq_enqueued(cfqd, cfqq, rq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559}
2560
Aaron Carroll45333d52008-08-26 15:52:36 +02002561/*
2562 * Update hw_tag based on peak queue depth over 50 samples under
2563 * sufficient load.
2564 */
2565static void cfq_update_hw_tag(struct cfq_data *cfqd)
2566{
Shaohua Li1a1238a2009-10-27 08:46:23 +01002567 struct cfq_queue *cfqq = cfqd->active_queue;
2568
Corrado Zoccoloe459dd02009-11-26 10:02:57 +01002569 if (rq_in_driver(cfqd) > cfqd->hw_tag_est_depth)
2570 cfqd->hw_tag_est_depth = rq_in_driver(cfqd);
2571
2572 if (cfqd->hw_tag == 1)
2573 return;
Aaron Carroll45333d52008-08-26 15:52:36 +02002574
2575 if (cfqd->rq_queued <= CFQ_HW_QUEUE_MIN &&
Jens Axboe5ad531d2009-07-03 12:57:48 +02002576 rq_in_driver(cfqd) <= CFQ_HW_QUEUE_MIN)
Aaron Carroll45333d52008-08-26 15:52:36 +02002577 return;
2578
Shaohua Li1a1238a2009-10-27 08:46:23 +01002579 /*
2580 * If active queue hasn't enough requests and can idle, cfq might not
2581 * dispatch sufficient requests to hardware. Don't zero hw_tag in this
2582 * case
2583 */
2584 if (cfqq && cfq_cfqq_idle_window(cfqq) &&
2585 cfqq->dispatched + cfqq->queued[0] + cfqq->queued[1] <
2586 CFQ_HW_QUEUE_MIN && rq_in_driver(cfqd) < CFQ_HW_QUEUE_MIN)
2587 return;
2588
Aaron Carroll45333d52008-08-26 15:52:36 +02002589 if (cfqd->hw_tag_samples++ < 50)
2590 return;
2591
Corrado Zoccoloe459dd02009-11-26 10:02:57 +01002592 if (cfqd->hw_tag_est_depth >= CFQ_HW_QUEUE_MIN)
Aaron Carroll45333d52008-08-26 15:52:36 +02002593 cfqd->hw_tag = 1;
2594 else
2595 cfqd->hw_tag = 0;
Aaron Carroll45333d52008-08-26 15:52:36 +02002596}
2597
Jens Axboe165125e2007-07-24 09:28:11 +02002598static void cfq_completed_request(struct request_queue *q, struct request *rq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599{
Jens Axboe5e705372006-07-13 12:39:25 +02002600 struct cfq_queue *cfqq = RQ_CFQQ(rq);
Jens Axboeb4878f22005-10-20 16:42:29 +02002601 struct cfq_data *cfqd = cfqq->cfqd;
Jens Axboe5380a102006-07-13 12:37:56 +02002602 const int sync = rq_is_sync(rq);
Jens Axboeb4878f22005-10-20 16:42:29 +02002603 unsigned long now;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002604
Jens Axboeb4878f22005-10-20 16:42:29 +02002605 now = jiffies;
Jens Axboe7b679132008-05-30 12:23:07 +02002606 cfq_log_cfqq(cfqd, cfqq, "complete");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607
Aaron Carroll45333d52008-08-26 15:52:36 +02002608 cfq_update_hw_tag(cfqd);
2609
Jens Axboe5ad531d2009-07-03 12:57:48 +02002610 WARN_ON(!cfqd->rq_in_driver[sync]);
Jens Axboe6d048f52007-04-25 12:44:27 +02002611 WARN_ON(!cfqq->dispatched);
Jens Axboe5ad531d2009-07-03 12:57:48 +02002612 cfqd->rq_in_driver[sync]--;
Jens Axboe6d048f52007-04-25 12:44:27 +02002613 cfqq->dispatched--;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002614
Jens Axboe3ed9a292007-04-23 08:33:33 +02002615 if (cfq_cfqq_sync(cfqq))
2616 cfqd->sync_flight--;
2617
Vivek Goyal365722b2009-10-03 15:21:27 +02002618 if (sync) {
Jens Axboe5e705372006-07-13 12:39:25 +02002619 RQ_CIC(rq)->last_end_request = now;
Vivek Goyal365722b2009-10-03 15:21:27 +02002620 cfqd->last_end_sync_rq = now;
2621 }
Jens Axboecaaa5f92006-06-16 11:23:00 +02002622
2623 /*
2624 * If this is the active queue, check if it needs to be expired,
2625 * or if we want to idle in case it has no pending requests.
2626 */
2627 if (cfqd->active_queue == cfqq) {
Jens Axboea36e71f2009-04-15 12:15:11 +02002628 const bool cfqq_empty = RB_EMPTY_ROOT(&cfqq->sort_list);
2629
Jens Axboe44f7c162007-01-19 11:51:58 +11002630 if (cfq_cfqq_slice_new(cfqq)) {
2631 cfq_set_prio_slice(cfqd, cfqq);
2632 cfq_clear_cfqq_slice_new(cfqq);
2633 }
Jens Axboea36e71f2009-04-15 12:15:11 +02002634 /*
Corrado Zoccolo8e550632009-11-26 10:02:58 +01002635 * Idling is not enabled on:
2636 * - expired queues
2637 * - idle-priority queues
2638 * - async queues
2639 * - queues with still some requests queued
2640 * - when there is a close cooperator
Jens Axboea36e71f2009-04-15 12:15:11 +02002641 */
Jens Axboe08717142008-01-28 11:38:15 +01002642 if (cfq_slice_used(cfqq) || cfq_class_idle(cfqq))
Jens Axboe6084cdd2007-04-23 08:25:00 +02002643 cfq_slice_expired(cfqd, 1);
Corrado Zoccolo8e550632009-11-26 10:02:58 +01002644 else if (sync && cfqq_empty &&
2645 !cfq_close_cooperator(cfqd, cfqq)) {
2646 cfqd->noidle_tree_requires_idle |= !rq_noidle(rq);
2647 /*
2648 * Idling is enabled for SYNC_WORKLOAD.
2649 * SYNC_NOIDLE_WORKLOAD idles at the end of the tree
2650 * only if we processed at least one !rq_noidle request
2651 */
2652 if (cfqd->serving_type == SYNC_WORKLOAD
2653 || cfqd->noidle_tree_requires_idle)
2654 cfq_arm_slice_timer(cfqd);
2655 }
Jens Axboecaaa5f92006-06-16 11:23:00 +02002656 }
Jens Axboe6d048f52007-04-25 12:44:27 +02002657
Jens Axboe5ad531d2009-07-03 12:57:48 +02002658 if (!rq_in_driver(cfqd))
Jens Axboe23e018a2009-10-05 08:52:35 +02002659 cfq_schedule_dispatch(cfqd);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660}
2661
Jens Axboe22e2c502005-06-27 10:55:12 +02002662/*
2663 * we temporarily boost lower priority queues if they are holding fs exclusive
2664 * resources. they are boosted to normal prio (CLASS_BE/4)
2665 */
2666static void cfq_prio_boost(struct cfq_queue *cfqq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667{
Jens Axboe22e2c502005-06-27 10:55:12 +02002668 if (has_fs_excl()) {
2669 /*
2670 * boost idle prio on transactions that would lock out other
2671 * users of the filesystem
2672 */
2673 if (cfq_class_idle(cfqq))
2674 cfqq->ioprio_class = IOPRIO_CLASS_BE;
2675 if (cfqq->ioprio > IOPRIO_NORM)
2676 cfqq->ioprio = IOPRIO_NORM;
2677 } else {
2678 /*
Corrado Zoccolodddb7452009-11-02 10:40:37 +01002679 * unboost the queue (if needed)
Jens Axboe22e2c502005-06-27 10:55:12 +02002680 */
Corrado Zoccolodddb7452009-11-02 10:40:37 +01002681 cfqq->ioprio_class = cfqq->org_ioprio_class;
2682 cfqq->ioprio = cfqq->org_ioprio;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002683 }
Jens Axboe22e2c502005-06-27 10:55:12 +02002684}
2685
Jens Axboe89850f72006-07-22 16:48:31 +02002686static inline int __cfq_may_queue(struct cfq_queue *cfqq)
Jens Axboe22e2c502005-06-27 10:55:12 +02002687{
Jens Axboe1b379d82009-08-11 08:26:11 +02002688 if (cfq_cfqq_wait_request(cfqq) && !cfq_cfqq_must_alloc_slice(cfqq)) {
Jens Axboe3b181522005-06-27 10:56:24 +02002689 cfq_mark_cfqq_must_alloc_slice(cfqq);
Jens Axboe22e2c502005-06-27 10:55:12 +02002690 return ELV_MQUEUE_MUST;
Jens Axboe3b181522005-06-27 10:56:24 +02002691 }
Jens Axboe22e2c502005-06-27 10:55:12 +02002692
2693 return ELV_MQUEUE_MAY;
Jens Axboe22e2c502005-06-27 10:55:12 +02002694}
2695
Jens Axboe165125e2007-07-24 09:28:11 +02002696static int cfq_may_queue(struct request_queue *q, int rw)
Jens Axboe22e2c502005-06-27 10:55:12 +02002697{
2698 struct cfq_data *cfqd = q->elevator->elevator_data;
2699 struct task_struct *tsk = current;
Vasily Tarasov91fac312007-04-25 12:29:51 +02002700 struct cfq_io_context *cic;
Jens Axboe22e2c502005-06-27 10:55:12 +02002701 struct cfq_queue *cfqq;
2702
2703 /*
2704 * don't force setup of a queue from here, as a call to may_queue
2705 * does not necessarily imply that a request actually will be queued.
2706 * so just lookup a possibly existing queue, or return 'may queue'
2707 * if that fails
2708 */
Jens Axboe4ac845a2008-01-24 08:44:49 +01002709 cic = cfq_cic_lookup(cfqd, tsk->io_context);
Vasily Tarasov91fac312007-04-25 12:29:51 +02002710 if (!cic)
2711 return ELV_MQUEUE_MAY;
2712
Jens Axboeb0b78f82009-04-08 10:56:08 +02002713 cfqq = cic_to_cfqq(cic, rw_is_sync(rw));
Jens Axboe22e2c502005-06-27 10:55:12 +02002714 if (cfqq) {
Jens Axboefd0928d2008-01-24 08:52:45 +01002715 cfq_init_prio_data(cfqq, cic->ioc);
Jens Axboe22e2c502005-06-27 10:55:12 +02002716 cfq_prio_boost(cfqq);
2717
Jens Axboe89850f72006-07-22 16:48:31 +02002718 return __cfq_may_queue(cfqq);
Jens Axboe22e2c502005-06-27 10:55:12 +02002719 }
2720
2721 return ELV_MQUEUE_MAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722}
2723
Linus Torvalds1da177e2005-04-16 15:20:36 -07002724/*
2725 * queue lock held here
2726 */
Jens Axboebb37b942006-12-01 10:42:33 +01002727static void cfq_put_request(struct request *rq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002728{
Jens Axboe5e705372006-07-13 12:39:25 +02002729 struct cfq_queue *cfqq = RQ_CFQQ(rq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002730
Jens Axboe5e705372006-07-13 12:39:25 +02002731 if (cfqq) {
Jens Axboe22e2c502005-06-27 10:55:12 +02002732 const int rw = rq_data_dir(rq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002733
Jens Axboe22e2c502005-06-27 10:55:12 +02002734 BUG_ON(!cfqq->allocated[rw]);
2735 cfqq->allocated[rw]--;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002736
Jens Axboe5e705372006-07-13 12:39:25 +02002737 put_io_context(RQ_CIC(rq)->ioc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002738
Linus Torvalds1da177e2005-04-16 15:20:36 -07002739 rq->elevator_private = NULL;
Jens Axboe5e705372006-07-13 12:39:25 +02002740 rq->elevator_private2 = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002741
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742 cfq_put_queue(cfqq);
2743 }
2744}
2745
Jeff Moyerdf5fe3e2009-10-23 17:14:50 -04002746static struct cfq_queue *
2747cfq_merge_cfqqs(struct cfq_data *cfqd, struct cfq_io_context *cic,
2748 struct cfq_queue *cfqq)
2749{
2750 cfq_log_cfqq(cfqd, cfqq, "merging with queue %p", cfqq->new_cfqq);
2751 cic_set_cfqq(cic, cfqq->new_cfqq, 1);
Jeff Moyerb3b6d042009-10-23 17:14:51 -04002752 cfq_mark_cfqq_coop(cfqq->new_cfqq);
Jeff Moyerdf5fe3e2009-10-23 17:14:50 -04002753 cfq_put_queue(cfqq);
2754 return cic_to_cfqq(cic, 1);
2755}
2756
Jeff Moyere6c5bc72009-10-23 17:14:52 -04002757static int should_split_cfqq(struct cfq_queue *cfqq)
2758{
2759 if (cfqq->seeky_start &&
2760 time_after(jiffies, cfqq->seeky_start + CFQQ_COOP_TOUT))
2761 return 1;
2762 return 0;
2763}
2764
2765/*
2766 * Returns NULL if a new cfqq should be allocated, or the old cfqq if this
2767 * was the last process referring to said cfqq.
2768 */
2769static struct cfq_queue *
2770split_cfqq(struct cfq_io_context *cic, struct cfq_queue *cfqq)
2771{
2772 if (cfqq_process_refs(cfqq) == 1) {
2773 cfqq->seeky_start = 0;
2774 cfqq->pid = current->pid;
2775 cfq_clear_cfqq_coop(cfqq);
2776 return cfqq;
2777 }
2778
2779 cic_set_cfqq(cic, NULL, 1);
2780 cfq_put_queue(cfqq);
2781 return NULL;
2782}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002783/*
Jens Axboe22e2c502005-06-27 10:55:12 +02002784 * Allocate cfq data structures associated with this request.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002785 */
Jens Axboe22e2c502005-06-27 10:55:12 +02002786static int
Jens Axboe165125e2007-07-24 09:28:11 +02002787cfq_set_request(struct request_queue *q, struct request *rq, gfp_t gfp_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002788{
2789 struct cfq_data *cfqd = q->elevator->elevator_data;
2790 struct cfq_io_context *cic;
2791 const int rw = rq_data_dir(rq);
Jens Axboea6151c32009-10-07 20:02:57 +02002792 const bool is_sync = rq_is_sync(rq);
Jens Axboe22e2c502005-06-27 10:55:12 +02002793 struct cfq_queue *cfqq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002794 unsigned long flags;
2795
2796 might_sleep_if(gfp_mask & __GFP_WAIT);
2797
Jens Axboee2d74ac2006-03-28 08:59:01 +02002798 cic = cfq_get_io_context(cfqd, gfp_mask);
Jens Axboe22e2c502005-06-27 10:55:12 +02002799
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800 spin_lock_irqsave(q->queue_lock, flags);
2801
Jens Axboe22e2c502005-06-27 10:55:12 +02002802 if (!cic)
2803 goto queue_fail;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002804
Jeff Moyere6c5bc72009-10-23 17:14:52 -04002805new_queue:
Vasily Tarasov91fac312007-04-25 12:29:51 +02002806 cfqq = cic_to_cfqq(cic, is_sync);
Vivek Goyal32f2e802009-07-09 22:13:16 +02002807 if (!cfqq || cfqq == &cfqd->oom_cfqq) {
Jens Axboefd0928d2008-01-24 08:52:45 +01002808 cfqq = cfq_get_queue(cfqd, is_sync, cic->ioc, gfp_mask);
Vasily Tarasov91fac312007-04-25 12:29:51 +02002809 cic_set_cfqq(cic, cfqq, is_sync);
Jeff Moyerdf5fe3e2009-10-23 17:14:50 -04002810 } else {
2811 /*
Jeff Moyere6c5bc72009-10-23 17:14:52 -04002812 * If the queue was seeky for too long, break it apart.
2813 */
2814 if (cfq_cfqq_coop(cfqq) && should_split_cfqq(cfqq)) {
2815 cfq_log_cfqq(cfqd, cfqq, "breaking apart cfqq");
2816 cfqq = split_cfqq(cic, cfqq);
2817 if (!cfqq)
2818 goto new_queue;
2819 }
2820
2821 /*
Jeff Moyerdf5fe3e2009-10-23 17:14:50 -04002822 * Check to see if this queue is scheduled to merge with
2823 * another, closely cooperating queue. The merging of
2824 * queues happens here as it must be done in process context.
2825 * The reference on new_cfqq was taken in merge_cfqqs.
2826 */
2827 if (cfqq->new_cfqq)
2828 cfqq = cfq_merge_cfqqs(cfqd, cic, cfqq);
Vasily Tarasov91fac312007-04-25 12:29:51 +02002829 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002830
2831 cfqq->allocated[rw]++;
Jens Axboe22e2c502005-06-27 10:55:12 +02002832 atomic_inc(&cfqq->ref);
Jens Axboe5e705372006-07-13 12:39:25 +02002833
Linus Torvalds1da177e2005-04-16 15:20:36 -07002834 spin_unlock_irqrestore(q->queue_lock, flags);
2835
Jens Axboe5e705372006-07-13 12:39:25 +02002836 rq->elevator_private = cic;
2837 rq->elevator_private2 = cfqq;
2838 return 0;
Jens Axboe3b181522005-06-27 10:56:24 +02002839
Jens Axboe22e2c502005-06-27 10:55:12 +02002840queue_fail:
2841 if (cic)
2842 put_io_context(cic->ioc);
Jens Axboe89850f72006-07-22 16:48:31 +02002843
Jens Axboe23e018a2009-10-05 08:52:35 +02002844 cfq_schedule_dispatch(cfqd);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002845 spin_unlock_irqrestore(q->queue_lock, flags);
Jens Axboe7b679132008-05-30 12:23:07 +02002846 cfq_log(cfqd, "set_request fail");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002847 return 1;
2848}
2849
David Howells65f27f32006-11-22 14:55:48 +00002850static void cfq_kick_queue(struct work_struct *work)
Jens Axboe22e2c502005-06-27 10:55:12 +02002851{
David Howells65f27f32006-11-22 14:55:48 +00002852 struct cfq_data *cfqd =
Jens Axboe23e018a2009-10-05 08:52:35 +02002853 container_of(work, struct cfq_data, unplug_work);
Jens Axboe165125e2007-07-24 09:28:11 +02002854 struct request_queue *q = cfqd->queue;
Jens Axboe22e2c502005-06-27 10:55:12 +02002855
Jens Axboe40bb54d2009-04-15 12:11:10 +02002856 spin_lock_irq(q->queue_lock);
Tejun Heoa7f55792009-04-23 11:05:17 +09002857 __blk_run_queue(cfqd->queue);
Jens Axboe40bb54d2009-04-15 12:11:10 +02002858 spin_unlock_irq(q->queue_lock);
Jens Axboe22e2c502005-06-27 10:55:12 +02002859}
2860
2861/*
2862 * Timer running if the active_queue is currently idling inside its time slice
2863 */
2864static void cfq_idle_slice_timer(unsigned long data)
2865{
2866 struct cfq_data *cfqd = (struct cfq_data *) data;
2867 struct cfq_queue *cfqq;
2868 unsigned long flags;
Jens Axboe3c6bd2f2007-01-19 12:06:33 +11002869 int timed_out = 1;
Jens Axboe22e2c502005-06-27 10:55:12 +02002870
Jens Axboe7b679132008-05-30 12:23:07 +02002871 cfq_log(cfqd, "idle timer fired");
2872
Jens Axboe22e2c502005-06-27 10:55:12 +02002873 spin_lock_irqsave(cfqd->queue->queue_lock, flags);
2874
Jens Axboefe094d92008-01-31 13:08:54 +01002875 cfqq = cfqd->active_queue;
2876 if (cfqq) {
Jens Axboe3c6bd2f2007-01-19 12:06:33 +11002877 timed_out = 0;
2878
Jens Axboe22e2c502005-06-27 10:55:12 +02002879 /*
Jens Axboeb0291952009-04-07 11:38:31 +02002880 * We saw a request before the queue expired, let it through
2881 */
2882 if (cfq_cfqq_must_dispatch(cfqq))
2883 goto out_kick;
2884
2885 /*
Jens Axboe22e2c502005-06-27 10:55:12 +02002886 * expired
2887 */
Jens Axboe44f7c162007-01-19 11:51:58 +11002888 if (cfq_slice_used(cfqq))
Jens Axboe22e2c502005-06-27 10:55:12 +02002889 goto expire;
2890
2891 /*
2892 * only expire and reinvoke request handler, if there are
2893 * other queues with pending requests
2894 */
Jens Axboecaaa5f92006-06-16 11:23:00 +02002895 if (!cfqd->busy_queues)
Jens Axboe22e2c502005-06-27 10:55:12 +02002896 goto out_cont;
Jens Axboe22e2c502005-06-27 10:55:12 +02002897
2898 /*
2899 * not expired and it has a request pending, let it dispatch
2900 */
Jens Axboe75e50982009-04-07 08:56:14 +02002901 if (!RB_EMPTY_ROOT(&cfqq->sort_list))
Jens Axboe22e2c502005-06-27 10:55:12 +02002902 goto out_kick;
Corrado Zoccolo76280af2009-11-26 10:02:58 +01002903
2904 /*
2905 * Queue depth flag is reset only when the idle didn't succeed
2906 */
2907 cfq_clear_cfqq_deep(cfqq);
Jens Axboe22e2c502005-06-27 10:55:12 +02002908 }
2909expire:
Jens Axboe6084cdd2007-04-23 08:25:00 +02002910 cfq_slice_expired(cfqd, timed_out);
Jens Axboe22e2c502005-06-27 10:55:12 +02002911out_kick:
Jens Axboe23e018a2009-10-05 08:52:35 +02002912 cfq_schedule_dispatch(cfqd);
Jens Axboe22e2c502005-06-27 10:55:12 +02002913out_cont:
2914 spin_unlock_irqrestore(cfqd->queue->queue_lock, flags);
2915}
2916
Jens Axboe3b181522005-06-27 10:56:24 +02002917static void cfq_shutdown_timer_wq(struct cfq_data *cfqd)
2918{
2919 del_timer_sync(&cfqd->idle_slice_timer);
Jens Axboe23e018a2009-10-05 08:52:35 +02002920 cancel_work_sync(&cfqd->unplug_work);
Jens Axboe3b181522005-06-27 10:56:24 +02002921}
Jens Axboe22e2c502005-06-27 10:55:12 +02002922
Vasily Tarasovc2dea2d2007-07-20 10:06:38 +02002923static void cfq_put_async_queues(struct cfq_data *cfqd)
2924{
2925 int i;
2926
2927 for (i = 0; i < IOPRIO_BE_NR; i++) {
2928 if (cfqd->async_cfqq[0][i])
2929 cfq_put_queue(cfqd->async_cfqq[0][i]);
2930 if (cfqd->async_cfqq[1][i])
2931 cfq_put_queue(cfqd->async_cfqq[1][i]);
Vasily Tarasovc2dea2d2007-07-20 10:06:38 +02002932 }
Oleg Nesterov2389d1e2007-11-05 08:58:05 +01002933
2934 if (cfqd->async_idle_cfqq)
2935 cfq_put_queue(cfqd->async_idle_cfqq);
Vasily Tarasovc2dea2d2007-07-20 10:06:38 +02002936}
2937
Jens Axboeb374d182008-10-31 10:05:07 +01002938static void cfq_exit_queue(struct elevator_queue *e)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002939{
Jens Axboe22e2c502005-06-27 10:55:12 +02002940 struct cfq_data *cfqd = e->elevator_data;
Jens Axboe165125e2007-07-24 09:28:11 +02002941 struct request_queue *q = cfqd->queue;
Jens Axboe22e2c502005-06-27 10:55:12 +02002942
Jens Axboe3b181522005-06-27 10:56:24 +02002943 cfq_shutdown_timer_wq(cfqd);
Jens Axboee2d74ac2006-03-28 08:59:01 +02002944
Al Virod9ff4182006-03-18 13:51:22 -05002945 spin_lock_irq(q->queue_lock);
Jens Axboee2d74ac2006-03-28 08:59:01 +02002946
Al Virod9ff4182006-03-18 13:51:22 -05002947 if (cfqd->active_queue)
Jens Axboe6084cdd2007-04-23 08:25:00 +02002948 __cfq_slice_expired(cfqd, cfqd->active_queue, 0);
Jens Axboee2d74ac2006-03-28 08:59:01 +02002949
2950 while (!list_empty(&cfqd->cic_list)) {
Al Virod9ff4182006-03-18 13:51:22 -05002951 struct cfq_io_context *cic = list_entry(cfqd->cic_list.next,
2952 struct cfq_io_context,
2953 queue_list);
Jens Axboe89850f72006-07-22 16:48:31 +02002954
2955 __cfq_exit_single_io_context(cfqd, cic);
Al Virod9ff4182006-03-18 13:51:22 -05002956 }
Jens Axboee2d74ac2006-03-28 08:59:01 +02002957
Vasily Tarasovc2dea2d2007-07-20 10:06:38 +02002958 cfq_put_async_queues(cfqd);
Jens Axboe15c31be2007-07-10 13:43:25 +02002959
Al Virod9ff4182006-03-18 13:51:22 -05002960 spin_unlock_irq(q->queue_lock);
Al Viroa90d7422006-03-18 12:05:37 -05002961
2962 cfq_shutdown_timer_wq(cfqd);
2963
Al Viroa90d7422006-03-18 12:05:37 -05002964 kfree(cfqd);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965}
2966
Jens Axboe165125e2007-07-24 09:28:11 +02002967static void *cfq_init_queue(struct request_queue *q)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968{
2969 struct cfq_data *cfqd;
Corrado Zoccolo718eee02009-10-26 22:45:29 +01002970 int i, j;
Vivek Goyalcdb16e82009-12-03 12:59:38 -05002971 struct cfq_group *cfqg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972
Christoph Lameter94f60302007-07-17 04:03:29 -07002973 cfqd = kmalloc_node(sizeof(*cfqd), GFP_KERNEL | __GFP_ZERO, q->node);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002974 if (!cfqd)
Jens Axboebc1c1162006-06-08 08:49:06 +02002975 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002976
Vivek Goyalcdb16e82009-12-03 12:59:38 -05002977 /* Init root group */
2978 cfqg = &cfqd->root_group;
2979
Corrado Zoccoloc0324a02009-10-27 19:16:03 +01002980 for (i = 0; i < 2; ++i)
Corrado Zoccolo718eee02009-10-26 22:45:29 +01002981 for (j = 0; j < 3; ++j)
Vivek Goyalcdb16e82009-12-03 12:59:38 -05002982 cfqg->service_trees[i][j] = CFQ_RB_ROOT;
2983 cfqg->service_tree_idle = CFQ_RB_ROOT;
Jens Axboe26a2ac02009-04-23 12:13:27 +02002984
2985 /*
2986 * Not strictly needed (since RB_ROOT just clears the node and we
2987 * zeroed cfqd on alloc), but better be safe in case someone decides
2988 * to add magic to the rb code
2989 */
2990 for (i = 0; i < CFQ_PRIO_LISTS; i++)
2991 cfqd->prio_trees[i] = RB_ROOT;
2992
Jens Axboe6118b702009-06-30 09:34:12 +02002993 /*
2994 * Our fallback cfqq if cfq_find_alloc_queue() runs into OOM issues.
2995 * Grab a permanent reference to it, so that the normal code flow
2996 * will not attempt to free it.
2997 */
2998 cfq_init_cfqq(cfqd, &cfqd->oom_cfqq, 1, 0);
2999 atomic_inc(&cfqd->oom_cfqq.ref);
Vivek Goyalcdb16e82009-12-03 12:59:38 -05003000 cfq_link_cfqq_cfqg(&cfqd->oom_cfqq, &cfqd->root_group);
Jens Axboe6118b702009-06-30 09:34:12 +02003001
Al Virod9ff4182006-03-18 13:51:22 -05003002 INIT_LIST_HEAD(&cfqd->cic_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003
Linus Torvalds1da177e2005-04-16 15:20:36 -07003004 cfqd->queue = q;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005
Jens Axboe22e2c502005-06-27 10:55:12 +02003006 init_timer(&cfqd->idle_slice_timer);
3007 cfqd->idle_slice_timer.function = cfq_idle_slice_timer;
3008 cfqd->idle_slice_timer.data = (unsigned long) cfqd;
3009
Jens Axboe23e018a2009-10-05 08:52:35 +02003010 INIT_WORK(&cfqd->unplug_work, cfq_kick_queue);
Jens Axboe22e2c502005-06-27 10:55:12 +02003011
Linus Torvalds1da177e2005-04-16 15:20:36 -07003012 cfqd->cfq_quantum = cfq_quantum;
Jens Axboe22e2c502005-06-27 10:55:12 +02003013 cfqd->cfq_fifo_expire[0] = cfq_fifo_expire[0];
3014 cfqd->cfq_fifo_expire[1] = cfq_fifo_expire[1];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015 cfqd->cfq_back_max = cfq_back_max;
3016 cfqd->cfq_back_penalty = cfq_back_penalty;
Jens Axboe22e2c502005-06-27 10:55:12 +02003017 cfqd->cfq_slice[0] = cfq_slice_async;
3018 cfqd->cfq_slice[1] = cfq_slice_sync;
3019 cfqd->cfq_slice_async_rq = cfq_slice_async_rq;
3020 cfqd->cfq_slice_idle = cfq_slice_idle;
Jens Axboe963b72f2009-10-03 19:42:18 +02003021 cfqd->cfq_latency = 1;
Corrado Zoccoloe459dd02009-11-26 10:02:57 +01003022 cfqd->hw_tag = -1;
Vivek Goyal365722b2009-10-03 15:21:27 +02003023 cfqd->last_end_sync_rq = jiffies;
Jens Axboebc1c1162006-06-08 08:49:06 +02003024 return cfqd;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003025}
3026
3027static void cfq_slab_kill(void)
3028{
Jens Axboed6de8be2008-05-28 14:46:59 +02003029 /*
3030 * Caller already ensured that pending RCU callbacks are completed,
3031 * so we should have no busy allocations at this point.
3032 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003033 if (cfq_pool)
3034 kmem_cache_destroy(cfq_pool);
3035 if (cfq_ioc_pool)
3036 kmem_cache_destroy(cfq_ioc_pool);
3037}
3038
3039static int __init cfq_slab_setup(void)
3040{
Christoph Lameter0a31bd52007-05-06 14:49:57 -07003041 cfq_pool = KMEM_CACHE(cfq_queue, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003042 if (!cfq_pool)
3043 goto fail;
3044
Fabio Checconi34e6bbf2008-04-02 14:31:02 +02003045 cfq_ioc_pool = KMEM_CACHE(cfq_io_context, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003046 if (!cfq_ioc_pool)
3047 goto fail;
3048
3049 return 0;
3050fail:
3051 cfq_slab_kill();
3052 return -ENOMEM;
3053}
3054
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055/*
3056 * sysfs parts below -->
3057 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003058static ssize_t
3059cfq_var_show(unsigned int var, char *page)
3060{
3061 return sprintf(page, "%d\n", var);
3062}
3063
3064static ssize_t
3065cfq_var_store(unsigned int *var, const char *page, size_t count)
3066{
3067 char *p = (char *) page;
3068
3069 *var = simple_strtoul(p, &p, 10);
3070 return count;
3071}
3072
Linus Torvalds1da177e2005-04-16 15:20:36 -07003073#define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \
Jens Axboeb374d182008-10-31 10:05:07 +01003074static ssize_t __FUNC(struct elevator_queue *e, char *page) \
Linus Torvalds1da177e2005-04-16 15:20:36 -07003075{ \
Al Viro3d1ab402006-03-18 18:35:43 -05003076 struct cfq_data *cfqd = e->elevator_data; \
Linus Torvalds1da177e2005-04-16 15:20:36 -07003077 unsigned int __data = __VAR; \
3078 if (__CONV) \
3079 __data = jiffies_to_msecs(__data); \
3080 return cfq_var_show(__data, (page)); \
3081}
3082SHOW_FUNCTION(cfq_quantum_show, cfqd->cfq_quantum, 0);
Jens Axboe22e2c502005-06-27 10:55:12 +02003083SHOW_FUNCTION(cfq_fifo_expire_sync_show, cfqd->cfq_fifo_expire[1], 1);
3084SHOW_FUNCTION(cfq_fifo_expire_async_show, cfqd->cfq_fifo_expire[0], 1);
Al Viroe572ec72006-03-18 22:27:18 -05003085SHOW_FUNCTION(cfq_back_seek_max_show, cfqd->cfq_back_max, 0);
3086SHOW_FUNCTION(cfq_back_seek_penalty_show, cfqd->cfq_back_penalty, 0);
Jens Axboe22e2c502005-06-27 10:55:12 +02003087SHOW_FUNCTION(cfq_slice_idle_show, cfqd->cfq_slice_idle, 1);
3088SHOW_FUNCTION(cfq_slice_sync_show, cfqd->cfq_slice[1], 1);
3089SHOW_FUNCTION(cfq_slice_async_show, cfqd->cfq_slice[0], 1);
3090SHOW_FUNCTION(cfq_slice_async_rq_show, cfqd->cfq_slice_async_rq, 0);
Jens Axboe963b72f2009-10-03 19:42:18 +02003091SHOW_FUNCTION(cfq_low_latency_show, cfqd->cfq_latency, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003092#undef SHOW_FUNCTION
3093
3094#define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \
Jens Axboeb374d182008-10-31 10:05:07 +01003095static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count) \
Linus Torvalds1da177e2005-04-16 15:20:36 -07003096{ \
Al Viro3d1ab402006-03-18 18:35:43 -05003097 struct cfq_data *cfqd = e->elevator_data; \
Linus Torvalds1da177e2005-04-16 15:20:36 -07003098 unsigned int __data; \
3099 int ret = cfq_var_store(&__data, (page), count); \
3100 if (__data < (MIN)) \
3101 __data = (MIN); \
3102 else if (__data > (MAX)) \
3103 __data = (MAX); \
3104 if (__CONV) \
3105 *(__PTR) = msecs_to_jiffies(__data); \
3106 else \
3107 *(__PTR) = __data; \
3108 return ret; \
3109}
3110STORE_FUNCTION(cfq_quantum_store, &cfqd->cfq_quantum, 1, UINT_MAX, 0);
Jens Axboefe094d92008-01-31 13:08:54 +01003111STORE_FUNCTION(cfq_fifo_expire_sync_store, &cfqd->cfq_fifo_expire[1], 1,
3112 UINT_MAX, 1);
3113STORE_FUNCTION(cfq_fifo_expire_async_store, &cfqd->cfq_fifo_expire[0], 1,
3114 UINT_MAX, 1);
Al Viroe572ec72006-03-18 22:27:18 -05003115STORE_FUNCTION(cfq_back_seek_max_store, &cfqd->cfq_back_max, 0, UINT_MAX, 0);
Jens Axboefe094d92008-01-31 13:08:54 +01003116STORE_FUNCTION(cfq_back_seek_penalty_store, &cfqd->cfq_back_penalty, 1,
3117 UINT_MAX, 0);
Jens Axboe22e2c502005-06-27 10:55:12 +02003118STORE_FUNCTION(cfq_slice_idle_store, &cfqd->cfq_slice_idle, 0, UINT_MAX, 1);
3119STORE_FUNCTION(cfq_slice_sync_store, &cfqd->cfq_slice[1], 1, UINT_MAX, 1);
3120STORE_FUNCTION(cfq_slice_async_store, &cfqd->cfq_slice[0], 1, UINT_MAX, 1);
Jens Axboefe094d92008-01-31 13:08:54 +01003121STORE_FUNCTION(cfq_slice_async_rq_store, &cfqd->cfq_slice_async_rq, 1,
3122 UINT_MAX, 0);
Jens Axboe963b72f2009-10-03 19:42:18 +02003123STORE_FUNCTION(cfq_low_latency_store, &cfqd->cfq_latency, 0, 1, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003124#undef STORE_FUNCTION
3125
Al Viroe572ec72006-03-18 22:27:18 -05003126#define CFQ_ATTR(name) \
3127 __ATTR(name, S_IRUGO|S_IWUSR, cfq_##name##_show, cfq_##name##_store)
Jens Axboe3b181522005-06-27 10:56:24 +02003128
Al Viroe572ec72006-03-18 22:27:18 -05003129static struct elv_fs_entry cfq_attrs[] = {
3130 CFQ_ATTR(quantum),
Al Viroe572ec72006-03-18 22:27:18 -05003131 CFQ_ATTR(fifo_expire_sync),
3132 CFQ_ATTR(fifo_expire_async),
3133 CFQ_ATTR(back_seek_max),
3134 CFQ_ATTR(back_seek_penalty),
3135 CFQ_ATTR(slice_sync),
3136 CFQ_ATTR(slice_async),
3137 CFQ_ATTR(slice_async_rq),
3138 CFQ_ATTR(slice_idle),
Jens Axboe963b72f2009-10-03 19:42:18 +02003139 CFQ_ATTR(low_latency),
Al Viroe572ec72006-03-18 22:27:18 -05003140 __ATTR_NULL
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141};
3142
Linus Torvalds1da177e2005-04-16 15:20:36 -07003143static struct elevator_type iosched_cfq = {
3144 .ops = {
3145 .elevator_merge_fn = cfq_merge,
3146 .elevator_merged_fn = cfq_merged_request,
3147 .elevator_merge_req_fn = cfq_merged_requests,
Jens Axboeda775262006-12-20 11:04:12 +01003148 .elevator_allow_merge_fn = cfq_allow_merge,
Jens Axboeb4878f22005-10-20 16:42:29 +02003149 .elevator_dispatch_fn = cfq_dispatch_requests,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003150 .elevator_add_req_fn = cfq_insert_request,
Jens Axboeb4878f22005-10-20 16:42:29 +02003151 .elevator_activate_req_fn = cfq_activate_request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152 .elevator_deactivate_req_fn = cfq_deactivate_request,
3153 .elevator_queue_empty_fn = cfq_queue_empty,
3154 .elevator_completed_req_fn = cfq_completed_request,
Jens Axboe21183b02006-07-13 12:33:14 +02003155 .elevator_former_req_fn = elv_rb_former_request,
3156 .elevator_latter_req_fn = elv_rb_latter_request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157 .elevator_set_req_fn = cfq_set_request,
3158 .elevator_put_req_fn = cfq_put_request,
3159 .elevator_may_queue_fn = cfq_may_queue,
3160 .elevator_init_fn = cfq_init_queue,
3161 .elevator_exit_fn = cfq_exit_queue,
Jens Axboefc463792006-08-29 09:05:44 +02003162 .trim = cfq_free_io_context,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003163 },
Al Viro3d1ab402006-03-18 18:35:43 -05003164 .elevator_attrs = cfq_attrs,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165 .elevator_name = "cfq",
3166 .elevator_owner = THIS_MODULE,
3167};
3168
3169static int __init cfq_init(void)
3170{
Jens Axboe22e2c502005-06-27 10:55:12 +02003171 /*
3172 * could be 0 on HZ < 1000 setups
3173 */
3174 if (!cfq_slice_async)
3175 cfq_slice_async = 1;
3176 if (!cfq_slice_idle)
3177 cfq_slice_idle = 1;
3178
Linus Torvalds1da177e2005-04-16 15:20:36 -07003179 if (cfq_slab_setup())
3180 return -ENOMEM;
3181
Adrian Bunk2fdd82b2007-12-12 18:51:56 +01003182 elv_register(&iosched_cfq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003183
Adrian Bunk2fdd82b2007-12-12 18:51:56 +01003184 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003185}
3186
3187static void __exit cfq_exit(void)
3188{
Peter Zijlstra6e9a4732006-09-30 23:28:10 -07003189 DECLARE_COMPLETION_ONSTACK(all_gone);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003190 elv_unregister(&iosched_cfq);
Al Viro334e94d2006-03-18 15:05:53 -05003191 ioc_gone = &all_gone;
OGAWA Hirofumifba82272006-04-18 09:44:06 +02003192 /* ioc_gone's update must be visible before reading ioc_count */
3193 smp_wmb();
Jens Axboed6de8be2008-05-28 14:46:59 +02003194
3195 /*
3196 * this also protects us from entering cfq_slab_kill() with
3197 * pending RCU callbacks
3198 */
Tejun Heo245b2e72009-06-24 15:13:48 +09003199 if (elv_ioc_count_read(cfq_ioc_count))
Jens Axboe9a11b4e2008-05-29 09:32:08 +02003200 wait_for_completion(&all_gone);
Christoph Hellwig83521d32005-10-30 15:01:39 -08003201 cfq_slab_kill();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003202}
3203
3204module_init(cfq_init);
3205module_exit(cfq_exit);
3206
3207MODULE_AUTHOR("Jens Axboe");
3208MODULE_LICENSE("GPL");
3209MODULE_DESCRIPTION("Completely Fair Queueing IO scheduler");