blob: 07f1e9935f211ecd403212cacca5f1bd768a1e6f [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Peter Zijlstra391e43d2011-11-15 17:14:39 +01002 * kernel/sched/core.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 *
4 * Kernel scheduler and related syscalls
5 *
6 * Copyright (C) 1991-2002 Linus Torvalds
7 *
8 * 1996-12-23 Modified by Dave Grothe to fix bugs in semaphores and
9 * make semaphores SMP safe
10 * 1998-11-19 Implemented schedule_timeout() and related stuff
11 * by Andrea Arcangeli
12 * 2002-01-04 New ultra-scalable O(1) scheduler by Ingo Molnar:
13 * hybrid priority-list and round-robin design with
14 * an array-switch method of distributing timeslices
15 * and per-CPU runqueues. Cleanups and useful suggestions
16 * by Davide Libenzi, preemptible kernel bits by Robert Love.
17 * 2003-09-03 Interactivity tuning by Con Kolivas.
18 * 2004-04-02 Scheduler domains code by Nick Piggin
Ingo Molnarc31f2e82007-07-09 18:52:01 +020019 * 2007-04-15 Work begun on replacing all interactivity tuning with a
20 * fair scheduling design by Con Kolivas.
21 * 2007-05-05 Load balancing (smp-nice) and other improvements
22 * by Peter Williams
23 * 2007-05-06 Interactivity improvements to CFS by Mike Galbraith
24 * 2007-07-01 Group scheduling enhancements by Srivatsa Vaddagiri
Ingo Molnarb9131762008-01-25 21:08:19 +010025 * 2007-11-29 RT balancing improvements by Steven Rostedt, Gregory Haskins,
26 * Thomas Gleixner, Mike Kravetz
Linus Torvalds1da177e2005-04-16 15:20:36 -070027 */
28
29#include <linux/mm.h>
30#include <linux/module.h>
31#include <linux/nmi.h>
32#include <linux/init.h>
Ingo Molnardff06c12007-07-09 18:52:00 +020033#include <linux/uaccess.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070034#include <linux/highmem.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070035#include <asm/mmu_context.h>
36#include <linux/interrupt.h>
Randy.Dunlapc59ede72006-01-11 12:17:46 -080037#include <linux/capability.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070038#include <linux/completion.h>
39#include <linux/kernel_stat.h>
Ingo Molnar9a11b49a2006-07-03 00:24:33 -070040#include <linux/debug_locks.h>
Ingo Molnarcdd6c482009-09-21 12:02:48 +020041#include <linux/perf_event.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070042#include <linux/security.h>
43#include <linux/notifier.h>
44#include <linux/profile.h>
Nigel Cunningham7dfb7102006-12-06 20:34:23 -080045#include <linux/freezer.h>
akpm@osdl.org198e2f12006-01-12 01:05:30 -080046#include <linux/vmalloc.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070047#include <linux/blkdev.h>
48#include <linux/delay.h>
Pavel Emelyanovb4888932007-10-18 23:40:14 -070049#include <linux/pid_namespace.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070050#include <linux/smp.h>
51#include <linux/threads.h>
52#include <linux/timer.h>
53#include <linux/rcupdate.h>
54#include <linux/cpu.h>
55#include <linux/cpuset.h>
56#include <linux/percpu.h>
Alexey Dobriyanb5aadf72008-10-06 13:23:43 +040057#include <linux/proc_fs.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070058#include <linux/seq_file.h>
Nick Piggine692ab52007-07-26 13:40:43 +020059#include <linux/sysctl.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070060#include <linux/syscalls.h>
61#include <linux/times.h>
Jay Lan8f0ab512006-09-30 23:28:59 -070062#include <linux/tsacct_kern.h>
bibo maoc6fd91f2006-03-26 01:38:20 -080063#include <linux/kprobes.h>
Shailabh Nagar0ff92242006-07-14 00:24:37 -070064#include <linux/delayacct.h>
Ingo Molnardff06c12007-07-09 18:52:00 +020065#include <linux/unistd.h>
Jens Axboef5ff8422007-09-21 09:19:54 +020066#include <linux/pagemap.h>
Peter Zijlstra8f4d37e2008-01-25 21:08:29 +010067#include <linux/hrtimer.h>
Reynes Philippe30914a52008-03-17 16:19:05 -070068#include <linux/tick.h>
Peter Zijlstraf00b45c2008-04-19 19:45:00 +020069#include <linux/debugfs.h>
70#include <linux/ctype.h>
Steven Rostedt6cd8a4b2008-05-12 21:20:42 +020071#include <linux/ftrace.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090072#include <linux/slab.h>
Carsten Emdef1c6f1a2011-10-26 23:14:16 +020073#include <linux/init_task.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070074
Eric Dumazet5517d862007-05-08 00:32:57 -070075#include <asm/tlb.h>
Satyam Sharma838225b2007-10-24 18:23:50 +020076#include <asm/irq_regs.h>
Glauber Costae6e66852011-07-11 15:28:17 -040077#ifdef CONFIG_PARAVIRT
78#include <asm/paravirt.h>
79#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070080
Peter Zijlstra029632f2011-10-25 10:00:11 +020081#include "sched.h"
Peter Zijlstra391e43d2011-11-15 17:14:39 +010082#include "../workqueue_sched.h"
Gregory Haskins6e0534f2008-05-12 21:21:01 +020083
Steven Rostedta8d154b2009-04-10 09:36:00 -040084#define CREATE_TRACE_POINTS
Steven Rostedtad8d75f2009-04-14 19:39:12 -040085#include <trace/events/sched.h>
Steven Rostedta8d154b2009-04-10 09:36:00 -040086
Peter Zijlstra029632f2011-10-25 10:00:11 +020087void start_bandwidth_timer(struct hrtimer *period_timer, ktime_t period)
Paul Turner58088ad2011-07-21 09:43:31 -070088{
89 unsigned long delta;
90 ktime_t soft, hard, now;
91
92 for (;;) {
93 if (hrtimer_active(period_timer))
94 break;
95
96 now = hrtimer_cb_get_time(period_timer);
97 hrtimer_forward(period_timer, now, period);
98
99 soft = hrtimer_get_softexpires(period_timer);
100 hard = hrtimer_get_expires(period_timer);
101 delta = ktime_to_ns(ktime_sub(hard, soft));
102 __hrtimer_start_range_ns(period_timer, soft, delta,
103 HRTIMER_MODE_ABS_PINNED, 0);
104 }
105}
106
Peter Zijlstra029632f2011-10-25 10:00:11 +0200107DEFINE_MUTEX(sched_domains_mutex);
108DEFINE_PER_CPU_SHARED_ALIGNED(struct rq, runqueues);
Peter Zijlstradc61b1d2010-06-08 11:40:42 +0200109
Peter Zijlstrafe44d622010-12-09 14:15:34 +0100110static void update_rq_clock_task(struct rq *rq, s64 delta);
Venkatesh Pallipadi305e6832010-10-04 17:03:21 -0700111
Peter Zijlstra029632f2011-10-25 10:00:11 +0200112void update_rq_clock(struct rq *rq)
Peter Zijlstra3e51f332008-05-03 18:29:28 +0200113{
Peter Zijlstrafe44d622010-12-09 14:15:34 +0100114 s64 delta;
Venkatesh Pallipadi305e6832010-10-04 17:03:21 -0700115
Mike Galbraith61eadef2011-04-29 08:36:50 +0200116 if (rq->skip_clock_update > 0)
Mike Galbraithf26f9af2010-12-08 11:05:42 +0100117 return;
Venkatesh Pallipadiaa483802010-10-04 17:03:22 -0700118
Peter Zijlstrafe44d622010-12-09 14:15:34 +0100119 delta = sched_clock_cpu(cpu_of(rq)) - rq->clock;
120 rq->clock += delta;
121 update_rq_clock_task(rq, delta);
Peter Zijlstra3e51f332008-05-03 18:29:28 +0200122}
123
Ingo Molnare436d802007-07-19 21:28:35 +0200124/*
Ingo Molnarbf5c91b2007-10-15 17:00:04 +0200125 * Debugging: various feature bits
126 */
Peter Zijlstraf00b45c2008-04-19 19:45:00 +0200127
128#define SCHED_FEAT(name, enabled) \
Peter Zijlstraf00b45c2008-04-19 19:45:00 +0200129 (1UL << __SCHED_FEAT_##name) * enabled |
130
131const_debug unsigned int sysctl_sched_features =
Peter Zijlstra391e43d2011-11-15 17:14:39 +0100132#include "features.h"
Peter Zijlstraf00b45c2008-04-19 19:45:00 +0200133 0;
134
135#undef SCHED_FEAT
136
137#ifdef CONFIG_SCHED_DEBUG
138#define SCHED_FEAT(name, enabled) \
139 #name ,
140
Harvey Harrison983ed7a2008-04-24 18:17:55 -0700141static __read_mostly char *sched_feat_names[] = {
Peter Zijlstra391e43d2011-11-15 17:14:39 +0100142#include "features.h"
Peter Zijlstraf00b45c2008-04-19 19:45:00 +0200143 NULL
144};
145
146#undef SCHED_FEAT
147
Li Zefan34f3a812008-10-30 15:23:32 +0800148static int sched_feat_show(struct seq_file *m, void *v)
Peter Zijlstraf00b45c2008-04-19 19:45:00 +0200149{
Peter Zijlstraf00b45c2008-04-19 19:45:00 +0200150 int i;
151
152 for (i = 0; sched_feat_names[i]; i++) {
Li Zefan34f3a812008-10-30 15:23:32 +0800153 if (!(sysctl_sched_features & (1UL << i)))
154 seq_puts(m, "NO_");
155 seq_printf(m, "%s ", sched_feat_names[i]);
Peter Zijlstraf00b45c2008-04-19 19:45:00 +0200156 }
Li Zefan34f3a812008-10-30 15:23:32 +0800157 seq_puts(m, "\n");
Peter Zijlstraf00b45c2008-04-19 19:45:00 +0200158
Li Zefan34f3a812008-10-30 15:23:32 +0800159 return 0;
Peter Zijlstraf00b45c2008-04-19 19:45:00 +0200160}
161
162static ssize_t
163sched_feat_write(struct file *filp, const char __user *ubuf,
164 size_t cnt, loff_t *ppos)
165{
166 char buf[64];
Mathieu Desnoyers77401912010-09-13 17:47:00 -0400167 char *cmp;
Peter Zijlstraf00b45c2008-04-19 19:45:00 +0200168 int neg = 0;
169 int i;
170
171 if (cnt > 63)
172 cnt = 63;
173
174 if (copy_from_user(&buf, ubuf, cnt))
175 return -EFAULT;
176
177 buf[cnt] = 0;
Mathieu Desnoyers77401912010-09-13 17:47:00 -0400178 cmp = strstrip(buf);
Peter Zijlstraf00b45c2008-04-19 19:45:00 +0200179
Hillf Danton524429c2011-01-06 20:58:12 +0800180 if (strncmp(cmp, "NO_", 3) == 0) {
Peter Zijlstraf00b45c2008-04-19 19:45:00 +0200181 neg = 1;
182 cmp += 3;
183 }
184
185 for (i = 0; sched_feat_names[i]; i++) {
Mathieu Desnoyers77401912010-09-13 17:47:00 -0400186 if (strcmp(cmp, sched_feat_names[i]) == 0) {
Peter Zijlstraf00b45c2008-04-19 19:45:00 +0200187 if (neg)
188 sysctl_sched_features &= ~(1UL << i);
189 else
190 sysctl_sched_features |= (1UL << i);
191 break;
192 }
193 }
194
195 if (!sched_feat_names[i])
196 return -EINVAL;
197
Jan Blunck42994722009-11-20 17:40:37 +0100198 *ppos += cnt;
Peter Zijlstraf00b45c2008-04-19 19:45:00 +0200199
200 return cnt;
201}
202
Li Zefan34f3a812008-10-30 15:23:32 +0800203static int sched_feat_open(struct inode *inode, struct file *filp)
204{
205 return single_open(filp, sched_feat_show, NULL);
206}
207
Alexey Dobriyan828c0952009-10-01 15:43:56 -0700208static const struct file_operations sched_feat_fops = {
Li Zefan34f3a812008-10-30 15:23:32 +0800209 .open = sched_feat_open,
210 .write = sched_feat_write,
211 .read = seq_read,
212 .llseek = seq_lseek,
213 .release = single_release,
Peter Zijlstraf00b45c2008-04-19 19:45:00 +0200214};
215
216static __init int sched_init_debug(void)
217{
Peter Zijlstraf00b45c2008-04-19 19:45:00 +0200218 debugfs_create_file("sched_features", 0644, NULL, NULL,
219 &sched_feat_fops);
220
221 return 0;
222}
223late_initcall(sched_init_debug);
224
225#endif
226
Ingo Molnarbf5c91b2007-10-15 17:00:04 +0200227/*
Peter Zijlstrab82d9fd2007-11-09 22:39:39 +0100228 * Number of tasks to iterate in a single balance run.
229 * Limited because this is done with IRQs disabled.
230 */
231const_debug unsigned int sysctl_sched_nr_migrate = 32;
232
233/*
Peter Zijlstrae9e92502009-09-01 10:34:37 +0200234 * period over which we average the RT time consumption, measured
235 * in ms.
236 *
237 * default: 1s
238 */
239const_debug unsigned int sysctl_sched_time_avg = MSEC_PER_SEC;
240
241/*
Peter Zijlstra9f0c1e52008-02-13 15:45:39 +0100242 * period over which we measure -rt task cpu usage in us.
Peter Zijlstrafa85ae22008-01-25 21:08:29 +0100243 * default: 1s
244 */
Peter Zijlstra9f0c1e52008-02-13 15:45:39 +0100245unsigned int sysctl_sched_rt_period = 1000000;
Peter Zijlstrafa85ae22008-01-25 21:08:29 +0100246
Peter Zijlstra029632f2011-10-25 10:00:11 +0200247__read_mostly int scheduler_running;
Ingo Molnar6892b752008-02-13 14:02:36 +0100248
Peter Zijlstrafa85ae22008-01-25 21:08:29 +0100249/*
Peter Zijlstra9f0c1e52008-02-13 15:45:39 +0100250 * part of the period that we allow rt tasks to run in us.
251 * default: 0.95s
Peter Zijlstrafa85ae22008-01-25 21:08:29 +0100252 */
Peter Zijlstra9f0c1e52008-02-13 15:45:39 +0100253int sysctl_sched_rt_runtime = 950000;
254
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +0200255
Linus Torvalds1da177e2005-04-16 15:20:36 -0700256
257/*
Peter Zijlstra0122ec52011-04-05 17:23:51 +0200258 * __task_rq_lock - lock the rq @p resides on.
Ingo Molnarb29739f2006-06-27 02:54:51 -0700259 */
Ingo Molnar70b97a72006-07-03 00:25:42 -0700260static inline struct rq *__task_rq_lock(struct task_struct *p)
Ingo Molnarb29739f2006-06-27 02:54:51 -0700261 __acquires(rq->lock)
262{
Peter Zijlstra0970d292010-02-15 14:45:54 +0100263 struct rq *rq;
264
Peter Zijlstra0122ec52011-04-05 17:23:51 +0200265 lockdep_assert_held(&p->pi_lock);
266
Andi Kleen3a5c3592007-10-15 17:00:14 +0200267 for (;;) {
Peter Zijlstra0970d292010-02-15 14:45:54 +0100268 rq = task_rq(p);
Thomas Gleixner05fa7852009-11-17 14:28:38 +0100269 raw_spin_lock(&rq->lock);
Peter Zijlstra65cc8e42010-03-25 21:05:16 +0100270 if (likely(rq == task_rq(p)))
Andi Kleen3a5c3592007-10-15 17:00:14 +0200271 return rq;
Thomas Gleixner05fa7852009-11-17 14:28:38 +0100272 raw_spin_unlock(&rq->lock);
Ingo Molnarb29739f2006-06-27 02:54:51 -0700273 }
Ingo Molnarb29739f2006-06-27 02:54:51 -0700274}
275
276/*
Peter Zijlstra0122ec52011-04-05 17:23:51 +0200277 * task_rq_lock - lock p->pi_lock and lock the rq @p resides on.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700278 */
Ingo Molnar70b97a72006-07-03 00:25:42 -0700279static struct rq *task_rq_lock(struct task_struct *p, unsigned long *flags)
Peter Zijlstra0122ec52011-04-05 17:23:51 +0200280 __acquires(p->pi_lock)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700281 __acquires(rq->lock)
282{
Ingo Molnar70b97a72006-07-03 00:25:42 -0700283 struct rq *rq;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284
Andi Kleen3a5c3592007-10-15 17:00:14 +0200285 for (;;) {
Peter Zijlstra0122ec52011-04-05 17:23:51 +0200286 raw_spin_lock_irqsave(&p->pi_lock, *flags);
Andi Kleen3a5c3592007-10-15 17:00:14 +0200287 rq = task_rq(p);
Thomas Gleixner05fa7852009-11-17 14:28:38 +0100288 raw_spin_lock(&rq->lock);
Peter Zijlstra65cc8e42010-03-25 21:05:16 +0100289 if (likely(rq == task_rq(p)))
Andi Kleen3a5c3592007-10-15 17:00:14 +0200290 return rq;
Peter Zijlstra0122ec52011-04-05 17:23:51 +0200291 raw_spin_unlock(&rq->lock);
292 raw_spin_unlock_irqrestore(&p->pi_lock, *flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294}
295
Alexey Dobriyana9957442007-10-15 17:00:13 +0200296static void __task_rq_unlock(struct rq *rq)
Ingo Molnarb29739f2006-06-27 02:54:51 -0700297 __releases(rq->lock)
298{
Thomas Gleixner05fa7852009-11-17 14:28:38 +0100299 raw_spin_unlock(&rq->lock);
Ingo Molnarb29739f2006-06-27 02:54:51 -0700300}
301
Peter Zijlstra0122ec52011-04-05 17:23:51 +0200302static inline void
303task_rq_unlock(struct rq *rq, struct task_struct *p, unsigned long *flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304 __releases(rq->lock)
Peter Zijlstra0122ec52011-04-05 17:23:51 +0200305 __releases(p->pi_lock)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700306{
Peter Zijlstra0122ec52011-04-05 17:23:51 +0200307 raw_spin_unlock(&rq->lock);
308 raw_spin_unlock_irqrestore(&p->pi_lock, *flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309}
310
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311/*
Robert P. J. Daycc2a73b2006-12-10 02:20:00 -0800312 * this_rq_lock - lock this runqueue and disable interrupts.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700313 */
Alexey Dobriyana9957442007-10-15 17:00:13 +0200314static struct rq *this_rq_lock(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315 __acquires(rq->lock)
316{
Ingo Molnar70b97a72006-07-03 00:25:42 -0700317 struct rq *rq;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318
319 local_irq_disable();
320 rq = this_rq();
Thomas Gleixner05fa7852009-11-17 14:28:38 +0100321 raw_spin_lock(&rq->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322
323 return rq;
324}
325
Peter Zijlstra8f4d37e2008-01-25 21:08:29 +0100326#ifdef CONFIG_SCHED_HRTICK
327/*
328 * Use HR-timers to deliver accurate preemption points.
329 *
330 * Its all a bit involved since we cannot program an hrt while holding the
331 * rq->lock. So what we do is store a state in in rq->hrtick_* and ask for a
332 * reschedule event.
333 *
334 * When we get rescheduled we reprogram the hrtick_timer outside of the
335 * rq->lock.
336 */
Peter Zijlstra8f4d37e2008-01-25 21:08:29 +0100337
Peter Zijlstra8f4d37e2008-01-25 21:08:29 +0100338static void hrtick_clear(struct rq *rq)
339{
340 if (hrtimer_active(&rq->hrtick_timer))
341 hrtimer_cancel(&rq->hrtick_timer);
342}
343
344/*
Peter Zijlstra8f4d37e2008-01-25 21:08:29 +0100345 * High-resolution timer tick.
346 * Runs from hardirq context with interrupts disabled.
347 */
348static enum hrtimer_restart hrtick(struct hrtimer *timer)
349{
350 struct rq *rq = container_of(timer, struct rq, hrtick_timer);
351
352 WARN_ON_ONCE(cpu_of(rq) != smp_processor_id());
353
Thomas Gleixner05fa7852009-11-17 14:28:38 +0100354 raw_spin_lock(&rq->lock);
Peter Zijlstra3e51f332008-05-03 18:29:28 +0200355 update_rq_clock(rq);
Peter Zijlstra8f4d37e2008-01-25 21:08:29 +0100356 rq->curr->sched_class->task_tick(rq, rq->curr, 1);
Thomas Gleixner05fa7852009-11-17 14:28:38 +0100357 raw_spin_unlock(&rq->lock);
Peter Zijlstra8f4d37e2008-01-25 21:08:29 +0100358
359 return HRTIMER_NORESTART;
360}
361
Rabin Vincent95e904c2008-05-11 05:55:33 +0530362#ifdef CONFIG_SMP
Peter Zijlstra31656512008-07-18 18:01:23 +0200363/*
364 * called from hardirq (IPI) context
365 */
366static void __hrtick_start(void *arg)
Peter Zijlstrab328ca12008-04-29 10:02:46 +0200367{
Peter Zijlstra31656512008-07-18 18:01:23 +0200368 struct rq *rq = arg;
Peter Zijlstrab328ca12008-04-29 10:02:46 +0200369
Thomas Gleixner05fa7852009-11-17 14:28:38 +0100370 raw_spin_lock(&rq->lock);
Peter Zijlstra31656512008-07-18 18:01:23 +0200371 hrtimer_restart(&rq->hrtick_timer);
372 rq->hrtick_csd_pending = 0;
Thomas Gleixner05fa7852009-11-17 14:28:38 +0100373 raw_spin_unlock(&rq->lock);
Peter Zijlstrab328ca12008-04-29 10:02:46 +0200374}
375
Peter Zijlstra31656512008-07-18 18:01:23 +0200376/*
377 * Called to set the hrtick timer state.
378 *
379 * called with rq->lock held and irqs disabled
380 */
Peter Zijlstra029632f2011-10-25 10:00:11 +0200381void hrtick_start(struct rq *rq, u64 delay)
Peter Zijlstrab328ca12008-04-29 10:02:46 +0200382{
Peter Zijlstra31656512008-07-18 18:01:23 +0200383 struct hrtimer *timer = &rq->hrtick_timer;
384 ktime_t time = ktime_add_ns(timer->base->get_time(), delay);
Peter Zijlstrab328ca12008-04-29 10:02:46 +0200385
Arjan van de Vencc584b22008-09-01 15:02:30 -0700386 hrtimer_set_expires(timer, time);
Peter Zijlstra31656512008-07-18 18:01:23 +0200387
388 if (rq == this_rq()) {
389 hrtimer_restart(timer);
390 } else if (!rq->hrtick_csd_pending) {
Peter Zijlstra6e275632009-02-25 13:59:48 +0100391 __smp_call_function_single(cpu_of(rq), &rq->hrtick_csd, 0);
Peter Zijlstra31656512008-07-18 18:01:23 +0200392 rq->hrtick_csd_pending = 1;
393 }
Peter Zijlstrab328ca12008-04-29 10:02:46 +0200394}
395
396static int
397hotplug_hrtick(struct notifier_block *nfb, unsigned long action, void *hcpu)
398{
399 int cpu = (int)(long)hcpu;
400
401 switch (action) {
402 case CPU_UP_CANCELED:
403 case CPU_UP_CANCELED_FROZEN:
404 case CPU_DOWN_PREPARE:
405 case CPU_DOWN_PREPARE_FROZEN:
406 case CPU_DEAD:
407 case CPU_DEAD_FROZEN:
Peter Zijlstra31656512008-07-18 18:01:23 +0200408 hrtick_clear(cpu_rq(cpu));
Peter Zijlstrab328ca12008-04-29 10:02:46 +0200409 return NOTIFY_OK;
410 }
411
412 return NOTIFY_DONE;
413}
414
Rakib Mullickfa748202008-09-22 14:55:45 -0700415static __init void init_hrtick(void)
Peter Zijlstrab328ca12008-04-29 10:02:46 +0200416{
417 hotcpu_notifier(hotplug_hrtick, 0);
418}
Peter Zijlstra31656512008-07-18 18:01:23 +0200419#else
420/*
421 * Called to set the hrtick timer state.
422 *
423 * called with rq->lock held and irqs disabled
424 */
Peter Zijlstra029632f2011-10-25 10:00:11 +0200425void hrtick_start(struct rq *rq, u64 delay)
Peter Zijlstra31656512008-07-18 18:01:23 +0200426{
Peter Zijlstra7f1e2ca2009-03-13 12:21:27 +0100427 __hrtimer_start_range_ns(&rq->hrtick_timer, ns_to_ktime(delay), 0,
Arun R Bharadwaj5c333862009-04-16 12:14:37 +0530428 HRTIMER_MODE_REL_PINNED, 0);
Peter Zijlstra31656512008-07-18 18:01:23 +0200429}
430
Andrew Morton006c75f2008-09-22 14:55:46 -0700431static inline void init_hrtick(void)
Peter Zijlstra31656512008-07-18 18:01:23 +0200432{
433}
Rabin Vincent95e904c2008-05-11 05:55:33 +0530434#endif /* CONFIG_SMP */
Peter Zijlstrab328ca12008-04-29 10:02:46 +0200435
436static void init_rq_hrtick(struct rq *rq)
Peter Zijlstra8f4d37e2008-01-25 21:08:29 +0100437{
Peter Zijlstra31656512008-07-18 18:01:23 +0200438#ifdef CONFIG_SMP
439 rq->hrtick_csd_pending = 0;
440
441 rq->hrtick_csd.flags = 0;
442 rq->hrtick_csd.func = __hrtick_start;
443 rq->hrtick_csd.info = rq;
444#endif
445
Peter Zijlstra8f4d37e2008-01-25 21:08:29 +0100446 hrtimer_init(&rq->hrtick_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
447 rq->hrtick_timer.function = hrtick;
Peter Zijlstra8f4d37e2008-01-25 21:08:29 +0100448}
Andrew Morton006c75f2008-09-22 14:55:46 -0700449#else /* CONFIG_SCHED_HRTICK */
Peter Zijlstra8f4d37e2008-01-25 21:08:29 +0100450static inline void hrtick_clear(struct rq *rq)
451{
452}
453
Peter Zijlstra8f4d37e2008-01-25 21:08:29 +0100454static inline void init_rq_hrtick(struct rq *rq)
455{
456}
457
Peter Zijlstrab328ca12008-04-29 10:02:46 +0200458static inline void init_hrtick(void)
459{
460}
Andrew Morton006c75f2008-09-22 14:55:46 -0700461#endif /* CONFIG_SCHED_HRTICK */
Peter Zijlstra8f4d37e2008-01-25 21:08:29 +0100462
Ingo Molnar1b9f19c2007-07-09 18:51:59 +0200463/*
Ingo Molnarc24d20d2007-07-09 18:51:59 +0200464 * resched_task - mark a task 'to be rescheduled now'.
465 *
466 * On UP this means the setting of the need_resched flag, on SMP it
467 * might also involve a cross-CPU call to trigger the scheduler on
468 * the target CPU.
469 */
470#ifdef CONFIG_SMP
471
472#ifndef tsk_is_polling
473#define tsk_is_polling(t) test_tsk_thread_flag(t, TIF_POLLING_NRFLAG)
474#endif
475
Peter Zijlstra029632f2011-10-25 10:00:11 +0200476void resched_task(struct task_struct *p)
Ingo Molnarc24d20d2007-07-09 18:51:59 +0200477{
478 int cpu;
479
Thomas Gleixner05fa7852009-11-17 14:28:38 +0100480 assert_raw_spin_locked(&task_rq(p)->lock);
Ingo Molnarc24d20d2007-07-09 18:51:59 +0200481
Lai Jiangshan5ed0cec2009-03-06 19:40:20 +0800482 if (test_tsk_need_resched(p))
Ingo Molnarc24d20d2007-07-09 18:51:59 +0200483 return;
484
Lai Jiangshan5ed0cec2009-03-06 19:40:20 +0800485 set_tsk_need_resched(p);
Ingo Molnarc24d20d2007-07-09 18:51:59 +0200486
487 cpu = task_cpu(p);
488 if (cpu == smp_processor_id())
489 return;
490
491 /* NEED_RESCHED must be visible before we test polling */
492 smp_mb();
493 if (!tsk_is_polling(p))
494 smp_send_reschedule(cpu);
495}
496
Peter Zijlstra029632f2011-10-25 10:00:11 +0200497void resched_cpu(int cpu)
Ingo Molnarc24d20d2007-07-09 18:51:59 +0200498{
499 struct rq *rq = cpu_rq(cpu);
500 unsigned long flags;
501
Thomas Gleixner05fa7852009-11-17 14:28:38 +0100502 if (!raw_spin_trylock_irqsave(&rq->lock, flags))
Ingo Molnarc24d20d2007-07-09 18:51:59 +0200503 return;
504 resched_task(cpu_curr(cpu));
Thomas Gleixner05fa7852009-11-17 14:28:38 +0100505 raw_spin_unlock_irqrestore(&rq->lock, flags);
Ingo Molnarc24d20d2007-07-09 18:51:59 +0200506}
Thomas Gleixner06d83082008-03-22 09:20:24 +0100507
508#ifdef CONFIG_NO_HZ
509/*
Venkatesh Pallipadi83cd4fe2010-05-21 17:09:41 -0700510 * In the semi idle case, use the nearest busy cpu for migrating timers
511 * from an idle cpu. This is good for power-savings.
512 *
513 * We don't do similar optimization for completely idle system, as
514 * selecting an idle cpu will add more delays to the timers than intended
515 * (as that cpu's timer base may not be uptodate wrt jiffies etc).
516 */
517int get_nohz_timer_target(void)
518{
519 int cpu = smp_processor_id();
520 int i;
521 struct sched_domain *sd;
522
Peter Zijlstra057f3fa2011-04-18 11:24:34 +0200523 rcu_read_lock();
Venkatesh Pallipadi83cd4fe2010-05-21 17:09:41 -0700524 for_each_domain(cpu, sd) {
Peter Zijlstra057f3fa2011-04-18 11:24:34 +0200525 for_each_cpu(i, sched_domain_span(sd)) {
526 if (!idle_cpu(i)) {
527 cpu = i;
528 goto unlock;
529 }
530 }
Venkatesh Pallipadi83cd4fe2010-05-21 17:09:41 -0700531 }
Peter Zijlstra057f3fa2011-04-18 11:24:34 +0200532unlock:
533 rcu_read_unlock();
Venkatesh Pallipadi83cd4fe2010-05-21 17:09:41 -0700534 return cpu;
535}
536/*
Thomas Gleixner06d83082008-03-22 09:20:24 +0100537 * When add_timer_on() enqueues a timer into the timer wheel of an
538 * idle CPU then this timer might expire before the next timer event
539 * which is scheduled to wake up that CPU. In case of a completely
540 * idle system the next event might even be infinite time into the
541 * future. wake_up_idle_cpu() ensures that the CPU is woken up and
542 * leaves the inner idle loop so the newly added timer is taken into
543 * account when the CPU goes back to idle and evaluates the timer
544 * wheel for the next timer event.
545 */
546void wake_up_idle_cpu(int cpu)
547{
548 struct rq *rq = cpu_rq(cpu);
549
550 if (cpu == smp_processor_id())
551 return;
552
553 /*
554 * This is safe, as this function is called with the timer
555 * wheel base lock of (cpu) held. When the CPU is on the way
556 * to idle and has not yet set rq->curr to idle then it will
557 * be serialized on the timer wheel base lock and take the new
558 * timer into account automatically.
559 */
560 if (rq->curr != rq->idle)
561 return;
562
563 /*
564 * We can set TIF_RESCHED on the idle task of the other CPU
565 * lockless. The worst case is that the other CPU runs the
566 * idle task through an additional NOOP schedule()
567 */
Lai Jiangshan5ed0cec2009-03-06 19:40:20 +0800568 set_tsk_need_resched(rq->idle);
Thomas Gleixner06d83082008-03-22 09:20:24 +0100569
570 /* NEED_RESCHED must be visible before we test polling */
571 smp_mb();
572 if (!tsk_is_polling(rq->idle))
573 smp_send_reschedule(cpu);
574}
Mike Galbraith39c0cbe2010-03-11 17:17:13 +0100575
Suresh Siddhaca380622011-10-03 15:09:00 -0700576static inline bool got_nohz_idle_kick(void)
577{
578 return idle_cpu(smp_processor_id()) && this_rq()->nohz_balance_kick;
579}
580
581#else /* CONFIG_NO_HZ */
582
583static inline bool got_nohz_idle_kick(void)
584{
585 return false;
586}
587
Dhaval Giani6d6bc0a2008-05-30 14:23:45 +0200588#endif /* CONFIG_NO_HZ */
Thomas Gleixner06d83082008-03-22 09:20:24 +0100589
Peter Zijlstra029632f2011-10-25 10:00:11 +0200590void sched_avg_update(struct rq *rq)
Peter Zijlstrae9e92502009-09-01 10:34:37 +0200591{
592 s64 period = sched_avg_period();
593
594 while ((s64)(rq->clock - rq->age_stamp) > period) {
Will Deacon0d98bb22010-05-24 12:11:43 -0700595 /*
596 * Inline assembly required to prevent the compiler
597 * optimising this loop into a divmod call.
598 * See __iter_div_u64_rem() for another example of this.
599 */
600 asm("" : "+rm" (rq->age_stamp));
Peter Zijlstrae9e92502009-09-01 10:34:37 +0200601 rq->age_stamp += period;
602 rq->rt_avg /= 2;
603 }
604}
605
Dhaval Giani6d6bc0a2008-05-30 14:23:45 +0200606#else /* !CONFIG_SMP */
Peter Zijlstra029632f2011-10-25 10:00:11 +0200607void resched_task(struct task_struct *p)
Ingo Molnarc24d20d2007-07-09 18:51:59 +0200608{
Thomas Gleixner05fa7852009-11-17 14:28:38 +0100609 assert_raw_spin_locked(&task_rq(p)->lock);
Peter Zijlstra31656512008-07-18 18:01:23 +0200610 set_tsk_need_resched(p);
Ingo Molnarc24d20d2007-07-09 18:51:59 +0200611}
Dhaval Giani6d6bc0a2008-05-30 14:23:45 +0200612#endif /* CONFIG_SMP */
Ingo Molnarc24d20d2007-07-09 18:51:59 +0200613
Paul Turnera790de92011-07-21 09:43:29 -0700614#if defined(CONFIG_RT_GROUP_SCHED) || (defined(CONFIG_FAIR_GROUP_SCHED) && \
615 (defined(CONFIG_SMP) || defined(CONFIG_CFS_BANDWIDTH)))
Peter Zijlstraeb755802008-08-19 12:33:05 +0200616/*
Paul Turner82774342011-07-21 09:43:35 -0700617 * Iterate task_group tree rooted at *from, calling @down when first entering a
618 * node and @up when leaving it for the final time.
619 *
620 * Caller must hold rcu_lock or sufficient equivalent.
Peter Zijlstraeb755802008-08-19 12:33:05 +0200621 */
Peter Zijlstra029632f2011-10-25 10:00:11 +0200622int walk_tg_tree_from(struct task_group *from,
Paul Turner82774342011-07-21 09:43:35 -0700623 tg_visitor down, tg_visitor up, void *data)
Peter Zijlstraeb755802008-08-19 12:33:05 +0200624{
625 struct task_group *parent, *child;
626 int ret;
627
Paul Turner82774342011-07-21 09:43:35 -0700628 parent = from;
629
Peter Zijlstraeb755802008-08-19 12:33:05 +0200630down:
631 ret = (*down)(parent, data);
632 if (ret)
Paul Turner82774342011-07-21 09:43:35 -0700633 goto out;
Peter Zijlstraeb755802008-08-19 12:33:05 +0200634 list_for_each_entry_rcu(child, &parent->children, siblings) {
635 parent = child;
636 goto down;
637
638up:
639 continue;
640 }
641 ret = (*up)(parent, data);
Paul Turner82774342011-07-21 09:43:35 -0700642 if (ret || parent == from)
643 goto out;
Peter Zijlstraeb755802008-08-19 12:33:05 +0200644
645 child = parent;
646 parent = parent->parent;
647 if (parent)
648 goto up;
Paul Turner82774342011-07-21 09:43:35 -0700649out:
Peter Zijlstraeb755802008-08-19 12:33:05 +0200650 return ret;
651}
652
Peter Zijlstra029632f2011-10-25 10:00:11 +0200653int tg_nop(struct task_group *tg, void *data)
Peter Zijlstraeb755802008-08-19 12:33:05 +0200654{
655 return 0;
656}
657#endif
658
Peter Zijlstra029632f2011-10-25 10:00:11 +0200659void update_cpu_load(struct rq *this_rq);
Ingo Molnar9c217242007-08-02 17:41:40 +0200660
Ingo Molnar45bf76d2007-07-09 18:51:59 +0200661static void set_load_weight(struct task_struct *p)
662{
Nikhil Raof05998d2011-05-18 10:09:38 -0700663 int prio = p->static_prio - MAX_RT_PRIO;
664 struct load_weight *load = &p->se.load;
665
Ingo Molnardd41f592007-07-09 18:51:59 +0200666 /*
667 * SCHED_IDLE tasks get minimal weight:
668 */
669 if (p->policy == SCHED_IDLE) {
Nikhil Raoc8b28112011-05-18 14:37:48 -0700670 load->weight = scale_load(WEIGHT_IDLEPRIO);
Nikhil Raof05998d2011-05-18 10:09:38 -0700671 load->inv_weight = WMULT_IDLEPRIO;
Ingo Molnardd41f592007-07-09 18:51:59 +0200672 return;
673 }
674
Nikhil Raoc8b28112011-05-18 14:37:48 -0700675 load->weight = scale_load(prio_to_weight[prio]);
Nikhil Raof05998d2011-05-18 10:09:38 -0700676 load->inv_weight = prio_to_wmult[prio];
Ingo Molnar45bf76d2007-07-09 18:51:59 +0200677}
678
Peter Zijlstra371fd7e2010-03-24 16:38:48 +0100679static void enqueue_task(struct rq *rq, struct task_struct *p, int flags)
Gregory Haskins2087a1a2008-06-27 14:30:00 -0600680{
Mike Galbraitha64692a2010-03-11 17:16:20 +0100681 update_rq_clock(rq);
Ingo Molnar71f8bd42007-07-09 18:51:59 +0200682 sched_info_queued(p);
Peter Zijlstra371fd7e2010-03-24 16:38:48 +0100683 p->sched_class->enqueue_task(rq, p, flags);
Ingo Molnardd41f592007-07-09 18:51:59 +0200684}
685
Peter Zijlstra371fd7e2010-03-24 16:38:48 +0100686static void dequeue_task(struct rq *rq, struct task_struct *p, int flags)
Ingo Molnardd41f592007-07-09 18:51:59 +0200687{
Mike Galbraitha64692a2010-03-11 17:16:20 +0100688 update_rq_clock(rq);
Ankita Garg46ac22b2008-07-01 14:30:06 +0530689 sched_info_dequeued(p);
Peter Zijlstra371fd7e2010-03-24 16:38:48 +0100690 p->sched_class->dequeue_task(rq, p, flags);
Ingo Molnar71f8bd42007-07-09 18:51:59 +0200691}
692
693/*
Peter Zijlstra1e3c88b2009-12-17 17:00:43 +0100694 * activate_task - move a task to the runqueue.
695 */
Peter Zijlstra029632f2011-10-25 10:00:11 +0200696void activate_task(struct rq *rq, struct task_struct *p, int flags)
Peter Zijlstra1e3c88b2009-12-17 17:00:43 +0100697{
698 if (task_contributes_to_load(p))
699 rq->nr_uninterruptible--;
700
Peter Zijlstra371fd7e2010-03-24 16:38:48 +0100701 enqueue_task(rq, p, flags);
Peter Zijlstra1e3c88b2009-12-17 17:00:43 +0100702}
703
704/*
705 * deactivate_task - remove a task from the runqueue.
706 */
Peter Zijlstra029632f2011-10-25 10:00:11 +0200707void deactivate_task(struct rq *rq, struct task_struct *p, int flags)
Peter Zijlstra1e3c88b2009-12-17 17:00:43 +0100708{
709 if (task_contributes_to_load(p))
710 rq->nr_uninterruptible++;
711
Peter Zijlstra371fd7e2010-03-24 16:38:48 +0100712 dequeue_task(rq, p, flags);
Peter Zijlstra1e3c88b2009-12-17 17:00:43 +0100713}
714
Venkatesh Pallipadib52bfee2010-10-04 17:03:19 -0700715#ifdef CONFIG_IRQ_TIME_ACCOUNTING
716
Venkatesh Pallipadi305e6832010-10-04 17:03:21 -0700717/*
718 * There are no locks covering percpu hardirq/softirq time.
719 * They are only modified in account_system_vtime, on corresponding CPU
720 * with interrupts disabled. So, writes are safe.
721 * They are read and saved off onto struct rq in update_rq_clock().
722 * This may result in other CPU reading this CPU's irq time and can
723 * race with irq/account_system_vtime on this CPU. We would either get old
Peter Zijlstra8e92c202010-12-09 14:15:34 +0100724 * or new value with a side effect of accounting a slice of irq time to wrong
725 * task when irq is in progress while we read rq->clock. That is a worthy
726 * compromise in place of having locks on each irq in account_system_time.
Venkatesh Pallipadi305e6832010-10-04 17:03:21 -0700727 */
Venkatesh Pallipadib52bfee2010-10-04 17:03:19 -0700728static DEFINE_PER_CPU(u64, cpu_hardirq_time);
729static DEFINE_PER_CPU(u64, cpu_softirq_time);
730
731static DEFINE_PER_CPU(u64, irq_start_time);
732static int sched_clock_irqtime;
733
734void enable_sched_clock_irqtime(void)
735{
736 sched_clock_irqtime = 1;
737}
738
739void disable_sched_clock_irqtime(void)
740{
741 sched_clock_irqtime = 0;
742}
743
Peter Zijlstra8e92c202010-12-09 14:15:34 +0100744#ifndef CONFIG_64BIT
745static DEFINE_PER_CPU(seqcount_t, irq_time_seq);
746
747static inline void irq_time_write_begin(void)
748{
749 __this_cpu_inc(irq_time_seq.sequence);
750 smp_wmb();
751}
752
753static inline void irq_time_write_end(void)
754{
755 smp_wmb();
756 __this_cpu_inc(irq_time_seq.sequence);
757}
758
759static inline u64 irq_time_read(int cpu)
760{
761 u64 irq_time;
762 unsigned seq;
763
764 do {
765 seq = read_seqcount_begin(&per_cpu(irq_time_seq, cpu));
766 irq_time = per_cpu(cpu_softirq_time, cpu) +
767 per_cpu(cpu_hardirq_time, cpu);
768 } while (read_seqcount_retry(&per_cpu(irq_time_seq, cpu), seq));
769
770 return irq_time;
771}
772#else /* CONFIG_64BIT */
773static inline void irq_time_write_begin(void)
774{
775}
776
777static inline void irq_time_write_end(void)
778{
779}
780
781static inline u64 irq_time_read(int cpu)
Venkatesh Pallipadi305e6832010-10-04 17:03:21 -0700782{
Venkatesh Pallipadi305e6832010-10-04 17:03:21 -0700783 return per_cpu(cpu_softirq_time, cpu) + per_cpu(cpu_hardirq_time, cpu);
784}
Peter Zijlstra8e92c202010-12-09 14:15:34 +0100785#endif /* CONFIG_64BIT */
Venkatesh Pallipadi305e6832010-10-04 17:03:21 -0700786
Peter Zijlstrafe44d622010-12-09 14:15:34 +0100787/*
788 * Called before incrementing preempt_count on {soft,}irq_enter
789 * and before decrementing preempt_count on {soft,}irq_exit.
790 */
Venkatesh Pallipadib52bfee2010-10-04 17:03:19 -0700791void account_system_vtime(struct task_struct *curr)
792{
793 unsigned long flags;
Peter Zijlstrafe44d622010-12-09 14:15:34 +0100794 s64 delta;
Venkatesh Pallipadib52bfee2010-10-04 17:03:19 -0700795 int cpu;
Venkatesh Pallipadib52bfee2010-10-04 17:03:19 -0700796
797 if (!sched_clock_irqtime)
798 return;
799
800 local_irq_save(flags);
801
Venkatesh Pallipadib52bfee2010-10-04 17:03:19 -0700802 cpu = smp_processor_id();
Peter Zijlstrafe44d622010-12-09 14:15:34 +0100803 delta = sched_clock_cpu(cpu) - __this_cpu_read(irq_start_time);
804 __this_cpu_add(irq_start_time, delta);
805
Peter Zijlstra8e92c202010-12-09 14:15:34 +0100806 irq_time_write_begin();
Venkatesh Pallipadib52bfee2010-10-04 17:03:19 -0700807 /*
808 * We do not account for softirq time from ksoftirqd here.
809 * We want to continue accounting softirq time to ksoftirqd thread
810 * in that case, so as not to confuse scheduler with a special task
811 * that do not consume any time, but still wants to run.
812 */
813 if (hardirq_count())
Peter Zijlstrafe44d622010-12-09 14:15:34 +0100814 __this_cpu_add(cpu_hardirq_time, delta);
Venkatesh Pallipadi4dd53d82010-12-21 17:09:00 -0800815 else if (in_serving_softirq() && curr != this_cpu_ksoftirqd())
Peter Zijlstrafe44d622010-12-09 14:15:34 +0100816 __this_cpu_add(cpu_softirq_time, delta);
Venkatesh Pallipadib52bfee2010-10-04 17:03:19 -0700817
Peter Zijlstra8e92c202010-12-09 14:15:34 +0100818 irq_time_write_end();
Venkatesh Pallipadib52bfee2010-10-04 17:03:19 -0700819 local_irq_restore(flags);
820}
Ingo Molnarb7dadc32010-10-18 20:00:37 +0200821EXPORT_SYMBOL_GPL(account_system_vtime);
Venkatesh Pallipadib52bfee2010-10-04 17:03:19 -0700822
Glauber Costae6e66852011-07-11 15:28:17 -0400823#endif /* CONFIG_IRQ_TIME_ACCOUNTING */
824
825#ifdef CONFIG_PARAVIRT
826static inline u64 steal_ticks(u64 steal)
827{
828 if (unlikely(steal > NSEC_PER_SEC))
829 return div_u64(steal, TICK_NSEC);
830
831 return __iter_div_u64_rem(steal, TICK_NSEC, &steal);
832}
833#endif
834
Peter Zijlstrafe44d622010-12-09 14:15:34 +0100835static void update_rq_clock_task(struct rq *rq, s64 delta)
Venkatesh Pallipadiaa483802010-10-04 17:03:22 -0700836{
Glauber Costa095c0aa2011-07-11 15:28:18 -0400837/*
838 * In theory, the compile should just see 0 here, and optimize out the call
839 * to sched_rt_avg_update. But I don't trust it...
840 */
841#if defined(CONFIG_IRQ_TIME_ACCOUNTING) || defined(CONFIG_PARAVIRT_TIME_ACCOUNTING)
842 s64 steal = 0, irq_delta = 0;
843#endif
844#ifdef CONFIG_IRQ_TIME_ACCOUNTING
Peter Zijlstra8e92c202010-12-09 14:15:34 +0100845 irq_delta = irq_time_read(cpu_of(rq)) - rq->prev_irq_time;
Peter Zijlstrafe44d622010-12-09 14:15:34 +0100846
847 /*
848 * Since irq_time is only updated on {soft,}irq_exit, we might run into
849 * this case when a previous update_rq_clock() happened inside a
850 * {soft,}irq region.
851 *
852 * When this happens, we stop ->clock_task and only update the
853 * prev_irq_time stamp to account for the part that fit, so that a next
854 * update will consume the rest. This ensures ->clock_task is
855 * monotonic.
856 *
857 * It does however cause some slight miss-attribution of {soft,}irq
858 * time, a more accurate solution would be to update the irq_time using
859 * the current rq->clock timestamp, except that would require using
860 * atomic ops.
861 */
862 if (irq_delta > delta)
863 irq_delta = delta;
864
865 rq->prev_irq_time += irq_delta;
866 delta -= irq_delta;
Glauber Costa095c0aa2011-07-11 15:28:18 -0400867#endif
868#ifdef CONFIG_PARAVIRT_TIME_ACCOUNTING
869 if (static_branch((&paravirt_steal_rq_enabled))) {
870 u64 st;
871
872 steal = paravirt_steal_clock(cpu_of(rq));
873 steal -= rq->prev_steal_time_rq;
874
875 if (unlikely(steal > delta))
876 steal = delta;
877
878 st = steal_ticks(steal);
879 steal = st * TICK_NSEC;
880
881 rq->prev_steal_time_rq += steal;
882
883 delta -= steal;
884 }
885#endif
886
Peter Zijlstrafe44d622010-12-09 14:15:34 +0100887 rq->clock_task += delta;
888
Glauber Costa095c0aa2011-07-11 15:28:18 -0400889#if defined(CONFIG_IRQ_TIME_ACCOUNTING) || defined(CONFIG_PARAVIRT_TIME_ACCOUNTING)
890 if ((irq_delta + steal) && sched_feat(NONTASK_POWER))
891 sched_rt_avg_update(rq, irq_delta + steal);
892#endif
Venkatesh Pallipadiaa483802010-10-04 17:03:22 -0700893}
894
Glauber Costa095c0aa2011-07-11 15:28:18 -0400895#ifdef CONFIG_IRQ_TIME_ACCOUNTING
Venkatesh Pallipadiabb74ce2010-12-21 17:09:03 -0800896static int irqtime_account_hi_update(void)
897{
898 struct cpu_usage_stat *cpustat = &kstat_this_cpu.cpustat;
899 unsigned long flags;
900 u64 latest_ns;
901 int ret = 0;
902
903 local_irq_save(flags);
904 latest_ns = this_cpu_read(cpu_hardirq_time);
905 if (cputime64_gt(nsecs_to_cputime64(latest_ns), cpustat->irq))
906 ret = 1;
907 local_irq_restore(flags);
908 return ret;
909}
910
911static int irqtime_account_si_update(void)
912{
913 struct cpu_usage_stat *cpustat = &kstat_this_cpu.cpustat;
914 unsigned long flags;
915 u64 latest_ns;
916 int ret = 0;
917
918 local_irq_save(flags);
919 latest_ns = this_cpu_read(cpu_softirq_time);
920 if (cputime64_gt(nsecs_to_cputime64(latest_ns), cpustat->softirq))
921 ret = 1;
922 local_irq_restore(flags);
923 return ret;
924}
925
Peter Zijlstrafe44d622010-12-09 14:15:34 +0100926#else /* CONFIG_IRQ_TIME_ACCOUNTING */
Venkatesh Pallipadi305e6832010-10-04 17:03:21 -0700927
Venkatesh Pallipadiabb74ce2010-12-21 17:09:03 -0800928#define sched_clock_irqtime (0)
929
Glauber Costa095c0aa2011-07-11 15:28:18 -0400930#endif
Venkatesh Pallipadib52bfee2010-10-04 17:03:19 -0700931
Peter Zijlstra34f971f2010-09-22 13:53:15 +0200932void sched_set_stop_task(int cpu, struct task_struct *stop)
933{
934 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 };
935 struct task_struct *old_stop = cpu_rq(cpu)->stop;
936
937 if (stop) {
938 /*
939 * Make it appear like a SCHED_FIFO task, its something
940 * userspace knows about and won't get confused about.
941 *
942 * Also, it will make PI more or less work without too
943 * much confusion -- but then, stop work should not
944 * rely on PI working anyway.
945 */
946 sched_setscheduler_nocheck(stop, SCHED_FIFO, &param);
947
948 stop->sched_class = &stop_sched_class;
949 }
950
951 cpu_rq(cpu)->stop = stop;
952
953 if (old_stop) {
954 /*
955 * Reset it back to a normal scheduling class so that
956 * it can die in pieces.
957 */
958 old_stop->sched_class = &rt_sched_class;
959 }
960}
961
Peter Zijlstra1e3c88b2009-12-17 17:00:43 +0100962/*
Ingo Molnardd41f592007-07-09 18:51:59 +0200963 * __normal_prio - return the priority that is based on the static prio
Ingo Molnar71f8bd42007-07-09 18:51:59 +0200964 */
Ingo Molnar14531182007-07-09 18:51:59 +0200965static inline int __normal_prio(struct task_struct *p)
966{
Ingo Molnardd41f592007-07-09 18:51:59 +0200967 return p->static_prio;
Ingo Molnar14531182007-07-09 18:51:59 +0200968}
969
970/*
Ingo Molnarb29739f2006-06-27 02:54:51 -0700971 * Calculate the expected normal priority: i.e. priority
972 * without taking RT-inheritance into account. Might be
973 * boosted by interactivity modifiers. Changes upon fork,
974 * setprio syscalls, and whenever the interactivity
975 * estimator recalculates.
976 */
Ingo Molnar36c8b582006-07-03 00:25:41 -0700977static inline int normal_prio(struct task_struct *p)
Ingo Molnarb29739f2006-06-27 02:54:51 -0700978{
979 int prio;
980
Ingo Molnare05606d2007-07-09 18:51:59 +0200981 if (task_has_rt_policy(p))
Ingo Molnarb29739f2006-06-27 02:54:51 -0700982 prio = MAX_RT_PRIO-1 - p->rt_priority;
983 else
984 prio = __normal_prio(p);
985 return prio;
986}
987
988/*
989 * Calculate the current priority, i.e. the priority
990 * taken into account by the scheduler. This value might
991 * be boosted by RT tasks, or might be boosted by
992 * interactivity modifiers. Will be RT if the task got
993 * RT-boosted. If not then it returns p->normal_prio.
994 */
Ingo Molnar36c8b582006-07-03 00:25:41 -0700995static int effective_prio(struct task_struct *p)
Ingo Molnarb29739f2006-06-27 02:54:51 -0700996{
997 p->normal_prio = normal_prio(p);
998 /*
999 * If we are RT tasks or we were boosted to RT priority,
1000 * keep the priority unchanged. Otherwise, update priority
1001 * to the normal priority:
1002 */
1003 if (!rt_prio(p->prio))
1004 return p->normal_prio;
1005 return p->prio;
1006}
1007
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008/**
1009 * task_curr - is this task currently executing on a CPU?
1010 * @p: the task in question.
1011 */
Ingo Molnar36c8b582006-07-03 00:25:41 -07001012inline int task_curr(const struct task_struct *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013{
1014 return cpu_curr(task_cpu(p)) == p;
1015}
1016
Steven Rostedtcb469842008-01-25 21:08:22 +01001017static inline void check_class_changed(struct rq *rq, struct task_struct *p,
1018 const struct sched_class *prev_class,
Peter Zijlstrada7a7352011-01-17 17:03:27 +01001019 int oldprio)
Steven Rostedtcb469842008-01-25 21:08:22 +01001020{
1021 if (prev_class != p->sched_class) {
1022 if (prev_class->switched_from)
Peter Zijlstrada7a7352011-01-17 17:03:27 +01001023 prev_class->switched_from(rq, p);
1024 p->sched_class->switched_to(rq, p);
1025 } else if (oldprio != p->prio)
1026 p->sched_class->prio_changed(rq, p, oldprio);
Steven Rostedtcb469842008-01-25 21:08:22 +01001027}
1028
Peter Zijlstra029632f2011-10-25 10:00:11 +02001029void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags)
Peter Zijlstra1e5a7402010-10-31 12:37:04 +01001030{
1031 const struct sched_class *class;
1032
1033 if (p->sched_class == rq->curr->sched_class) {
1034 rq->curr->sched_class->check_preempt_curr(rq, p, flags);
1035 } else {
1036 for_each_class(class) {
1037 if (class == rq->curr->sched_class)
1038 break;
1039 if (class == p->sched_class) {
1040 resched_task(rq->curr);
1041 break;
1042 }
1043 }
1044 }
1045
1046 /*
1047 * A queue event has occurred, and we're going to schedule. In
1048 * this case, we can save a useless back to back clock update.
1049 */
Peter Zijlstrafd2f4412011-04-05 17:23:44 +02001050 if (rq->curr->on_rq && test_tsk_need_resched(rq->curr))
Peter Zijlstra1e5a7402010-10-31 12:37:04 +01001051 rq->skip_clock_update = 1;
1052}
1053
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054#ifdef CONFIG_SMP
Ingo Molnardd41f592007-07-09 18:51:59 +02001055void set_task_cpu(struct task_struct *p, unsigned int new_cpu)
Ingo Molnarc65cc872007-07-09 18:51:58 +02001056{
Peter Zijlstrae2912002009-12-16 18:04:36 +01001057#ifdef CONFIG_SCHED_DEBUG
1058 /*
1059 * We should never call set_task_cpu() on a blocked task,
1060 * ttwu() will sort out the placement.
1061 */
Peter Zijlstra077614e2009-12-17 13:16:31 +01001062 WARN_ON_ONCE(p->state != TASK_RUNNING && p->state != TASK_WAKING &&
1063 !(task_thread_info(p)->preempt_count & PREEMPT_ACTIVE));
Peter Zijlstra0122ec52011-04-05 17:23:51 +02001064
1065#ifdef CONFIG_LOCKDEP
Peter Zijlstra6c6c54e2011-06-03 17:37:07 +02001066 /*
1067 * The caller should hold either p->pi_lock or rq->lock, when changing
1068 * a task's CPU. ->pi_lock for waking tasks, rq->lock for runnable tasks.
1069 *
1070 * sched_move_task() holds both and thus holding either pins the cgroup,
1071 * see set_task_rq().
1072 *
1073 * Furthermore, all task_rq users should acquire both locks, see
1074 * task_rq_lock().
1075 */
Peter Zijlstra0122ec52011-04-05 17:23:51 +02001076 WARN_ON_ONCE(debug_locks && !(lockdep_is_held(&p->pi_lock) ||
1077 lockdep_is_held(&task_rq(p)->lock)));
1078#endif
Peter Zijlstrae2912002009-12-16 18:04:36 +01001079#endif
1080
Mathieu Desnoyersde1d7282009-05-05 16:49:59 +08001081 trace_sched_migrate_task(p, new_cpu);
Peter Zijlstracbc34ed2008-12-10 08:08:22 +01001082
Peter Zijlstra0c697742009-12-22 15:43:19 +01001083 if (task_cpu(p) != new_cpu) {
1084 p->se.nr_migrations++;
Peter Zijlstraa8b0ca12011-06-27 14:41:57 +02001085 perf_sw_event(PERF_COUNT_SW_CPU_MIGRATIONS, 1, NULL, 0);
Peter Zijlstra0c697742009-12-22 15:43:19 +01001086 }
Ingo Molnardd41f592007-07-09 18:51:59 +02001087
1088 __set_task_cpu(p, new_cpu);
Ingo Molnarc65cc872007-07-09 18:51:58 +02001089}
1090
Tejun Heo969c7922010-05-06 18:49:21 +02001091struct migration_arg {
Ingo Molnar36c8b582006-07-03 00:25:41 -07001092 struct task_struct *task;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093 int dest_cpu;
Ingo Molnar70b97a72006-07-03 00:25:42 -07001094};
Linus Torvalds1da177e2005-04-16 15:20:36 -07001095
Tejun Heo969c7922010-05-06 18:49:21 +02001096static int migration_cpu_stop(void *data);
1097
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001099 * wait_task_inactive - wait for a thread to unschedule.
1100 *
Roland McGrath85ba2d82008-07-25 19:45:58 -07001101 * If @match_state is nonzero, it's the @p->state value just checked and
1102 * not expected to change. If it changes, i.e. @p might have woken up,
1103 * then return zero. When we succeed in waiting for @p to be off its CPU,
1104 * we return a positive number (its total switch count). If a second call
1105 * a short while later returns the same number, the caller can be sure that
1106 * @p has remained unscheduled the whole time.
1107 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108 * The caller must ensure that the task *will* unschedule sometime soon,
1109 * else this function might spin for a *long* time. This function can't
1110 * be called with interrupts off, or it may introduce deadlock with
1111 * smp_call_function() if an IPI is sent by the same process we are
1112 * waiting to become inactive.
1113 */
Roland McGrath85ba2d82008-07-25 19:45:58 -07001114unsigned long wait_task_inactive(struct task_struct *p, long match_state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115{
1116 unsigned long flags;
Ingo Molnardd41f592007-07-09 18:51:59 +02001117 int running, on_rq;
Roland McGrath85ba2d82008-07-25 19:45:58 -07001118 unsigned long ncsw;
Ingo Molnar70b97a72006-07-03 00:25:42 -07001119 struct rq *rq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120
Andi Kleen3a5c3592007-10-15 17:00:14 +02001121 for (;;) {
1122 /*
1123 * We do the initial early heuristics without holding
1124 * any task-queue locks at all. We'll only try to get
1125 * the runqueue lock when things look like they will
1126 * work out!
1127 */
1128 rq = task_rq(p);
Linus Torvaldsfa490cf2007-06-18 09:34:40 -07001129
Andi Kleen3a5c3592007-10-15 17:00:14 +02001130 /*
1131 * If the task is actively running on another CPU
1132 * still, just relax and busy-wait without holding
1133 * any locks.
1134 *
1135 * NOTE! Since we don't hold any locks, it's not
1136 * even sure that "rq" stays as the right runqueue!
1137 * But we don't care, since "task_running()" will
1138 * return false if the runqueue has changed and p
1139 * is actually now running somewhere else!
1140 */
Roland McGrath85ba2d82008-07-25 19:45:58 -07001141 while (task_running(rq, p)) {
1142 if (match_state && unlikely(p->state != match_state))
1143 return 0;
Andi Kleen3a5c3592007-10-15 17:00:14 +02001144 cpu_relax();
Roland McGrath85ba2d82008-07-25 19:45:58 -07001145 }
Linus Torvaldsfa490cf2007-06-18 09:34:40 -07001146
Andi Kleen3a5c3592007-10-15 17:00:14 +02001147 /*
1148 * Ok, time to look more closely! We need the rq
1149 * lock now, to be *sure*. If we're wrong, we'll
1150 * just go back and repeat.
1151 */
1152 rq = task_rq_lock(p, &flags);
Peter Zijlstra27a9da62010-05-04 20:36:56 +02001153 trace_sched_wait_task(p);
Andi Kleen3a5c3592007-10-15 17:00:14 +02001154 running = task_running(rq, p);
Peter Zijlstrafd2f4412011-04-05 17:23:44 +02001155 on_rq = p->on_rq;
Roland McGrath85ba2d82008-07-25 19:45:58 -07001156 ncsw = 0;
Oleg Nesterovf31e11d2008-08-20 16:54:44 -07001157 if (!match_state || p->state == match_state)
Oleg Nesterov93dcf552008-08-20 16:54:44 -07001158 ncsw = p->nvcsw | LONG_MIN; /* sets MSB */
Peter Zijlstra0122ec52011-04-05 17:23:51 +02001159 task_rq_unlock(rq, p, &flags);
Linus Torvaldsfa490cf2007-06-18 09:34:40 -07001160
Andi Kleen3a5c3592007-10-15 17:00:14 +02001161 /*
Roland McGrath85ba2d82008-07-25 19:45:58 -07001162 * If it changed from the expected state, bail out now.
1163 */
1164 if (unlikely(!ncsw))
1165 break;
1166
1167 /*
Andi Kleen3a5c3592007-10-15 17:00:14 +02001168 * Was it really running after all now that we
1169 * checked with the proper locks actually held?
1170 *
1171 * Oops. Go back and try again..
1172 */
1173 if (unlikely(running)) {
1174 cpu_relax();
1175 continue;
1176 }
1177
1178 /*
1179 * It's not enough that it's not actively running,
1180 * it must be off the runqueue _entirely_, and not
1181 * preempted!
1182 *
Luis Henriques80dd99b2009-03-16 19:58:09 +00001183 * So if it was still runnable (but just not actively
Andi Kleen3a5c3592007-10-15 17:00:14 +02001184 * running right now), it's preempted, and we should
1185 * yield - it could be a while.
1186 */
1187 if (unlikely(on_rq)) {
Thomas Gleixner8eb90c32011-02-23 23:52:21 +00001188 ktime_t to = ktime_set(0, NSEC_PER_SEC/HZ);
1189
1190 set_current_state(TASK_UNINTERRUPTIBLE);
1191 schedule_hrtimeout(&to, HRTIMER_MODE_REL);
Andi Kleen3a5c3592007-10-15 17:00:14 +02001192 continue;
1193 }
1194
1195 /*
1196 * Ahh, all good. It wasn't running, and it wasn't
1197 * runnable, which means that it will never become
1198 * running in the future either. We're all done!
1199 */
1200 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201 }
Roland McGrath85ba2d82008-07-25 19:45:58 -07001202
1203 return ncsw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204}
1205
1206/***
1207 * kick_process - kick a running thread to enter/exit the kernel
1208 * @p: the to-be-kicked thread
1209 *
1210 * Cause a process which is running on another CPU to enter
1211 * kernel-mode, without any delay. (to get signals handled.)
1212 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001213 * NOTE: this function doesn't have to take the runqueue lock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214 * because all it wants to ensure is that the remote task enters
1215 * the kernel. If the IPI races and the task has been migrated
1216 * to another CPU then no harm is done and the purpose has been
1217 * achieved as well.
1218 */
Ingo Molnar36c8b582006-07-03 00:25:41 -07001219void kick_process(struct task_struct *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001220{
1221 int cpu;
1222
1223 preempt_disable();
1224 cpu = task_cpu(p);
1225 if ((cpu != smp_processor_id()) && task_curr(p))
1226 smp_send_reschedule(cpu);
1227 preempt_enable();
1228}
Rusty Russellb43e3522009-06-12 22:27:00 -06001229EXPORT_SYMBOL_GPL(kick_process);
Nick Piggin476d1392005-06-25 14:57:29 -07001230#endif /* CONFIG_SMP */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231
Peter Zijlstra970b13b2009-11-25 13:31:39 +01001232#ifdef CONFIG_SMP
Oleg Nesterov30da6882010-03-15 10:10:19 +01001233/*
Peter Zijlstra013fdb82011-04-05 17:23:45 +02001234 * ->cpus_allowed is protected by both rq->lock and p->pi_lock
Oleg Nesterov30da6882010-03-15 10:10:19 +01001235 */
Peter Zijlstra5da9a0f2009-12-16 18:04:38 +01001236static int select_fallback_rq(int cpu, struct task_struct *p)
1237{
1238 int dest_cpu;
1239 const struct cpumask *nodemask = cpumask_of_node(cpu_to_node(cpu));
1240
1241 /* Look for allowed, online CPU in same node. */
1242 for_each_cpu_and(dest_cpu, nodemask, cpu_active_mask)
Peter Zijlstrafa17b502011-06-16 12:23:22 +02001243 if (cpumask_test_cpu(dest_cpu, tsk_cpus_allowed(p)))
Peter Zijlstra5da9a0f2009-12-16 18:04:38 +01001244 return dest_cpu;
1245
1246 /* Any allowed, online CPU? */
Peter Zijlstrafa17b502011-06-16 12:23:22 +02001247 dest_cpu = cpumask_any_and(tsk_cpus_allowed(p), cpu_active_mask);
Peter Zijlstra5da9a0f2009-12-16 18:04:38 +01001248 if (dest_cpu < nr_cpu_ids)
1249 return dest_cpu;
1250
1251 /* No more Mr. Nice Guy. */
Peter Zijlstra48c5ccae2010-11-13 19:32:29 +01001252 dest_cpu = cpuset_cpus_allowed_fallback(p);
1253 /*
1254 * Don't tell them about moving exiting tasks or
1255 * kernel threads (both mm NULL), since they never
1256 * leave kernel.
1257 */
1258 if (p->mm && printk_ratelimit()) {
1259 printk(KERN_INFO "process %d (%s) no longer affine to cpu%d\n",
1260 task_pid_nr(p), p->comm, cpu);
Peter Zijlstra5da9a0f2009-12-16 18:04:38 +01001261 }
1262
1263 return dest_cpu;
1264}
1265
Peter Zijlstrae2912002009-12-16 18:04:36 +01001266/*
Peter Zijlstra013fdb82011-04-05 17:23:45 +02001267 * The caller (fork, wakeup) owns p->pi_lock, ->cpus_allowed is stable.
Peter Zijlstrae2912002009-12-16 18:04:36 +01001268 */
Peter Zijlstra970b13b2009-11-25 13:31:39 +01001269static inline
Peter Zijlstra7608dec2011-04-05 17:23:46 +02001270int select_task_rq(struct task_struct *p, int sd_flags, int wake_flags)
Peter Zijlstra970b13b2009-11-25 13:31:39 +01001271{
Peter Zijlstra7608dec2011-04-05 17:23:46 +02001272 int cpu = p->sched_class->select_task_rq(p, sd_flags, wake_flags);
Peter Zijlstrae2912002009-12-16 18:04:36 +01001273
1274 /*
1275 * In order not to call set_task_cpu() on a blocking task we need
1276 * to rely on ttwu() to place the task on a valid ->cpus_allowed
1277 * cpu.
1278 *
1279 * Since this is common to all placement strategies, this lives here.
1280 *
1281 * [ this allows ->select_task() to simply return task_cpu(p) and
1282 * not worry about this generic constraint ]
1283 */
Peter Zijlstrafa17b502011-06-16 12:23:22 +02001284 if (unlikely(!cpumask_test_cpu(cpu, tsk_cpus_allowed(p)) ||
Peter Zijlstra70f11202009-12-20 17:36:27 +01001285 !cpu_online(cpu)))
Peter Zijlstra5da9a0f2009-12-16 18:04:38 +01001286 cpu = select_fallback_rq(task_cpu(p), p);
Peter Zijlstrae2912002009-12-16 18:04:36 +01001287
1288 return cpu;
Peter Zijlstra970b13b2009-11-25 13:31:39 +01001289}
Mike Galbraith09a40af2010-04-15 07:29:59 +02001290
1291static void update_avg(u64 *avg, u64 sample)
1292{
1293 s64 diff = sample - *avg;
1294 *avg += diff >> 3;
1295}
Peter Zijlstra970b13b2009-11-25 13:31:39 +01001296#endif
1297
Peter Zijlstrad7c01d22011-04-05 17:23:43 +02001298static void
Peter Zijlstrab84cb5d2011-04-05 17:23:55 +02001299ttwu_stat(struct task_struct *p, int cpu, int wake_flags)
Tejun Heo9ed38112009-12-03 15:08:03 +09001300{
Peter Zijlstrad7c01d22011-04-05 17:23:43 +02001301#ifdef CONFIG_SCHEDSTATS
Peter Zijlstrab84cb5d2011-04-05 17:23:55 +02001302 struct rq *rq = this_rq();
Tejun Heo9ed38112009-12-03 15:08:03 +09001303
Peter Zijlstrad7c01d22011-04-05 17:23:43 +02001304#ifdef CONFIG_SMP
1305 int this_cpu = smp_processor_id();
Tejun Heo9ed38112009-12-03 15:08:03 +09001306
Peter Zijlstrad7c01d22011-04-05 17:23:43 +02001307 if (cpu == this_cpu) {
1308 schedstat_inc(rq, ttwu_local);
1309 schedstat_inc(p, se.statistics.nr_wakeups_local);
1310 } else {
1311 struct sched_domain *sd;
1312
1313 schedstat_inc(p, se.statistics.nr_wakeups_remote);
Peter Zijlstra057f3fa2011-04-18 11:24:34 +02001314 rcu_read_lock();
Peter Zijlstrad7c01d22011-04-05 17:23:43 +02001315 for_each_domain(this_cpu, sd) {
1316 if (cpumask_test_cpu(cpu, sched_domain_span(sd))) {
1317 schedstat_inc(sd, ttwu_wake_remote);
1318 break;
1319 }
1320 }
Peter Zijlstra057f3fa2011-04-18 11:24:34 +02001321 rcu_read_unlock();
Peter Zijlstrad7c01d22011-04-05 17:23:43 +02001322 }
Peter Zijlstraf339b9d2011-05-31 10:49:20 +02001323
1324 if (wake_flags & WF_MIGRATED)
1325 schedstat_inc(p, se.statistics.nr_wakeups_migrate);
1326
Peter Zijlstrad7c01d22011-04-05 17:23:43 +02001327#endif /* CONFIG_SMP */
1328
1329 schedstat_inc(rq, ttwu_count);
1330 schedstat_inc(p, se.statistics.nr_wakeups);
1331
1332 if (wake_flags & WF_SYNC)
1333 schedstat_inc(p, se.statistics.nr_wakeups_sync);
1334
Peter Zijlstrad7c01d22011-04-05 17:23:43 +02001335#endif /* CONFIG_SCHEDSTATS */
Tejun Heo9ed38112009-12-03 15:08:03 +09001336}
1337
Peter Zijlstrad7c01d22011-04-05 17:23:43 +02001338static void ttwu_activate(struct rq *rq, struct task_struct *p, int en_flags)
Tejun Heo9ed38112009-12-03 15:08:03 +09001339{
Tejun Heo9ed38112009-12-03 15:08:03 +09001340 activate_task(rq, p, en_flags);
Peter Zijlstrafd2f4412011-04-05 17:23:44 +02001341 p->on_rq = 1;
Peter Zijlstrac2f71152011-04-13 13:28:56 +02001342
1343 /* if a worker is waking up, notify workqueue */
1344 if (p->flags & PF_WQ_WORKER)
1345 wq_worker_waking_up(p, cpu_of(rq));
Tejun Heo9ed38112009-12-03 15:08:03 +09001346}
1347
Peter Zijlstra23f41ee2011-04-05 17:23:56 +02001348/*
1349 * Mark the task runnable and perform wakeup-preemption.
1350 */
Peter Zijlstra89363382011-04-05 17:23:42 +02001351static void
Peter Zijlstra23f41ee2011-04-05 17:23:56 +02001352ttwu_do_wakeup(struct rq *rq, struct task_struct *p, int wake_flags)
Tejun Heo9ed38112009-12-03 15:08:03 +09001353{
Peter Zijlstra89363382011-04-05 17:23:42 +02001354 trace_sched_wakeup(p, true);
Tejun Heo9ed38112009-12-03 15:08:03 +09001355 check_preempt_curr(rq, p, wake_flags);
1356
1357 p->state = TASK_RUNNING;
1358#ifdef CONFIG_SMP
1359 if (p->sched_class->task_woken)
1360 p->sched_class->task_woken(rq, p);
1361
Steven Rostedte69c6342010-12-06 17:10:31 -05001362 if (rq->idle_stamp) {
Tejun Heo9ed38112009-12-03 15:08:03 +09001363 u64 delta = rq->clock - rq->idle_stamp;
1364 u64 max = 2*sysctl_sched_migration_cost;
1365
1366 if (delta > max)
1367 rq->avg_idle = max;
1368 else
1369 update_avg(&rq->avg_idle, delta);
1370 rq->idle_stamp = 0;
1371 }
1372#endif
1373}
1374
Peter Zijlstrac05fbaf2011-04-05 17:23:57 +02001375static void
1376ttwu_do_activate(struct rq *rq, struct task_struct *p, int wake_flags)
1377{
1378#ifdef CONFIG_SMP
1379 if (p->sched_contributes_to_load)
1380 rq->nr_uninterruptible--;
1381#endif
1382
1383 ttwu_activate(rq, p, ENQUEUE_WAKEUP | ENQUEUE_WAKING);
1384 ttwu_do_wakeup(rq, p, wake_flags);
1385}
1386
1387/*
1388 * Called in case the task @p isn't fully descheduled from its runqueue,
1389 * in this case we must do a remote wakeup. Its a 'light' wakeup though,
1390 * since all we need to do is flip p->state to TASK_RUNNING, since
1391 * the task is still ->on_rq.
1392 */
1393static int ttwu_remote(struct task_struct *p, int wake_flags)
1394{
1395 struct rq *rq;
1396 int ret = 0;
1397
1398 rq = __task_rq_lock(p);
1399 if (p->on_rq) {
1400 ttwu_do_wakeup(rq, p, wake_flags);
1401 ret = 1;
1402 }
1403 __task_rq_unlock(rq);
1404
1405 return ret;
1406}
1407
Peter Zijlstra317f3942011-04-05 17:23:58 +02001408#ifdef CONFIG_SMP
Peter Zijlstrafa14ff42011-09-12 13:06:17 +02001409static void sched_ttwu_pending(void)
Peter Zijlstra317f3942011-04-05 17:23:58 +02001410{
1411 struct rq *rq = this_rq();
Peter Zijlstrafa14ff42011-09-12 13:06:17 +02001412 struct llist_node *llist = llist_del_all(&rq->wake_list);
1413 struct task_struct *p;
Peter Zijlstra317f3942011-04-05 17:23:58 +02001414
1415 raw_spin_lock(&rq->lock);
1416
Peter Zijlstrafa14ff42011-09-12 13:06:17 +02001417 while (llist) {
1418 p = llist_entry(llist, struct task_struct, wake_entry);
1419 llist = llist_next(llist);
Peter Zijlstra317f3942011-04-05 17:23:58 +02001420 ttwu_do_activate(rq, p, 0);
1421 }
1422
1423 raw_spin_unlock(&rq->lock);
1424}
1425
1426void scheduler_ipi(void)
1427{
Suresh Siddhaca380622011-10-03 15:09:00 -07001428 if (llist_empty(&this_rq()->wake_list) && !got_nohz_idle_kick())
Peter Zijlstrac5d753a2011-07-19 15:07:25 -07001429 return;
1430
1431 /*
1432 * Not all reschedule IPI handlers call irq_enter/irq_exit, since
1433 * traditionally all their work was done from the interrupt return
1434 * path. Now that we actually do some work, we need to make sure
1435 * we do call them.
1436 *
1437 * Some archs already do call them, luckily irq_enter/exit nest
1438 * properly.
1439 *
1440 * Arguably we should visit all archs and update all handlers,
1441 * however a fair share of IPIs are still resched only so this would
1442 * somewhat pessimize the simple resched case.
1443 */
1444 irq_enter();
Peter Zijlstrafa14ff42011-09-12 13:06:17 +02001445 sched_ttwu_pending();
Suresh Siddhaca380622011-10-03 15:09:00 -07001446
1447 /*
1448 * Check if someone kicked us for doing the nohz idle load balance.
1449 */
Suresh Siddha6eb57e02011-10-03 15:09:01 -07001450 if (unlikely(got_nohz_idle_kick() && !need_resched())) {
1451 this_rq()->idle_balance = 1;
Suresh Siddhaca380622011-10-03 15:09:00 -07001452 raise_softirq_irqoff(SCHED_SOFTIRQ);
Suresh Siddha6eb57e02011-10-03 15:09:01 -07001453 }
Peter Zijlstrac5d753a2011-07-19 15:07:25 -07001454 irq_exit();
Peter Zijlstra317f3942011-04-05 17:23:58 +02001455}
1456
1457static void ttwu_queue_remote(struct task_struct *p, int cpu)
1458{
Peter Zijlstrafa14ff42011-09-12 13:06:17 +02001459 if (llist_add(&p->wake_entry, &cpu_rq(cpu)->wake_list))
Peter Zijlstra317f3942011-04-05 17:23:58 +02001460 smp_send_reschedule(cpu);
1461}
Peter Zijlstrad6aa8f82011-05-26 14:21:33 +02001462
1463#ifdef __ARCH_WANT_INTERRUPTS_ON_CTXSW
1464static int ttwu_activate_remote(struct task_struct *p, int wake_flags)
1465{
1466 struct rq *rq;
1467 int ret = 0;
1468
1469 rq = __task_rq_lock(p);
1470 if (p->on_cpu) {
1471 ttwu_activate(rq, p, ENQUEUE_WAKEUP);
1472 ttwu_do_wakeup(rq, p, wake_flags);
1473 ret = 1;
1474 }
1475 __task_rq_unlock(rq);
1476
1477 return ret;
1478
1479}
1480#endif /* __ARCH_WANT_INTERRUPTS_ON_CTXSW */
1481#endif /* CONFIG_SMP */
Peter Zijlstra317f3942011-04-05 17:23:58 +02001482
Peter Zijlstrac05fbaf2011-04-05 17:23:57 +02001483static void ttwu_queue(struct task_struct *p, int cpu)
1484{
1485 struct rq *rq = cpu_rq(cpu);
1486
Daniel Hellstrom17d9f312011-05-20 04:01:10 +00001487#if defined(CONFIG_SMP)
Peter Zijlstra317f3942011-04-05 17:23:58 +02001488 if (sched_feat(TTWU_QUEUE) && cpu != smp_processor_id()) {
Peter Zijlstraf01114c2011-05-31 12:26:55 +02001489 sched_clock_cpu(cpu); /* sync clocks x-cpu */
Peter Zijlstra317f3942011-04-05 17:23:58 +02001490 ttwu_queue_remote(p, cpu);
1491 return;
1492 }
1493#endif
1494
Peter Zijlstrac05fbaf2011-04-05 17:23:57 +02001495 raw_spin_lock(&rq->lock);
1496 ttwu_do_activate(rq, p, 0);
1497 raw_spin_unlock(&rq->lock);
Tejun Heo9ed38112009-12-03 15:08:03 +09001498}
1499
1500/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501 * try_to_wake_up - wake up a thread
Tejun Heo9ed38112009-12-03 15:08:03 +09001502 * @p: the thread to be awakened
Linus Torvalds1da177e2005-04-16 15:20:36 -07001503 * @state: the mask of task states that can be woken
Tejun Heo9ed38112009-12-03 15:08:03 +09001504 * @wake_flags: wake modifier flags (WF_*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505 *
1506 * Put it on the run-queue if it's not already there. The "current"
1507 * thread is always on the run-queue (except when the actual
1508 * re-schedule is in progress), and as such you're allowed to do
1509 * the simpler "current->state = TASK_RUNNING" to mark yourself
1510 * runnable without the overhead of this.
1511 *
Tejun Heo9ed38112009-12-03 15:08:03 +09001512 * Returns %true if @p was woken up, %false if it was already running
1513 * or @state didn't match @p's state.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514 */
Peter Zijlstrae4a52bc2011-04-05 17:23:54 +02001515static int
1516try_to_wake_up(struct task_struct *p, unsigned int state, int wake_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001517{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001518 unsigned long flags;
Peter Zijlstrac05fbaf2011-04-05 17:23:57 +02001519 int cpu, success = 0;
Peter Zijlstra2398f2c2008-06-27 13:41:35 +02001520
Linus Torvalds04e2f172008-02-23 18:05:03 -08001521 smp_wmb();
Peter Zijlstra013fdb82011-04-05 17:23:45 +02001522 raw_spin_lock_irqsave(&p->pi_lock, flags);
Peter Zijlstrae9c84312009-09-15 14:43:03 +02001523 if (!(p->state & state))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524 goto out;
1525
Peter Zijlstrac05fbaf2011-04-05 17:23:57 +02001526 success = 1; /* we're going to change ->state */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527 cpu = task_cpu(p);
Peter Zijlstrad7c01d22011-04-05 17:23:43 +02001528
Peter Zijlstrac05fbaf2011-04-05 17:23:57 +02001529 if (p->on_rq && ttwu_remote(p, wake_flags))
1530 goto stat;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531
1532#ifdef CONFIG_SMP
Peter Zijlstrae9c84312009-09-15 14:43:03 +02001533 /*
Peter Zijlstrac05fbaf2011-04-05 17:23:57 +02001534 * If the owning (remote) cpu is still in the middle of schedule() with
1535 * this task as prev, wait until its done referencing the task.
Peter Zijlstrae9c84312009-09-15 14:43:03 +02001536 */
Peter Zijlstrae4a52bc2011-04-05 17:23:54 +02001537 while (p->on_cpu) {
1538#ifdef __ARCH_WANT_INTERRUPTS_ON_CTXSW
1539 /*
Peter Zijlstrad6aa8f82011-05-26 14:21:33 +02001540 * In case the architecture enables interrupts in
1541 * context_switch(), we cannot busy wait, since that
1542 * would lead to deadlocks when an interrupt hits and
1543 * tries to wake up @prev. So bail and do a complete
1544 * remote wakeup.
Peter Zijlstrae4a52bc2011-04-05 17:23:54 +02001545 */
Peter Zijlstrad6aa8f82011-05-26 14:21:33 +02001546 if (ttwu_activate_remote(p, wake_flags))
Peter Zijlstrac05fbaf2011-04-05 17:23:57 +02001547 goto stat;
Peter Zijlstrad6aa8f82011-05-26 14:21:33 +02001548#else
Peter Zijlstrae4a52bc2011-04-05 17:23:54 +02001549 cpu_relax();
Peter Zijlstrad6aa8f82011-05-26 14:21:33 +02001550#endif
Peter Zijlstracc87f762010-03-26 12:22:14 +01001551 }
Peter Zijlstrae4a52bc2011-04-05 17:23:54 +02001552 /*
1553 * Pairs with the smp_wmb() in finish_lock_switch().
1554 */
1555 smp_rmb();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001556
Peter Zijlstraa8e4f2e2011-04-05 17:23:49 +02001557 p->sched_contributes_to_load = !!task_contributes_to_load(p);
Peter Zijlstrae9c84312009-09-15 14:43:03 +02001558 p->state = TASK_WAKING;
Peter Zijlstraefbbd052009-12-16 18:04:40 +01001559
Peter Zijlstrae4a52bc2011-04-05 17:23:54 +02001560 if (p->sched_class->task_waking)
Peter Zijlstra74f8e4b2011-04-05 17:23:47 +02001561 p->sched_class->task_waking(p);
Peter Zijlstraab19cb22009-11-27 15:44:43 +01001562
Peter Zijlstra7608dec2011-04-05 17:23:46 +02001563 cpu = select_task_rq(p, SD_BALANCE_WAKE, wake_flags);
Peter Zijlstraf339b9d2011-05-31 10:49:20 +02001564 if (task_cpu(p) != cpu) {
1565 wake_flags |= WF_MIGRATED;
Mike Galbraithf5dc3752009-10-09 08:35:03 +02001566 set_task_cpu(p, cpu);
Peter Zijlstraf339b9d2011-05-31 10:49:20 +02001567 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001568#endif /* CONFIG_SMP */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001569
Peter Zijlstrac05fbaf2011-04-05 17:23:57 +02001570 ttwu_queue(p, cpu);
1571stat:
Peter Zijlstrab84cb5d2011-04-05 17:23:55 +02001572 ttwu_stat(p, cpu, wake_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001573out:
Peter Zijlstra013fdb82011-04-05 17:23:45 +02001574 raw_spin_unlock_irqrestore(&p->pi_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001575
1576 return success;
1577}
1578
David Howells50fa6102009-04-28 15:01:38 +01001579/**
Tejun Heo21aa9af2010-06-08 21:40:37 +02001580 * try_to_wake_up_local - try to wake up a local task with rq lock held
1581 * @p: the thread to be awakened
1582 *
Peter Zijlstra2acca552011-04-05 17:23:50 +02001583 * Put @p on the run-queue if it's not already there. The caller must
Tejun Heo21aa9af2010-06-08 21:40:37 +02001584 * ensure that this_rq() is locked, @p is bound to this_rq() and not
Peter Zijlstra2acca552011-04-05 17:23:50 +02001585 * the current task.
Tejun Heo21aa9af2010-06-08 21:40:37 +02001586 */
1587static void try_to_wake_up_local(struct task_struct *p)
1588{
1589 struct rq *rq = task_rq(p);
Tejun Heo21aa9af2010-06-08 21:40:37 +02001590
1591 BUG_ON(rq != this_rq());
1592 BUG_ON(p == current);
1593 lockdep_assert_held(&rq->lock);
1594
Peter Zijlstra2acca552011-04-05 17:23:50 +02001595 if (!raw_spin_trylock(&p->pi_lock)) {
1596 raw_spin_unlock(&rq->lock);
1597 raw_spin_lock(&p->pi_lock);
1598 raw_spin_lock(&rq->lock);
Tejun Heo21aa9af2010-06-08 21:40:37 +02001599 }
Peter Zijlstra2acca552011-04-05 17:23:50 +02001600
Tejun Heo21aa9af2010-06-08 21:40:37 +02001601 if (!(p->state & TASK_NORMAL))
Peter Zijlstra2acca552011-04-05 17:23:50 +02001602 goto out;
Tejun Heo21aa9af2010-06-08 21:40:37 +02001603
Peter Zijlstrafd2f4412011-04-05 17:23:44 +02001604 if (!p->on_rq)
Peter Zijlstrad7c01d22011-04-05 17:23:43 +02001605 ttwu_activate(rq, p, ENQUEUE_WAKEUP);
1606
Peter Zijlstra23f41ee2011-04-05 17:23:56 +02001607 ttwu_do_wakeup(rq, p, 0);
Peter Zijlstrab84cb5d2011-04-05 17:23:55 +02001608 ttwu_stat(p, smp_processor_id(), 0);
Peter Zijlstra2acca552011-04-05 17:23:50 +02001609out:
1610 raw_spin_unlock(&p->pi_lock);
Tejun Heo21aa9af2010-06-08 21:40:37 +02001611}
1612
1613/**
David Howells50fa6102009-04-28 15:01:38 +01001614 * wake_up_process - Wake up a specific process
1615 * @p: The process to be woken up.
1616 *
1617 * Attempt to wake up the nominated process and move it to the set of runnable
1618 * processes. Returns 1 if the process was woken up, 0 if it was already
1619 * running.
1620 *
1621 * It may be assumed that this function implies a write memory barrier before
1622 * changing the task state if and only if any tasks are woken up.
1623 */
Harvey Harrison7ad5b3a2008-02-08 04:19:53 -08001624int wake_up_process(struct task_struct *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001625{
Matthew Wilcoxd9514f62007-12-06 11:07:07 -05001626 return try_to_wake_up(p, TASK_ALL, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628EXPORT_SYMBOL(wake_up_process);
1629
Harvey Harrison7ad5b3a2008-02-08 04:19:53 -08001630int wake_up_state(struct task_struct *p, unsigned int state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001631{
1632 return try_to_wake_up(p, state, 0);
1633}
1634
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635/*
1636 * Perform scheduler related setup for a newly forked process p.
1637 * p is forked by current.
Ingo Molnardd41f592007-07-09 18:51:59 +02001638 *
1639 * __sched_fork() is basic setup used by init_idle() too:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640 */
Ingo Molnardd41f592007-07-09 18:51:59 +02001641static void __sched_fork(struct task_struct *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642{
Peter Zijlstrafd2f4412011-04-05 17:23:44 +02001643 p->on_rq = 0;
1644
1645 p->se.on_rq = 0;
Ingo Molnardd41f592007-07-09 18:51:59 +02001646 p->se.exec_start = 0;
1647 p->se.sum_exec_runtime = 0;
Ingo Molnarf6cf8912007-08-28 12:53:24 +02001648 p->se.prev_sum_exec_runtime = 0;
Ingo Molnar6c594c22008-12-14 12:34:15 +01001649 p->se.nr_migrations = 0;
Peter Zijlstrada7a7352011-01-17 17:03:27 +01001650 p->se.vruntime = 0;
Peter Zijlstrafd2f4412011-04-05 17:23:44 +02001651 INIT_LIST_HEAD(&p->se.group_node);
Ingo Molnar6cfb0d52007-08-02 17:41:40 +02001652
1653#ifdef CONFIG_SCHEDSTATS
Lucas De Marchi41acab82010-03-10 23:37:45 -03001654 memset(&p->se.statistics, 0, sizeof(p->se.statistics));
Ingo Molnar6cfb0d52007-08-02 17:41:40 +02001655#endif
Nick Piggin476d1392005-06-25 14:57:29 -07001656
Peter Zijlstrafa717062008-01-25 21:08:27 +01001657 INIT_LIST_HEAD(&p->rt.run_list);
Nick Piggin476d1392005-06-25 14:57:29 -07001658
Avi Kivitye107be32007-07-26 13:40:43 +02001659#ifdef CONFIG_PREEMPT_NOTIFIERS
1660 INIT_HLIST_HEAD(&p->preempt_notifiers);
1661#endif
Ingo Molnardd41f592007-07-09 18:51:59 +02001662}
1663
1664/*
1665 * fork()/clone()-time setup:
1666 */
Samir Bellabes3e51e3e2011-05-11 18:18:05 +02001667void sched_fork(struct task_struct *p)
Ingo Molnardd41f592007-07-09 18:51:59 +02001668{
Peter Zijlstra0122ec52011-04-05 17:23:51 +02001669 unsigned long flags;
Ingo Molnardd41f592007-07-09 18:51:59 +02001670 int cpu = get_cpu();
1671
1672 __sched_fork(p);
Peter Zijlstra06b83b52009-12-16 18:04:35 +01001673 /*
Peter Zijlstra0017d732010-03-24 18:34:10 +01001674 * We mark the process as running here. This guarantees that
Peter Zijlstra06b83b52009-12-16 18:04:35 +01001675 * nobody will actually run it, and a signal or other external
1676 * event cannot wake it up and insert it on the runqueue either.
1677 */
Peter Zijlstra0017d732010-03-24 18:34:10 +01001678 p->state = TASK_RUNNING;
Ingo Molnardd41f592007-07-09 18:51:59 +02001679
Ingo Molnarb29739f2006-06-27 02:54:51 -07001680 /*
Mike Galbraithc350a042011-07-27 17:14:55 +02001681 * Make sure we do not leak PI boosting priority to the child.
1682 */
1683 p->prio = current->normal_prio;
1684
1685 /*
Mike Galbraithb9dc29e2009-06-17 10:46:01 +02001686 * Revert to default priority/policy on fork if requested.
1687 */
1688 if (unlikely(p->sched_reset_on_fork)) {
Mike Galbraithc350a042011-07-27 17:14:55 +02001689 if (task_has_rt_policy(p)) {
Mike Galbraithb9dc29e2009-06-17 10:46:01 +02001690 p->policy = SCHED_NORMAL;
Mike Galbraith6c697bd2009-06-17 10:48:02 +02001691 p->static_prio = NICE_TO_PRIO(0);
Mike Galbraithc350a042011-07-27 17:14:55 +02001692 p->rt_priority = 0;
1693 } else if (PRIO_TO_NICE(p->static_prio) < 0)
1694 p->static_prio = NICE_TO_PRIO(0);
1695
1696 p->prio = p->normal_prio = __normal_prio(p);
1697 set_load_weight(p);
Mike Galbraith6c697bd2009-06-17 10:48:02 +02001698
Mike Galbraithb9dc29e2009-06-17 10:46:01 +02001699 /*
1700 * We don't need the reset flag anymore after the fork. It has
1701 * fulfilled its duty:
1702 */
1703 p->sched_reset_on_fork = 0;
1704 }
Lennart Poetteringca94c442009-06-15 17:17:47 +02001705
Hiroshi Shimamoto2ddbf952007-10-15 17:00:11 +02001706 if (!rt_prio(p->prio))
1707 p->sched_class = &fair_sched_class;
Ingo Molnarb29739f2006-06-27 02:54:51 -07001708
Peter Zijlstracd29fe62009-11-27 17:32:46 +01001709 if (p->sched_class->task_fork)
1710 p->sched_class->task_fork(p);
1711
Peter Zijlstra86951592010-06-22 11:44:53 +02001712 /*
1713 * The child is not yet in the pid-hash so no cgroup attach races,
1714 * and the cgroup is pinned to this child due to cgroup_fork()
1715 * is ran before sched_fork().
1716 *
1717 * Silence PROVE_RCU.
1718 */
Peter Zijlstra0122ec52011-04-05 17:23:51 +02001719 raw_spin_lock_irqsave(&p->pi_lock, flags);
Peter Zijlstra5f3edc12009-09-10 13:42:00 +02001720 set_task_cpu(p, cpu);
Peter Zijlstra0122ec52011-04-05 17:23:51 +02001721 raw_spin_unlock_irqrestore(&p->pi_lock, flags);
Peter Zijlstra5f3edc12009-09-10 13:42:00 +02001722
Chandra Seetharaman52f17b62006-07-14 00:24:38 -07001723#if defined(CONFIG_SCHEDSTATS) || defined(CONFIG_TASK_DELAY_ACCT)
Ingo Molnardd41f592007-07-09 18:51:59 +02001724 if (likely(sched_info_on()))
Chandra Seetharaman52f17b62006-07-14 00:24:38 -07001725 memset(&p->sched_info, 0, sizeof(p->sched_info));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001726#endif
Peter Zijlstra3ca7a442011-04-05 17:23:40 +02001727#if defined(CONFIG_SMP)
1728 p->on_cpu = 0;
Nick Piggin4866cde2005-06-25 14:57:23 -07001729#endif
Frederic Weisbeckerbdd4e852011-06-08 01:13:27 +02001730#ifdef CONFIG_PREEMPT_COUNT
Nick Piggin4866cde2005-06-25 14:57:23 -07001731 /* Want to start with kernel preemption disabled. */
Al Viroa1261f542005-11-13 16:06:55 -08001732 task_thread_info(p)->preempt_count = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733#endif
Dario Faggioli806c09a2010-11-30 19:51:33 +01001734#ifdef CONFIG_SMP
Gregory Haskins917b6272008-12-29 09:39:53 -05001735 plist_node_init(&p->pushable_tasks, MAX_PRIO);
Dario Faggioli806c09a2010-11-30 19:51:33 +01001736#endif
Gregory Haskins917b6272008-12-29 09:39:53 -05001737
Nick Piggin476d1392005-06-25 14:57:29 -07001738 put_cpu();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001739}
1740
1741/*
1742 * wake_up_new_task - wake up a newly created task for the first time.
1743 *
1744 * This function will do some initial scheduler statistics housekeeping
1745 * that must be done for every newly created context, then puts the task
1746 * on the runqueue and wakes it.
1747 */
Samir Bellabes3e51e3e2011-05-11 18:18:05 +02001748void wake_up_new_task(struct task_struct *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749{
1750 unsigned long flags;
Ingo Molnardd41f592007-07-09 18:51:59 +02001751 struct rq *rq;
Peter Zijlstrafabf3182010-01-21 21:04:57 +01001752
Peter Zijlstraab2515c2011-04-05 17:23:52 +02001753 raw_spin_lock_irqsave(&p->pi_lock, flags);
Peter Zijlstrafabf3182010-01-21 21:04:57 +01001754#ifdef CONFIG_SMP
1755 /*
1756 * Fork balancing, do it here and not earlier because:
1757 * - cpus_allowed can change in the fork path
1758 * - any previously selected cpu might disappear through hotplug
Peter Zijlstrafabf3182010-01-21 21:04:57 +01001759 */
Peter Zijlstraab2515c2011-04-05 17:23:52 +02001760 set_task_cpu(p, select_task_rq(p, SD_BALANCE_FORK, 0));
Peter Zijlstrafabf3182010-01-21 21:04:57 +01001761#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762
Peter Zijlstraab2515c2011-04-05 17:23:52 +02001763 rq = __task_rq_lock(p);
Peter Zijlstracd29fe62009-11-27 17:32:46 +01001764 activate_task(rq, p, 0);
Peter Zijlstrafd2f4412011-04-05 17:23:44 +02001765 p->on_rq = 1;
Peter Zijlstra89363382011-04-05 17:23:42 +02001766 trace_sched_wakeup_new(p, true);
Peter Zijlstraa7558e02009-09-14 20:02:34 +02001767 check_preempt_curr(rq, p, WF_FORK);
Steven Rostedt9a897c52008-01-25 21:08:22 +01001768#ifdef CONFIG_SMP
Peter Zijlstraefbbd052009-12-16 18:04:40 +01001769 if (p->sched_class->task_woken)
1770 p->sched_class->task_woken(rq, p);
Steven Rostedt9a897c52008-01-25 21:08:22 +01001771#endif
Peter Zijlstra0122ec52011-04-05 17:23:51 +02001772 task_rq_unlock(rq, p, &flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773}
1774
Avi Kivitye107be32007-07-26 13:40:43 +02001775#ifdef CONFIG_PREEMPT_NOTIFIERS
1776
1777/**
Luis Henriques80dd99b2009-03-16 19:58:09 +00001778 * preempt_notifier_register - tell me when current is being preempted & rescheduled
Randy Dunlap421cee22007-07-31 00:37:50 -07001779 * @notifier: notifier struct to register
Avi Kivitye107be32007-07-26 13:40:43 +02001780 */
1781void preempt_notifier_register(struct preempt_notifier *notifier)
1782{
1783 hlist_add_head(&notifier->link, &current->preempt_notifiers);
1784}
1785EXPORT_SYMBOL_GPL(preempt_notifier_register);
1786
1787/**
1788 * preempt_notifier_unregister - no longer interested in preemption notifications
Randy Dunlap421cee22007-07-31 00:37:50 -07001789 * @notifier: notifier struct to unregister
Avi Kivitye107be32007-07-26 13:40:43 +02001790 *
1791 * This is safe to call from within a preemption notifier.
1792 */
1793void preempt_notifier_unregister(struct preempt_notifier *notifier)
1794{
1795 hlist_del(&notifier->link);
1796}
1797EXPORT_SYMBOL_GPL(preempt_notifier_unregister);
1798
1799static void fire_sched_in_preempt_notifiers(struct task_struct *curr)
1800{
1801 struct preempt_notifier *notifier;
1802 struct hlist_node *node;
1803
1804 hlist_for_each_entry(notifier, node, &curr->preempt_notifiers, link)
1805 notifier->ops->sched_in(notifier, raw_smp_processor_id());
1806}
1807
1808static void
1809fire_sched_out_preempt_notifiers(struct task_struct *curr,
1810 struct task_struct *next)
1811{
1812 struct preempt_notifier *notifier;
1813 struct hlist_node *node;
1814
1815 hlist_for_each_entry(notifier, node, &curr->preempt_notifiers, link)
1816 notifier->ops->sched_out(notifier, next);
1817}
1818
Dhaval Giani6d6bc0a2008-05-30 14:23:45 +02001819#else /* !CONFIG_PREEMPT_NOTIFIERS */
Avi Kivitye107be32007-07-26 13:40:43 +02001820
1821static void fire_sched_in_preempt_notifiers(struct task_struct *curr)
1822{
1823}
1824
1825static void
1826fire_sched_out_preempt_notifiers(struct task_struct *curr,
1827 struct task_struct *next)
1828{
1829}
1830
Dhaval Giani6d6bc0a2008-05-30 14:23:45 +02001831#endif /* CONFIG_PREEMPT_NOTIFIERS */
Avi Kivitye107be32007-07-26 13:40:43 +02001832
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833/**
Nick Piggin4866cde2005-06-25 14:57:23 -07001834 * prepare_task_switch - prepare to switch tasks
1835 * @rq: the runqueue preparing to switch
Randy Dunlap421cee22007-07-31 00:37:50 -07001836 * @prev: the current task that is being switched out
Nick Piggin4866cde2005-06-25 14:57:23 -07001837 * @next: the task we are going to switch to.
1838 *
1839 * This is called with the rq lock held and interrupts off. It must
1840 * be paired with a subsequent finish_task_switch after the context
1841 * switch.
1842 *
1843 * prepare_task_switch sets up locking and calls architecture specific
1844 * hooks.
1845 */
Avi Kivitye107be32007-07-26 13:40:43 +02001846static inline void
1847prepare_task_switch(struct rq *rq, struct task_struct *prev,
1848 struct task_struct *next)
Nick Piggin4866cde2005-06-25 14:57:23 -07001849{
Peter Zijlstrafe4b04f2011-02-02 13:19:09 +01001850 sched_info_switch(prev, next);
1851 perf_event_task_sched_out(prev, next);
Avi Kivitye107be32007-07-26 13:40:43 +02001852 fire_sched_out_preempt_notifiers(prev, next);
Nick Piggin4866cde2005-06-25 14:57:23 -07001853 prepare_lock_switch(rq, next);
1854 prepare_arch_switch(next);
Peter Zijlstrafe4b04f2011-02-02 13:19:09 +01001855 trace_sched_switch(prev, next);
Nick Piggin4866cde2005-06-25 14:57:23 -07001856}
1857
1858/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001859 * finish_task_switch - clean up after a task-switch
Jeff Garzik344baba2005-09-07 01:15:17 -04001860 * @rq: runqueue associated with task-switch
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861 * @prev: the thread we just switched away from.
1862 *
Nick Piggin4866cde2005-06-25 14:57:23 -07001863 * finish_task_switch must be called after the context switch, paired
1864 * with a prepare_task_switch call before the context switch.
1865 * finish_task_switch will reconcile locking set up by prepare_task_switch,
1866 * and do any other architecture-specific cleanup actions.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867 *
1868 * Note that we may have delayed dropping an mm in context_switch(). If
Ingo Molnar41a2d6c2007-12-05 15:46:09 +01001869 * so, we finish that here outside of the runqueue lock. (Doing it
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870 * with the lock held can cause deadlocks; see schedule() for
1871 * details.)
1872 */
Alexey Dobriyana9957442007-10-15 17:00:13 +02001873static void finish_task_switch(struct rq *rq, struct task_struct *prev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001874 __releases(rq->lock)
1875{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876 struct mm_struct *mm = rq->prev_mm;
Oleg Nesterov55a101f2006-09-29 02:01:10 -07001877 long prev_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001878
1879 rq->prev_mm = NULL;
1880
1881 /*
1882 * A task struct has one reference for the use as "current".
Oleg Nesterovc394cc92006-09-29 02:01:11 -07001883 * If a task dies, then it sets TASK_DEAD in tsk->state and calls
Oleg Nesterov55a101f2006-09-29 02:01:10 -07001884 * schedule one last time. The schedule call will never return, and
1885 * the scheduled task must drop that reference.
Oleg Nesterovc394cc92006-09-29 02:01:11 -07001886 * The test for TASK_DEAD must occur while the runqueue locks are
Linus Torvalds1da177e2005-04-16 15:20:36 -07001887 * still held, otherwise prev could be scheduled on another cpu, die
1888 * there before we look at prev->state, and then the reference would
1889 * be dropped twice.
1890 * Manfred Spraul <manfred@colorfullife.com>
1891 */
Oleg Nesterov55a101f2006-09-29 02:01:10 -07001892 prev_state = prev->state;
Nick Piggin4866cde2005-06-25 14:57:23 -07001893 finish_arch_switch(prev);
Jamie Iles8381f652010-01-08 15:27:33 +00001894#ifdef __ARCH_WANT_INTERRUPTS_ON_CTXSW
1895 local_irq_disable();
1896#endif /* __ARCH_WANT_INTERRUPTS_ON_CTXSW */
Stephane Eraniana8d757e2011-08-25 15:58:03 +02001897 perf_event_task_sched_in(prev, current);
Jamie Iles8381f652010-01-08 15:27:33 +00001898#ifdef __ARCH_WANT_INTERRUPTS_ON_CTXSW
1899 local_irq_enable();
1900#endif /* __ARCH_WANT_INTERRUPTS_ON_CTXSW */
Nick Piggin4866cde2005-06-25 14:57:23 -07001901 finish_lock_switch(rq, prev);
Steven Rostedte8fa1362008-01-25 21:08:05 +01001902
Avi Kivitye107be32007-07-26 13:40:43 +02001903 fire_sched_in_preempt_notifiers(current);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904 if (mm)
1905 mmdrop(mm);
Oleg Nesterovc394cc92006-09-29 02:01:11 -07001906 if (unlikely(prev_state == TASK_DEAD)) {
bibo maoc6fd91f2006-03-26 01:38:20 -08001907 /*
1908 * Remove function-return probe instances associated with this
1909 * task and put them back on the free list.
Ingo Molnar9761eea2007-07-09 18:52:00 +02001910 */
bibo maoc6fd91f2006-03-26 01:38:20 -08001911 kprobe_flush_task(prev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912 put_task_struct(prev);
bibo maoc6fd91f2006-03-26 01:38:20 -08001913 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914}
1915
Gregory Haskins3f029d32009-07-29 11:08:47 -04001916#ifdef CONFIG_SMP
1917
1918/* assumes rq->lock is held */
1919static inline void pre_schedule(struct rq *rq, struct task_struct *prev)
1920{
1921 if (prev->sched_class->pre_schedule)
1922 prev->sched_class->pre_schedule(rq, prev);
1923}
1924
1925/* rq->lock is NOT held, but preemption is disabled */
1926static inline void post_schedule(struct rq *rq)
1927{
1928 if (rq->post_schedule) {
1929 unsigned long flags;
1930
Thomas Gleixner05fa7852009-11-17 14:28:38 +01001931 raw_spin_lock_irqsave(&rq->lock, flags);
Gregory Haskins3f029d32009-07-29 11:08:47 -04001932 if (rq->curr->sched_class->post_schedule)
1933 rq->curr->sched_class->post_schedule(rq);
Thomas Gleixner05fa7852009-11-17 14:28:38 +01001934 raw_spin_unlock_irqrestore(&rq->lock, flags);
Gregory Haskins3f029d32009-07-29 11:08:47 -04001935
1936 rq->post_schedule = 0;
1937 }
1938}
1939
1940#else
1941
1942static inline void pre_schedule(struct rq *rq, struct task_struct *p)
1943{
1944}
1945
1946static inline void post_schedule(struct rq *rq)
1947{
1948}
1949
1950#endif
1951
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952/**
1953 * schedule_tail - first thing a freshly forked thread must call.
1954 * @prev: the thread we just switched away from.
1955 */
Ingo Molnar36c8b582006-07-03 00:25:41 -07001956asmlinkage void schedule_tail(struct task_struct *prev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957 __releases(rq->lock)
1958{
Ingo Molnar70b97a72006-07-03 00:25:42 -07001959 struct rq *rq = this_rq();
1960
Nick Piggin4866cde2005-06-25 14:57:23 -07001961 finish_task_switch(rq, prev);
Steven Rostedtda19ab52009-07-29 00:21:22 -04001962
Gregory Haskins3f029d32009-07-29 11:08:47 -04001963 /*
1964 * FIXME: do we need to worry about rq being invalidated by the
1965 * task_switch?
1966 */
1967 post_schedule(rq);
Steven Rostedtda19ab52009-07-29 00:21:22 -04001968
Nick Piggin4866cde2005-06-25 14:57:23 -07001969#ifdef __ARCH_WANT_UNLOCKED_CTXSW
1970 /* In this case, finish_task_switch does not reenable preemption */
1971 preempt_enable();
1972#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973 if (current->set_child_tid)
Pavel Emelyanovb4888932007-10-18 23:40:14 -07001974 put_user(task_pid_vnr(current), current->set_child_tid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001975}
1976
1977/*
1978 * context_switch - switch to the new MM and the new
1979 * thread's register state.
1980 */
Ingo Molnardd41f592007-07-09 18:51:59 +02001981static inline void
Ingo Molnar70b97a72006-07-03 00:25:42 -07001982context_switch(struct rq *rq, struct task_struct *prev,
Ingo Molnar36c8b582006-07-03 00:25:41 -07001983 struct task_struct *next)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001984{
Ingo Molnardd41f592007-07-09 18:51:59 +02001985 struct mm_struct *mm, *oldmm;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986
Avi Kivitye107be32007-07-26 13:40:43 +02001987 prepare_task_switch(rq, prev, next);
Peter Zijlstrafe4b04f2011-02-02 13:19:09 +01001988
Ingo Molnardd41f592007-07-09 18:51:59 +02001989 mm = next->mm;
1990 oldmm = prev->active_mm;
Zachary Amsden9226d122007-02-13 13:26:21 +01001991 /*
1992 * For paravirt, this is coupled with an exit in switch_to to
1993 * combine the page table reload and the switch backend into
1994 * one hypercall.
1995 */
Jeremy Fitzhardinge224101e2009-02-18 11:18:57 -08001996 arch_start_context_switch(prev);
Zachary Amsden9226d122007-02-13 13:26:21 +01001997
Heiko Carstens31915ab2010-09-16 14:42:25 +02001998 if (!mm) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999 next->active_mm = oldmm;
2000 atomic_inc(&oldmm->mm_count);
2001 enter_lazy_tlb(oldmm, next);
2002 } else
2003 switch_mm(oldmm, mm, next);
2004
Heiko Carstens31915ab2010-09-16 14:42:25 +02002005 if (!prev->mm) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006 prev->active_mm = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007 rq->prev_mm = oldmm;
2008 }
Ingo Molnar3a5f5e42006-07-14 00:24:27 -07002009 /*
2010 * Since the runqueue lock will be released by the next
2011 * task (which is an invalid locking op but in the case
2012 * of the scheduler it's an obvious special-case), so we
2013 * do an early lockdep release here:
2014 */
2015#ifndef __ARCH_WANT_UNLOCKED_CTXSW
Ingo Molnar8a25d5d2006-07-03 00:24:54 -07002016 spin_release(&rq->lock.dep_map, 1, _THIS_IP_);
Ingo Molnar3a5f5e42006-07-14 00:24:27 -07002017#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002018
2019 /* Here we just switch the register state and the stack. */
2020 switch_to(prev, next, prev);
2021
Ingo Molnardd41f592007-07-09 18:51:59 +02002022 barrier();
2023 /*
2024 * this_rq must be evaluated again because prev may have moved
2025 * CPUs since it called schedule(), thus the 'rq' on its stack
2026 * frame will be invalid.
2027 */
2028 finish_task_switch(this_rq(), prev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029}
2030
2031/*
2032 * nr_running, nr_uninterruptible and nr_context_switches:
2033 *
2034 * externally visible scheduler statistics: current number of runnable
2035 * threads, current number of uninterruptible-sleeping threads, total
2036 * number of context switches performed since bootup.
2037 */
2038unsigned long nr_running(void)
2039{
2040 unsigned long i, sum = 0;
2041
2042 for_each_online_cpu(i)
2043 sum += cpu_rq(i)->nr_running;
2044
2045 return sum;
2046}
2047
2048unsigned long nr_uninterruptible(void)
2049{
2050 unsigned long i, sum = 0;
2051
KAMEZAWA Hiroyuki0a945022006-03-28 01:56:37 -08002052 for_each_possible_cpu(i)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002053 sum += cpu_rq(i)->nr_uninterruptible;
2054
2055 /*
2056 * Since we read the counters lockless, it might be slightly
2057 * inaccurate. Do not allow it to go below zero though:
2058 */
2059 if (unlikely((long)sum < 0))
2060 sum = 0;
2061
2062 return sum;
2063}
2064
2065unsigned long long nr_context_switches(void)
2066{
Steven Rostedtcc94abf2006-06-27 02:54:31 -07002067 int i;
2068 unsigned long long sum = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069
KAMEZAWA Hiroyuki0a945022006-03-28 01:56:37 -08002070 for_each_possible_cpu(i)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071 sum += cpu_rq(i)->nr_switches;
2072
2073 return sum;
2074}
2075
2076unsigned long nr_iowait(void)
2077{
2078 unsigned long i, sum = 0;
2079
KAMEZAWA Hiroyuki0a945022006-03-28 01:56:37 -08002080 for_each_possible_cpu(i)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081 sum += atomic_read(&cpu_rq(i)->nr_iowait);
2082
2083 return sum;
2084}
2085
Peter Zijlstra8c215bd2010-07-01 09:07:17 +02002086unsigned long nr_iowait_cpu(int cpu)
Arjan van de Ven69d25872009-09-21 17:04:08 -07002087{
Peter Zijlstra8c215bd2010-07-01 09:07:17 +02002088 struct rq *this = cpu_rq(cpu);
Arjan van de Ven69d25872009-09-21 17:04:08 -07002089 return atomic_read(&this->nr_iowait);
2090}
2091
2092unsigned long this_cpu_load(void)
2093{
2094 struct rq *this = this_rq();
2095 return this->cpu_load[0];
2096}
2097
2098
Thomas Gleixnerdce48a82009-04-11 10:43:41 +02002099/* Variables and functions for calc_load */
2100static atomic_long_t calc_load_tasks;
2101static unsigned long calc_load_update;
2102unsigned long avenrun[3];
2103EXPORT_SYMBOL(avenrun);
2104
Peter Zijlstra74f51872010-04-22 21:50:19 +02002105static long calc_load_fold_active(struct rq *this_rq)
2106{
2107 long nr_active, delta = 0;
2108
2109 nr_active = this_rq->nr_running;
2110 nr_active += (long) this_rq->nr_uninterruptible;
2111
2112 if (nr_active != this_rq->calc_load_active) {
2113 delta = nr_active - this_rq->calc_load_active;
2114 this_rq->calc_load_active = nr_active;
2115 }
2116
2117 return delta;
2118}
2119
Peter Zijlstra0f004f52010-11-30 19:48:45 +01002120static unsigned long
2121calc_load(unsigned long load, unsigned long exp, unsigned long active)
2122{
2123 load *= exp;
2124 load += active * (FIXED_1 - exp);
2125 load += 1UL << (FSHIFT - 1);
2126 return load >> FSHIFT;
2127}
2128
Peter Zijlstra74f51872010-04-22 21:50:19 +02002129#ifdef CONFIG_NO_HZ
2130/*
2131 * For NO_HZ we delay the active fold to the next LOAD_FREQ update.
2132 *
2133 * When making the ILB scale, we should try to pull this in as well.
2134 */
2135static atomic_long_t calc_load_tasks_idle;
2136
Peter Zijlstra029632f2011-10-25 10:00:11 +02002137void calc_load_account_idle(struct rq *this_rq)
Peter Zijlstra74f51872010-04-22 21:50:19 +02002138{
2139 long delta;
2140
2141 delta = calc_load_fold_active(this_rq);
2142 if (delta)
2143 atomic_long_add(delta, &calc_load_tasks_idle);
2144}
2145
2146static long calc_load_fold_idle(void)
2147{
2148 long delta = 0;
2149
2150 /*
2151 * Its got a race, we don't care...
2152 */
2153 if (atomic_long_read(&calc_load_tasks_idle))
2154 delta = atomic_long_xchg(&calc_load_tasks_idle, 0);
2155
2156 return delta;
2157}
Peter Zijlstra0f004f52010-11-30 19:48:45 +01002158
2159/**
2160 * fixed_power_int - compute: x^n, in O(log n) time
2161 *
2162 * @x: base of the power
2163 * @frac_bits: fractional bits of @x
2164 * @n: power to raise @x to.
2165 *
2166 * By exploiting the relation between the definition of the natural power
2167 * function: x^n := x*x*...*x (x multiplied by itself for n times), and
2168 * the binary encoding of numbers used by computers: n := \Sum n_i * 2^i,
2169 * (where: n_i \elem {0, 1}, the binary vector representing n),
2170 * we find: x^n := x^(\Sum n_i * 2^i) := \Prod x^(n_i * 2^i), which is
2171 * of course trivially computable in O(log_2 n), the length of our binary
2172 * vector.
2173 */
2174static unsigned long
2175fixed_power_int(unsigned long x, unsigned int frac_bits, unsigned int n)
2176{
2177 unsigned long result = 1UL << frac_bits;
2178
2179 if (n) for (;;) {
2180 if (n & 1) {
2181 result *= x;
2182 result += 1UL << (frac_bits - 1);
2183 result >>= frac_bits;
2184 }
2185 n >>= 1;
2186 if (!n)
2187 break;
2188 x *= x;
2189 x += 1UL << (frac_bits - 1);
2190 x >>= frac_bits;
2191 }
2192
2193 return result;
2194}
2195
2196/*
2197 * a1 = a0 * e + a * (1 - e)
2198 *
2199 * a2 = a1 * e + a * (1 - e)
2200 * = (a0 * e + a * (1 - e)) * e + a * (1 - e)
2201 * = a0 * e^2 + a * (1 - e) * (1 + e)
2202 *
2203 * a3 = a2 * e + a * (1 - e)
2204 * = (a0 * e^2 + a * (1 - e) * (1 + e)) * e + a * (1 - e)
2205 * = a0 * e^3 + a * (1 - e) * (1 + e + e^2)
2206 *
2207 * ...
2208 *
2209 * an = a0 * e^n + a * (1 - e) * (1 + e + ... + e^n-1) [1]
2210 * = a0 * e^n + a * (1 - e) * (1 - e^n)/(1 - e)
2211 * = a0 * e^n + a * (1 - e^n)
2212 *
2213 * [1] application of the geometric series:
2214 *
2215 * n 1 - x^(n+1)
2216 * S_n := \Sum x^i = -------------
2217 * i=0 1 - x
2218 */
2219static unsigned long
2220calc_load_n(unsigned long load, unsigned long exp,
2221 unsigned long active, unsigned int n)
2222{
2223
2224 return calc_load(load, fixed_power_int(exp, FSHIFT, n), active);
2225}
2226
2227/*
2228 * NO_HZ can leave us missing all per-cpu ticks calling
2229 * calc_load_account_active(), but since an idle CPU folds its delta into
2230 * calc_load_tasks_idle per calc_load_account_idle(), all we need to do is fold
2231 * in the pending idle delta if our idle period crossed a load cycle boundary.
2232 *
2233 * Once we've updated the global active value, we need to apply the exponential
2234 * weights adjusted to the number of cycles missed.
2235 */
2236static void calc_global_nohz(unsigned long ticks)
2237{
2238 long delta, active, n;
2239
2240 if (time_before(jiffies, calc_load_update))
2241 return;
2242
2243 /*
2244 * If we crossed a calc_load_update boundary, make sure to fold
2245 * any pending idle changes, the respective CPUs might have
2246 * missed the tick driven calc_load_account_active() update
2247 * due to NO_HZ.
2248 */
2249 delta = calc_load_fold_idle();
2250 if (delta)
2251 atomic_long_add(delta, &calc_load_tasks);
2252
2253 /*
2254 * If we were idle for multiple load cycles, apply them.
2255 */
2256 if (ticks >= LOAD_FREQ) {
2257 n = ticks / LOAD_FREQ;
2258
2259 active = atomic_long_read(&calc_load_tasks);
2260 active = active > 0 ? active * FIXED_1 : 0;
2261
2262 avenrun[0] = calc_load_n(avenrun[0], EXP_1, active, n);
2263 avenrun[1] = calc_load_n(avenrun[1], EXP_5, active, n);
2264 avenrun[2] = calc_load_n(avenrun[2], EXP_15, active, n);
2265
2266 calc_load_update += n * LOAD_FREQ;
2267 }
2268
2269 /*
2270 * Its possible the remainder of the above division also crosses
2271 * a LOAD_FREQ period, the regular check in calc_global_load()
2272 * which comes after this will take care of that.
2273 *
2274 * Consider us being 11 ticks before a cycle completion, and us
2275 * sleeping for 4*LOAD_FREQ + 22 ticks, then the above code will
2276 * age us 4 cycles, and the test in calc_global_load() will
2277 * pick up the final one.
2278 */
2279}
Peter Zijlstra74f51872010-04-22 21:50:19 +02002280#else
Peter Zijlstra029632f2011-10-25 10:00:11 +02002281void calc_load_account_idle(struct rq *this_rq)
Peter Zijlstra74f51872010-04-22 21:50:19 +02002282{
2283}
2284
2285static inline long calc_load_fold_idle(void)
2286{
2287 return 0;
2288}
Peter Zijlstra0f004f52010-11-30 19:48:45 +01002289
2290static void calc_global_nohz(unsigned long ticks)
2291{
2292}
Peter Zijlstra74f51872010-04-22 21:50:19 +02002293#endif
2294
Thomas Gleixner2d024942009-05-02 20:08:52 +02002295/**
2296 * get_avenrun - get the load average array
2297 * @loads: pointer to dest load array
2298 * @offset: offset to add
2299 * @shift: shift count to shift the result left
2300 *
2301 * These values are estimates at best, so no need for locking.
2302 */
2303void get_avenrun(unsigned long *loads, unsigned long offset, int shift)
2304{
2305 loads[0] = (avenrun[0] + offset) << shift;
2306 loads[1] = (avenrun[1] + offset) << shift;
2307 loads[2] = (avenrun[2] + offset) << shift;
2308}
2309
Thomas Gleixnerdce48a82009-04-11 10:43:41 +02002310/*
2311 * calc_load - update the avenrun load estimates 10 ticks after the
2312 * CPUs have updated calc_load_tasks.
2313 */
Peter Zijlstra0f004f52010-11-30 19:48:45 +01002314void calc_global_load(unsigned long ticks)
Thomas Gleixnerdce48a82009-04-11 10:43:41 +02002315{
Thomas Gleixnerdce48a82009-04-11 10:43:41 +02002316 long active;
2317
Peter Zijlstra0f004f52010-11-30 19:48:45 +01002318 calc_global_nohz(ticks);
2319
2320 if (time_before(jiffies, calc_load_update + 10))
Thomas Gleixnerdce48a82009-04-11 10:43:41 +02002321 return;
2322
2323 active = atomic_long_read(&calc_load_tasks);
2324 active = active > 0 ? active * FIXED_1 : 0;
2325
2326 avenrun[0] = calc_load(avenrun[0], EXP_1, active);
2327 avenrun[1] = calc_load(avenrun[1], EXP_5, active);
2328 avenrun[2] = calc_load(avenrun[2], EXP_15, active);
2329
2330 calc_load_update += LOAD_FREQ;
2331}
2332
2333/*
Peter Zijlstra74f51872010-04-22 21:50:19 +02002334 * Called from update_cpu_load() to periodically update this CPU's
2335 * active count.
Thomas Gleixnerdce48a82009-04-11 10:43:41 +02002336 */
2337static void calc_load_account_active(struct rq *this_rq)
2338{
Peter Zijlstra74f51872010-04-22 21:50:19 +02002339 long delta;
Thomas Gleixnerdce48a82009-04-11 10:43:41 +02002340
Peter Zijlstra74f51872010-04-22 21:50:19 +02002341 if (time_before(jiffies, this_rq->calc_load_update))
2342 return;
Thomas Gleixnerdce48a82009-04-11 10:43:41 +02002343
Peter Zijlstra74f51872010-04-22 21:50:19 +02002344 delta = calc_load_fold_active(this_rq);
2345 delta += calc_load_fold_idle();
2346 if (delta)
Thomas Gleixnerdce48a82009-04-11 10:43:41 +02002347 atomic_long_add(delta, &calc_load_tasks);
Peter Zijlstra74f51872010-04-22 21:50:19 +02002348
2349 this_rq->calc_load_update += LOAD_FREQ;
Jack Steinerdb1b1fe2006-03-31 02:31:21 -08002350}
2351
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352/*
Venkatesh Pallipadifdf3e952010-05-17 18:14:43 -07002353 * The exact cpuload at various idx values, calculated at every tick would be
2354 * load = (2^idx - 1) / 2^idx * load + 1 / 2^idx * cur_load
2355 *
2356 * If a cpu misses updates for n-1 ticks (as it was idle) and update gets called
2357 * on nth tick when cpu may be busy, then we have:
2358 * load = ((2^idx - 1) / 2^idx)^(n-1) * load
2359 * load = (2^idx - 1) / 2^idx) * load + 1 / 2^idx * cur_load
2360 *
2361 * decay_load_missed() below does efficient calculation of
2362 * load = ((2^idx - 1) / 2^idx)^(n-1) * load
2363 * avoiding 0..n-1 loop doing load = ((2^idx - 1) / 2^idx) * load
2364 *
2365 * The calculation is approximated on a 128 point scale.
2366 * degrade_zero_ticks is the number of ticks after which load at any
2367 * particular idx is approximated to be zero.
2368 * degrade_factor is a precomputed table, a row for each load idx.
2369 * Each column corresponds to degradation factor for a power of two ticks,
2370 * based on 128 point scale.
2371 * Example:
2372 * row 2, col 3 (=12) says that the degradation at load idx 2 after
2373 * 8 ticks is 12/128 (which is an approximation of exact factor 3^8/4^8).
2374 *
2375 * With this power of 2 load factors, we can degrade the load n times
2376 * by looking at 1 bits in n and doing as many mult/shift instead of
2377 * n mult/shifts needed by the exact degradation.
2378 */
2379#define DEGRADE_SHIFT 7
2380static const unsigned char
2381 degrade_zero_ticks[CPU_LOAD_IDX_MAX] = {0, 8, 32, 64, 128};
2382static const unsigned char
2383 degrade_factor[CPU_LOAD_IDX_MAX][DEGRADE_SHIFT + 1] = {
2384 {0, 0, 0, 0, 0, 0, 0, 0},
2385 {64, 32, 8, 0, 0, 0, 0, 0},
2386 {96, 72, 40, 12, 1, 0, 0},
2387 {112, 98, 75, 43, 15, 1, 0},
2388 {120, 112, 98, 76, 45, 16, 2} };
2389
2390/*
2391 * Update cpu_load for any missed ticks, due to tickless idle. The backlog
2392 * would be when CPU is idle and so we just decay the old load without
2393 * adding any new load.
2394 */
2395static unsigned long
2396decay_load_missed(unsigned long load, unsigned long missed_updates, int idx)
2397{
2398 int j = 0;
2399
2400 if (!missed_updates)
2401 return load;
2402
2403 if (missed_updates >= degrade_zero_ticks[idx])
2404 return 0;
2405
2406 if (idx == 1)
2407 return load >> missed_updates;
2408
2409 while (missed_updates) {
2410 if (missed_updates % 2)
2411 load = (load * degrade_factor[idx][j]) >> DEGRADE_SHIFT;
2412
2413 missed_updates >>= 1;
2414 j++;
2415 }
2416 return load;
2417}
2418
2419/*
Ingo Molnardd41f592007-07-09 18:51:59 +02002420 * Update rq->cpu_load[] statistics. This function is usually called every
Venkatesh Pallipadifdf3e952010-05-17 18:14:43 -07002421 * scheduler tick (TICK_NSEC). With tickless idle this will not be called
2422 * every tick. We fix it up based on jiffies.
Ingo Molnar48f24c42006-07-03 00:25:40 -07002423 */
Peter Zijlstra029632f2011-10-25 10:00:11 +02002424void update_cpu_load(struct rq *this_rq)
Ingo Molnar48f24c42006-07-03 00:25:40 -07002425{
Dmitry Adamushko495eca42007-10-15 17:00:06 +02002426 unsigned long this_load = this_rq->load.weight;
Venkatesh Pallipadifdf3e952010-05-17 18:14:43 -07002427 unsigned long curr_jiffies = jiffies;
2428 unsigned long pending_updates;
Ingo Molnardd41f592007-07-09 18:51:59 +02002429 int i, scale;
2430
2431 this_rq->nr_load_updates++;
Ingo Molnardd41f592007-07-09 18:51:59 +02002432
Venkatesh Pallipadifdf3e952010-05-17 18:14:43 -07002433 /* Avoid repeated calls on same jiffy, when moving in and out of idle */
2434 if (curr_jiffies == this_rq->last_load_update_tick)
2435 return;
2436
2437 pending_updates = curr_jiffies - this_rq->last_load_update_tick;
2438 this_rq->last_load_update_tick = curr_jiffies;
2439
Ingo Molnardd41f592007-07-09 18:51:59 +02002440 /* Update our load: */
Venkatesh Pallipadifdf3e952010-05-17 18:14:43 -07002441 this_rq->cpu_load[0] = this_load; /* Fasttrack for idx 0 */
2442 for (i = 1, scale = 2; i < CPU_LOAD_IDX_MAX; i++, scale += scale) {
Ingo Molnardd41f592007-07-09 18:51:59 +02002443 unsigned long old_load, new_load;
2444
2445 /* scale is effectively 1 << i now, and >> i divides by scale */
2446
2447 old_load = this_rq->cpu_load[i];
Venkatesh Pallipadifdf3e952010-05-17 18:14:43 -07002448 old_load = decay_load_missed(old_load, pending_updates - 1, i);
Ingo Molnardd41f592007-07-09 18:51:59 +02002449 new_load = this_load;
Ingo Molnara25707f2007-10-15 17:00:03 +02002450 /*
2451 * Round up the averaging division if load is increasing. This
2452 * prevents us from getting stuck on 9 if the load is 10, for
2453 * example.
2454 */
2455 if (new_load > old_load)
Venkatesh Pallipadifdf3e952010-05-17 18:14:43 -07002456 new_load += scale - 1;
2457
2458 this_rq->cpu_load[i] = (old_load * (scale - 1) + new_load) >> i;
Ingo Molnardd41f592007-07-09 18:51:59 +02002459 }
Suresh Siddhada2b71e2010-08-23 13:42:51 -07002460
2461 sched_avg_update(this_rq);
Venkatesh Pallipadifdf3e952010-05-17 18:14:43 -07002462}
2463
2464static void update_cpu_load_active(struct rq *this_rq)
2465{
2466 update_cpu_load(this_rq);
Thomas Gleixnerdce48a82009-04-11 10:43:41 +02002467
Peter Zijlstra74f51872010-04-22 21:50:19 +02002468 calc_load_account_active(this_rq);
Ingo Molnar48f24c42006-07-03 00:25:40 -07002469}
2470
Ingo Molnardd41f592007-07-09 18:51:59 +02002471#ifdef CONFIG_SMP
2472
Ingo Molnar48f24c42006-07-03 00:25:40 -07002473/*
Peter Zijlstra38022902009-12-16 18:04:37 +01002474 * sched_exec - execve() is a valuable balancing opportunity, because at
2475 * this point the task has the smallest effective memory and cache footprint.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002476 */
Peter Zijlstra38022902009-12-16 18:04:37 +01002477void sched_exec(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478{
Peter Zijlstra38022902009-12-16 18:04:37 +01002479 struct task_struct *p = current;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480 unsigned long flags;
Peter Zijlstra0017d732010-03-24 18:34:10 +01002481 int dest_cpu;
Peter Zijlstra38022902009-12-16 18:04:37 +01002482
Peter Zijlstra8f42ced2011-04-05 17:23:53 +02002483 raw_spin_lock_irqsave(&p->pi_lock, flags);
Peter Zijlstra7608dec2011-04-05 17:23:46 +02002484 dest_cpu = p->sched_class->select_task_rq(p, SD_BALANCE_EXEC, 0);
Peter Zijlstra0017d732010-03-24 18:34:10 +01002485 if (dest_cpu == smp_processor_id())
2486 goto unlock;
Peter Zijlstra38022902009-12-16 18:04:37 +01002487
Peter Zijlstra8f42ced2011-04-05 17:23:53 +02002488 if (likely(cpu_active(dest_cpu))) {
Tejun Heo969c7922010-05-06 18:49:21 +02002489 struct migration_arg arg = { p, dest_cpu };
Ingo Molnar36c8b582006-07-03 00:25:41 -07002490
Peter Zijlstra8f42ced2011-04-05 17:23:53 +02002491 raw_spin_unlock_irqrestore(&p->pi_lock, flags);
2492 stop_one_cpu(task_cpu(p), migration_cpu_stop, &arg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002493 return;
2494 }
Peter Zijlstra0017d732010-03-24 18:34:10 +01002495unlock:
Peter Zijlstra8f42ced2011-04-05 17:23:53 +02002496 raw_spin_unlock_irqrestore(&p->pi_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002497}
2498
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499#endif
2500
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501DEFINE_PER_CPU(struct kernel_stat, kstat);
2502
2503EXPORT_PER_CPU_SYMBOL(kstat);
2504
2505/*
Hidetoshi Setoc5f8d992009-03-31 16:56:03 +09002506 * Return any ns on the sched_clock that have not yet been accounted in
Frank Mayharf06febc2008-09-12 09:54:39 -07002507 * @p in case that task is currently running.
Hidetoshi Setoc5f8d992009-03-31 16:56:03 +09002508 *
2509 * Called with task_rq_lock() held on @rq.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002510 */
Hidetoshi Setoc5f8d992009-03-31 16:56:03 +09002511static u64 do_task_delta_exec(struct task_struct *p, struct rq *rq)
2512{
2513 u64 ns = 0;
2514
2515 if (task_current(rq, p)) {
2516 update_rq_clock(rq);
Venkatesh Pallipadi305e6832010-10-04 17:03:21 -07002517 ns = rq->clock_task - p->se.exec_start;
Hidetoshi Setoc5f8d992009-03-31 16:56:03 +09002518 if ((s64)ns < 0)
2519 ns = 0;
2520 }
2521
2522 return ns;
2523}
2524
Frank Mayharbb34d922008-09-12 09:54:39 -07002525unsigned long long task_delta_exec(struct task_struct *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527 unsigned long flags;
Ingo Molnar41b86e92007-07-09 18:51:58 +02002528 struct rq *rq;
Frank Mayharbb34d922008-09-12 09:54:39 -07002529 u64 ns = 0;
Ingo Molnar48f24c42006-07-03 00:25:40 -07002530
Ingo Molnar41b86e92007-07-09 18:51:58 +02002531 rq = task_rq_lock(p, &flags);
Hidetoshi Setoc5f8d992009-03-31 16:56:03 +09002532 ns = do_task_delta_exec(p, rq);
Peter Zijlstra0122ec52011-04-05 17:23:51 +02002533 task_rq_unlock(rq, p, &flags);
Ingo Molnar15084872008-09-30 08:28:17 +02002534
Hidetoshi Setoc5f8d992009-03-31 16:56:03 +09002535 return ns;
2536}
Frank Mayharf06febc2008-09-12 09:54:39 -07002537
Hidetoshi Setoc5f8d992009-03-31 16:56:03 +09002538/*
2539 * Return accounted runtime for the task.
2540 * In case the task is currently running, return the runtime plus current's
2541 * pending runtime that have not been accounted yet.
2542 */
2543unsigned long long task_sched_runtime(struct task_struct *p)
2544{
2545 unsigned long flags;
2546 struct rq *rq;
2547 u64 ns = 0;
Ingo Molnar48f24c42006-07-03 00:25:40 -07002548
Hidetoshi Setoc5f8d992009-03-31 16:56:03 +09002549 rq = task_rq_lock(p, &flags);
2550 ns = p->se.sum_exec_runtime + do_task_delta_exec(p, rq);
Peter Zijlstra0122ec52011-04-05 17:23:51 +02002551 task_rq_unlock(rq, p, &flags);
Hidetoshi Setoc5f8d992009-03-31 16:56:03 +09002552
2553 return ns;
2554}
2555
2556/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002557 * Account user cpu time to a process.
2558 * @p: the process that the cpu time gets accounted to
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559 * @cputime: the cpu time spent in user space since the last update
Martin Schwidefsky457533a2008-12-31 15:11:37 +01002560 * @cputime_scaled: cputime scaled by cpu frequency
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561 */
Martin Schwidefsky457533a2008-12-31 15:11:37 +01002562void account_user_time(struct task_struct *p, cputime_t cputime,
2563 cputime_t cputime_scaled)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564{
2565 struct cpu_usage_stat *cpustat = &kstat_this_cpu.cpustat;
2566 cputime64_t tmp;
2567
Martin Schwidefsky457533a2008-12-31 15:11:37 +01002568 /* Add user time to process. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569 p->utime = cputime_add(p->utime, cputime);
Martin Schwidefsky457533a2008-12-31 15:11:37 +01002570 p->utimescaled = cputime_add(p->utimescaled, cputime_scaled);
Frank Mayharf06febc2008-09-12 09:54:39 -07002571 account_group_user_time(p, cputime);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572
2573 /* Add user time to cpustat. */
2574 tmp = cputime_to_cputime64(cputime);
2575 if (TASK_NICE(p) > 0)
2576 cpustat->nice = cputime64_add(cpustat->nice, tmp);
2577 else
2578 cpustat->user = cputime64_add(cpustat->user, tmp);
Bharata B Raoef12fef2009-03-31 10:02:22 +05302579
2580 cpuacct_update_stats(p, CPUACCT_STAT_USER, cputime);
Jonathan Lim49b5cf32008-07-25 01:48:40 -07002581 /* Account for user time used */
2582 acct_update_integrals(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583}
2584
2585/*
Laurent Vivier94886b82007-10-15 17:00:19 +02002586 * Account guest cpu time to a process.
2587 * @p: the process that the cpu time gets accounted to
2588 * @cputime: the cpu time spent in virtual machine since the last update
Martin Schwidefsky457533a2008-12-31 15:11:37 +01002589 * @cputime_scaled: cputime scaled by cpu frequency
Laurent Vivier94886b82007-10-15 17:00:19 +02002590 */
Martin Schwidefsky457533a2008-12-31 15:11:37 +01002591static void account_guest_time(struct task_struct *p, cputime_t cputime,
2592 cputime_t cputime_scaled)
Laurent Vivier94886b82007-10-15 17:00:19 +02002593{
2594 cputime64_t tmp;
2595 struct cpu_usage_stat *cpustat = &kstat_this_cpu.cpustat;
2596
2597 tmp = cputime_to_cputime64(cputime);
2598
Martin Schwidefsky457533a2008-12-31 15:11:37 +01002599 /* Add guest time to process. */
Laurent Vivier94886b82007-10-15 17:00:19 +02002600 p->utime = cputime_add(p->utime, cputime);
Martin Schwidefsky457533a2008-12-31 15:11:37 +01002601 p->utimescaled = cputime_add(p->utimescaled, cputime_scaled);
Frank Mayharf06febc2008-09-12 09:54:39 -07002602 account_group_user_time(p, cputime);
Laurent Vivier94886b82007-10-15 17:00:19 +02002603 p->gtime = cputime_add(p->gtime, cputime);
2604
Martin Schwidefsky457533a2008-12-31 15:11:37 +01002605 /* Add guest time to cpustat. */
Ryota Ozakice0e7b22009-10-24 01:20:10 +09002606 if (TASK_NICE(p) > 0) {
2607 cpustat->nice = cputime64_add(cpustat->nice, tmp);
2608 cpustat->guest_nice = cputime64_add(cpustat->guest_nice, tmp);
2609 } else {
2610 cpustat->user = cputime64_add(cpustat->user, tmp);
2611 cpustat->guest = cputime64_add(cpustat->guest, tmp);
2612 }
Laurent Vivier94886b82007-10-15 17:00:19 +02002613}
2614
2615/*
Venkatesh Pallipadi70a89a62010-12-21 17:09:02 -08002616 * Account system cpu time to a process and desired cpustat field
2617 * @p: the process that the cpu time gets accounted to
2618 * @cputime: the cpu time spent in kernel space since the last update
2619 * @cputime_scaled: cputime scaled by cpu frequency
2620 * @target_cputime64: pointer to cpustat field that has to be updated
2621 */
2622static inline
2623void __account_system_time(struct task_struct *p, cputime_t cputime,
2624 cputime_t cputime_scaled, cputime64_t *target_cputime64)
2625{
2626 cputime64_t tmp = cputime_to_cputime64(cputime);
2627
2628 /* Add system time to process. */
2629 p->stime = cputime_add(p->stime, cputime);
2630 p->stimescaled = cputime_add(p->stimescaled, cputime_scaled);
2631 account_group_system_time(p, cputime);
2632
2633 /* Add system time to cpustat. */
2634 *target_cputime64 = cputime64_add(*target_cputime64, tmp);
2635 cpuacct_update_stats(p, CPUACCT_STAT_SYSTEM, cputime);
2636
2637 /* Account for system time used */
2638 acct_update_integrals(p);
2639}
2640
2641/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002642 * Account system cpu time to a process.
2643 * @p: the process that the cpu time gets accounted to
2644 * @hardirq_offset: the offset to subtract from hardirq_count()
2645 * @cputime: the cpu time spent in kernel space since the last update
Martin Schwidefsky457533a2008-12-31 15:11:37 +01002646 * @cputime_scaled: cputime scaled by cpu frequency
Linus Torvalds1da177e2005-04-16 15:20:36 -07002647 */
2648void account_system_time(struct task_struct *p, int hardirq_offset,
Martin Schwidefsky457533a2008-12-31 15:11:37 +01002649 cputime_t cputime, cputime_t cputime_scaled)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002650{
2651 struct cpu_usage_stat *cpustat = &kstat_this_cpu.cpustat;
Venkatesh Pallipadi70a89a62010-12-21 17:09:02 -08002652 cputime64_t *target_cputime64;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002653
Harvey Harrison983ed7a2008-04-24 18:17:55 -07002654 if ((p->flags & PF_VCPU) && (irq_count() - hardirq_offset == 0)) {
Martin Schwidefsky457533a2008-12-31 15:11:37 +01002655 account_guest_time(p, cputime, cputime_scaled);
Harvey Harrison983ed7a2008-04-24 18:17:55 -07002656 return;
2657 }
Laurent Vivier94886b82007-10-15 17:00:19 +02002658
Linus Torvalds1da177e2005-04-16 15:20:36 -07002659 if (hardirq_count() - hardirq_offset)
Venkatesh Pallipadi70a89a62010-12-21 17:09:02 -08002660 target_cputime64 = &cpustat->irq;
Venkatesh Pallipadi75e10562010-10-04 17:03:16 -07002661 else if (in_serving_softirq())
Venkatesh Pallipadi70a89a62010-12-21 17:09:02 -08002662 target_cputime64 = &cpustat->softirq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663 else
Venkatesh Pallipadi70a89a62010-12-21 17:09:02 -08002664 target_cputime64 = &cpustat->system;
Martin Schwidefsky79741dd2008-12-31 15:11:38 +01002665
Venkatesh Pallipadi70a89a62010-12-21 17:09:02 -08002666 __account_system_time(p, cputime, cputime_scaled, target_cputime64);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667}
2668
2669/*
2670 * Account for involuntary wait time.
Venkatesh Pallipadi544b4a12011-02-25 15:13:16 -08002671 * @cputime: the cpu time spent in involuntary wait
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672 */
Martin Schwidefsky79741dd2008-12-31 15:11:38 +01002673void account_steal_time(cputime_t cputime)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002675 struct cpu_usage_stat *cpustat = &kstat_this_cpu.cpustat;
Martin Schwidefsky79741dd2008-12-31 15:11:38 +01002676 cputime64_t cputime64 = cputime_to_cputime64(cputime);
2677
2678 cpustat->steal = cputime64_add(cpustat->steal, cputime64);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002679}
2680
Christoph Lameter7835b982006-12-10 02:20:22 -08002681/*
Martin Schwidefsky79741dd2008-12-31 15:11:38 +01002682 * Account for idle time.
2683 * @cputime: the cpu time spent in idle wait
Linus Torvalds1da177e2005-04-16 15:20:36 -07002684 */
Martin Schwidefsky79741dd2008-12-31 15:11:38 +01002685void account_idle_time(cputime_t cputime)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686{
2687 struct cpu_usage_stat *cpustat = &kstat_this_cpu.cpustat;
Martin Schwidefsky79741dd2008-12-31 15:11:38 +01002688 cputime64_t cputime64 = cputime_to_cputime64(cputime);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002689 struct rq *rq = this_rq();
2690
Martin Schwidefsky79741dd2008-12-31 15:11:38 +01002691 if (atomic_read(&rq->nr_iowait) > 0)
2692 cpustat->iowait = cputime64_add(cpustat->iowait, cputime64);
2693 else
2694 cpustat->idle = cputime64_add(cpustat->idle, cputime64);
Christoph Lameter7835b982006-12-10 02:20:22 -08002695}
2696
Glauber Costae6e66852011-07-11 15:28:17 -04002697static __always_inline bool steal_account_process_tick(void)
2698{
2699#ifdef CONFIG_PARAVIRT
2700 if (static_branch(&paravirt_steal_enabled)) {
2701 u64 steal, st = 0;
2702
2703 steal = paravirt_steal_clock(smp_processor_id());
2704 steal -= this_rq()->prev_steal_time;
2705
2706 st = steal_ticks(steal);
2707 this_rq()->prev_steal_time += st * TICK_NSEC;
2708
2709 account_steal_time(st);
2710 return st;
2711 }
2712#endif
2713 return false;
2714}
2715
Martin Schwidefsky79741dd2008-12-31 15:11:38 +01002716#ifndef CONFIG_VIRT_CPU_ACCOUNTING
2717
Venkatesh Pallipadiabb74ce2010-12-21 17:09:03 -08002718#ifdef CONFIG_IRQ_TIME_ACCOUNTING
2719/*
2720 * Account a tick to a process and cpustat
2721 * @p: the process that the cpu time gets accounted to
2722 * @user_tick: is the tick from userspace
2723 * @rq: the pointer to rq
2724 *
2725 * Tick demultiplexing follows the order
2726 * - pending hardirq update
2727 * - pending softirq update
2728 * - user_time
2729 * - idle_time
2730 * - system time
2731 * - check for guest_time
2732 * - else account as system_time
2733 *
2734 * Check for hardirq is done both for system and user time as there is
2735 * no timer going off while we are on hardirq and hence we may never get an
2736 * opportunity to update it solely in system time.
2737 * p->stime and friends are only updated on system time and not on irq
2738 * softirq as those do not count in task exec_runtime any more.
2739 */
2740static void irqtime_account_process_tick(struct task_struct *p, int user_tick,
2741 struct rq *rq)
2742{
2743 cputime_t one_jiffy_scaled = cputime_to_scaled(cputime_one_jiffy);
2744 cputime64_t tmp = cputime_to_cputime64(cputime_one_jiffy);
2745 struct cpu_usage_stat *cpustat = &kstat_this_cpu.cpustat;
2746
Glauber Costae6e66852011-07-11 15:28:17 -04002747 if (steal_account_process_tick())
2748 return;
2749
Venkatesh Pallipadiabb74ce2010-12-21 17:09:03 -08002750 if (irqtime_account_hi_update()) {
2751 cpustat->irq = cputime64_add(cpustat->irq, tmp);
2752 } else if (irqtime_account_si_update()) {
2753 cpustat->softirq = cputime64_add(cpustat->softirq, tmp);
Venkatesh Pallipadi414bee92010-12-21 17:09:04 -08002754 } else if (this_cpu_ksoftirqd() == p) {
2755 /*
2756 * ksoftirqd time do not get accounted in cpu_softirq_time.
2757 * So, we have to handle it separately here.
2758 * Also, p->stime needs to be updated for ksoftirqd.
2759 */
2760 __account_system_time(p, cputime_one_jiffy, one_jiffy_scaled,
2761 &cpustat->softirq);
Venkatesh Pallipadiabb74ce2010-12-21 17:09:03 -08002762 } else if (user_tick) {
2763 account_user_time(p, cputime_one_jiffy, one_jiffy_scaled);
2764 } else if (p == rq->idle) {
2765 account_idle_time(cputime_one_jiffy);
2766 } else if (p->flags & PF_VCPU) { /* System time or guest time */
2767 account_guest_time(p, cputime_one_jiffy, one_jiffy_scaled);
2768 } else {
2769 __account_system_time(p, cputime_one_jiffy, one_jiffy_scaled,
2770 &cpustat->system);
2771 }
2772}
2773
2774static void irqtime_account_idle_ticks(int ticks)
2775{
2776 int i;
2777 struct rq *rq = this_rq();
2778
2779 for (i = 0; i < ticks; i++)
2780 irqtime_account_process_tick(current, 0, rq);
2781}
Venkatesh Pallipadi544b4a12011-02-25 15:13:16 -08002782#else /* CONFIG_IRQ_TIME_ACCOUNTING */
Venkatesh Pallipadiabb74ce2010-12-21 17:09:03 -08002783static void irqtime_account_idle_ticks(int ticks) {}
2784static void irqtime_account_process_tick(struct task_struct *p, int user_tick,
2785 struct rq *rq) {}
Venkatesh Pallipadi544b4a12011-02-25 15:13:16 -08002786#endif /* CONFIG_IRQ_TIME_ACCOUNTING */
Martin Schwidefsky79741dd2008-12-31 15:11:38 +01002787
2788/*
2789 * Account a single tick of cpu time.
2790 * @p: the process that the cpu time gets accounted to
2791 * @user_tick: indicates if the tick is a user or a system tick
2792 */
2793void account_process_tick(struct task_struct *p, int user_tick)
2794{
Stanislaw Gruszkaa42548a2009-07-29 12:15:29 +02002795 cputime_t one_jiffy_scaled = cputime_to_scaled(cputime_one_jiffy);
Martin Schwidefsky79741dd2008-12-31 15:11:38 +01002796 struct rq *rq = this_rq();
2797
Venkatesh Pallipadiabb74ce2010-12-21 17:09:03 -08002798 if (sched_clock_irqtime) {
2799 irqtime_account_process_tick(p, user_tick, rq);
2800 return;
2801 }
2802
Glauber Costae6e66852011-07-11 15:28:17 -04002803 if (steal_account_process_tick())
2804 return;
2805
Martin Schwidefsky79741dd2008-12-31 15:11:38 +01002806 if (user_tick)
Stanislaw Gruszkaa42548a2009-07-29 12:15:29 +02002807 account_user_time(p, cputime_one_jiffy, one_jiffy_scaled);
Eric Dumazetf5f293a2009-04-29 14:44:49 +02002808 else if ((p != rq->idle) || (irq_count() != HARDIRQ_OFFSET))
Stanislaw Gruszkaa42548a2009-07-29 12:15:29 +02002809 account_system_time(p, HARDIRQ_OFFSET, cputime_one_jiffy,
Martin Schwidefsky79741dd2008-12-31 15:11:38 +01002810 one_jiffy_scaled);
2811 else
Stanislaw Gruszkaa42548a2009-07-29 12:15:29 +02002812 account_idle_time(cputime_one_jiffy);
Martin Schwidefsky79741dd2008-12-31 15:11:38 +01002813}
2814
2815/*
2816 * Account multiple ticks of steal time.
2817 * @p: the process from which the cpu time has been stolen
2818 * @ticks: number of stolen ticks
2819 */
2820void account_steal_ticks(unsigned long ticks)
2821{
2822 account_steal_time(jiffies_to_cputime(ticks));
2823}
2824
2825/*
2826 * Account multiple ticks of idle time.
2827 * @ticks: number of stolen ticks
2828 */
2829void account_idle_ticks(unsigned long ticks)
2830{
Venkatesh Pallipadiabb74ce2010-12-21 17:09:03 -08002831
2832 if (sched_clock_irqtime) {
2833 irqtime_account_idle_ticks(ticks);
2834 return;
2835 }
2836
Martin Schwidefsky79741dd2008-12-31 15:11:38 +01002837 account_idle_time(jiffies_to_cputime(ticks));
2838}
2839
2840#endif
2841
Christoph Lameter7835b982006-12-10 02:20:22 -08002842/*
Balbir Singh49048622008-09-05 18:12:23 +02002843 * Use precise platform statistics if available:
2844 */
2845#ifdef CONFIG_VIRT_CPU_ACCOUNTING
Hidetoshi Setod180c5b2009-11-26 14:48:30 +09002846void task_times(struct task_struct *p, cputime_t *ut, cputime_t *st)
Balbir Singh49048622008-09-05 18:12:23 +02002847{
Hidetoshi Setod99ca3b2009-12-02 17:26:47 +09002848 *ut = p->utime;
2849 *st = p->stime;
Balbir Singh49048622008-09-05 18:12:23 +02002850}
2851
Hidetoshi Seto0cf55e12009-12-02 17:28:07 +09002852void thread_group_times(struct task_struct *p, cputime_t *ut, cputime_t *st)
Balbir Singh49048622008-09-05 18:12:23 +02002853{
Hidetoshi Seto0cf55e12009-12-02 17:28:07 +09002854 struct task_cputime cputime;
2855
2856 thread_group_cputime(p, &cputime);
2857
2858 *ut = cputime.utime;
2859 *st = cputime.stime;
Balbir Singh49048622008-09-05 18:12:23 +02002860}
2861#else
Hidetoshi Seto761b1d22009-11-12 13:33:45 +09002862
2863#ifndef nsecs_to_cputime
Hidetoshi Setob7b20df92009-11-26 14:49:27 +09002864# define nsecs_to_cputime(__nsecs) nsecs_to_jiffies(__nsecs)
Hidetoshi Seto761b1d22009-11-12 13:33:45 +09002865#endif
2866
Hidetoshi Setod180c5b2009-11-26 14:48:30 +09002867void task_times(struct task_struct *p, cputime_t *ut, cputime_t *st)
Balbir Singh49048622008-09-05 18:12:23 +02002868{
Hidetoshi Setod99ca3b2009-12-02 17:26:47 +09002869 cputime_t rtime, utime = p->utime, total = cputime_add(utime, p->stime);
Balbir Singh49048622008-09-05 18:12:23 +02002870
2871 /*
2872 * Use CFS's precise accounting:
2873 */
Hidetoshi Setod180c5b2009-11-26 14:48:30 +09002874 rtime = nsecs_to_cputime(p->se.sum_exec_runtime);
Balbir Singh49048622008-09-05 18:12:23 +02002875
2876 if (total) {
Stanislaw Gruszkae75e8632010-09-14 16:35:14 +02002877 u64 temp = rtime;
Balbir Singh49048622008-09-05 18:12:23 +02002878
Stanislaw Gruszkae75e8632010-09-14 16:35:14 +02002879 temp *= utime;
Balbir Singh49048622008-09-05 18:12:23 +02002880 do_div(temp, total);
Hidetoshi Setod180c5b2009-11-26 14:48:30 +09002881 utime = (cputime_t)temp;
2882 } else
2883 utime = rtime;
Balbir Singh49048622008-09-05 18:12:23 +02002884
2885 /*
Hidetoshi Setod180c5b2009-11-26 14:48:30 +09002886 * Compare with previous values, to keep monotonicity:
Balbir Singh49048622008-09-05 18:12:23 +02002887 */
Hidetoshi Seto761b1d22009-11-12 13:33:45 +09002888 p->prev_utime = max(p->prev_utime, utime);
Hidetoshi Setod99ca3b2009-12-02 17:26:47 +09002889 p->prev_stime = max(p->prev_stime, cputime_sub(rtime, p->prev_utime));
Balbir Singh49048622008-09-05 18:12:23 +02002890
Hidetoshi Setod99ca3b2009-12-02 17:26:47 +09002891 *ut = p->prev_utime;
2892 *st = p->prev_stime;
Hidetoshi Setod180c5b2009-11-26 14:48:30 +09002893}
Balbir Singh49048622008-09-05 18:12:23 +02002894
Hidetoshi Seto0cf55e12009-12-02 17:28:07 +09002895/*
2896 * Must be called with siglock held.
2897 */
2898void thread_group_times(struct task_struct *p, cputime_t *ut, cputime_t *st)
2899{
2900 struct signal_struct *sig = p->signal;
2901 struct task_cputime cputime;
2902 cputime_t rtime, utime, total;
2903
2904 thread_group_cputime(p, &cputime);
2905
2906 total = cputime_add(cputime.utime, cputime.stime);
2907 rtime = nsecs_to_cputime(cputime.sum_exec_runtime);
2908
2909 if (total) {
Stanislaw Gruszkae75e8632010-09-14 16:35:14 +02002910 u64 temp = rtime;
Hidetoshi Seto0cf55e12009-12-02 17:28:07 +09002911
Stanislaw Gruszkae75e8632010-09-14 16:35:14 +02002912 temp *= cputime.utime;
Hidetoshi Seto0cf55e12009-12-02 17:28:07 +09002913 do_div(temp, total);
2914 utime = (cputime_t)temp;
2915 } else
2916 utime = rtime;
2917
2918 sig->prev_utime = max(sig->prev_utime, utime);
2919 sig->prev_stime = max(sig->prev_stime,
2920 cputime_sub(rtime, sig->prev_utime));
2921
2922 *ut = sig->prev_utime;
2923 *st = sig->prev_stime;
Balbir Singh49048622008-09-05 18:12:23 +02002924}
2925#endif
2926
Balbir Singh49048622008-09-05 18:12:23 +02002927/*
Christoph Lameter7835b982006-12-10 02:20:22 -08002928 * This function gets called by the timer code, with HZ frequency.
2929 * We call it with interrupts disabled.
Christoph Lameter7835b982006-12-10 02:20:22 -08002930 */
2931void scheduler_tick(void)
2932{
Christoph Lameter7835b982006-12-10 02:20:22 -08002933 int cpu = smp_processor_id();
2934 struct rq *rq = cpu_rq(cpu);
Ingo Molnardd41f592007-07-09 18:51:59 +02002935 struct task_struct *curr = rq->curr;
Peter Zijlstra3e51f332008-05-03 18:29:28 +02002936
2937 sched_clock_tick();
Christoph Lameter7835b982006-12-10 02:20:22 -08002938
Thomas Gleixner05fa7852009-11-17 14:28:38 +01002939 raw_spin_lock(&rq->lock);
Peter Zijlstra3e51f332008-05-03 18:29:28 +02002940 update_rq_clock(rq);
Venkatesh Pallipadifdf3e952010-05-17 18:14:43 -07002941 update_cpu_load_active(rq);
Peter Zijlstrafa85ae22008-01-25 21:08:29 +01002942 curr->sched_class->task_tick(rq, curr, 0);
Thomas Gleixner05fa7852009-11-17 14:28:38 +01002943 raw_spin_unlock(&rq->lock);
Ingo Molnardd41f592007-07-09 18:51:59 +02002944
Peter Zijlstrae9d2b062010-09-17 11:28:50 +02002945 perf_event_task_tick();
Peter Zijlstrae220d2d2009-05-23 18:28:55 +02002946
Christoph Lametere418e1c2006-12-10 02:20:23 -08002947#ifdef CONFIG_SMP
Suresh Siddha6eb57e02011-10-03 15:09:01 -07002948 rq->idle_balance = idle_cpu(cpu);
Ingo Molnardd41f592007-07-09 18:51:59 +02002949 trigger_load_balance(rq, cpu);
Christoph Lametere418e1c2006-12-10 02:20:23 -08002950#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002951}
2952
Lai Jiangshan132380a2009-04-02 14:18:25 +08002953notrace unsigned long get_parent_ip(unsigned long addr)
Steven Rostedt6cd8a4b2008-05-12 21:20:42 +02002954{
2955 if (in_lock_functions(addr)) {
2956 addr = CALLER_ADDR2;
2957 if (in_lock_functions(addr))
2958 addr = CALLER_ADDR3;
2959 }
2960 return addr;
2961}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002962
Steven Rostedt7e49fcc2009-01-22 19:01:40 -05002963#if defined(CONFIG_PREEMPT) && (defined(CONFIG_DEBUG_PREEMPT) || \
2964 defined(CONFIG_PREEMPT_TRACER))
2965
Srinivasa Ds43627582008-02-23 15:24:04 -08002966void __kprobes add_preempt_count(int val)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002967{
Steven Rostedt6cd8a4b2008-05-12 21:20:42 +02002968#ifdef CONFIG_DEBUG_PREEMPT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002969 /*
2970 * Underflow?
2971 */
Ingo Molnar9a11b49a2006-07-03 00:24:33 -07002972 if (DEBUG_LOCKS_WARN_ON((preempt_count() < 0)))
2973 return;
Steven Rostedt6cd8a4b2008-05-12 21:20:42 +02002974#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975 preempt_count() += val;
Steven Rostedt6cd8a4b2008-05-12 21:20:42 +02002976#ifdef CONFIG_DEBUG_PREEMPT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977 /*
2978 * Spinlock count overflowing soon?
2979 */
Miguel Ojeda Sandonis33859f72006-12-10 02:20:38 -08002980 DEBUG_LOCKS_WARN_ON((preempt_count() & PREEMPT_MASK) >=
2981 PREEMPT_MASK - 10);
Steven Rostedt6cd8a4b2008-05-12 21:20:42 +02002982#endif
2983 if (preempt_count() == val)
2984 trace_preempt_off(CALLER_ADDR0, get_parent_ip(CALLER_ADDR1));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002985}
2986EXPORT_SYMBOL(add_preempt_count);
2987
Srinivasa Ds43627582008-02-23 15:24:04 -08002988void __kprobes sub_preempt_count(int val)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002989{
Steven Rostedt6cd8a4b2008-05-12 21:20:42 +02002990#ifdef CONFIG_DEBUG_PREEMPT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002991 /*
2992 * Underflow?
2993 */
Ingo Molnar01e3eb82009-01-12 13:00:50 +01002994 if (DEBUG_LOCKS_WARN_ON(val > preempt_count()))
Ingo Molnar9a11b49a2006-07-03 00:24:33 -07002995 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996 /*
2997 * Is the spinlock portion underflowing?
2998 */
Ingo Molnar9a11b49a2006-07-03 00:24:33 -07002999 if (DEBUG_LOCKS_WARN_ON((val < PREEMPT_MASK) &&
3000 !(preempt_count() & PREEMPT_MASK)))
3001 return;
Steven Rostedt6cd8a4b2008-05-12 21:20:42 +02003002#endif
Ingo Molnar9a11b49a2006-07-03 00:24:33 -07003003
Steven Rostedt6cd8a4b2008-05-12 21:20:42 +02003004 if (preempt_count() == val)
3005 trace_preempt_on(CALLER_ADDR0, get_parent_ip(CALLER_ADDR1));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003006 preempt_count() -= val;
3007}
3008EXPORT_SYMBOL(sub_preempt_count);
3009
3010#endif
3011
3012/*
Ingo Molnardd41f592007-07-09 18:51:59 +02003013 * Print scheduling while atomic bug:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003014 */
Ingo Molnardd41f592007-07-09 18:51:59 +02003015static noinline void __schedule_bug(struct task_struct *prev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016{
Satyam Sharma838225b2007-10-24 18:23:50 +02003017 struct pt_regs *regs = get_irq_regs();
3018
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01003019 printk(KERN_ERR "BUG: scheduling while atomic: %s/%d/0x%08x\n",
3020 prev->comm, prev->pid, preempt_count());
Satyam Sharma838225b2007-10-24 18:23:50 +02003021
Ingo Molnardd41f592007-07-09 18:51:59 +02003022 debug_show_held_locks(prev);
Arjan van de Vene21f5b12008-05-23 09:05:58 -07003023 print_modules();
Ingo Molnardd41f592007-07-09 18:51:59 +02003024 if (irqs_disabled())
3025 print_irqtrace_events(prev);
Satyam Sharma838225b2007-10-24 18:23:50 +02003026
3027 if (regs)
3028 show_regs(regs);
3029 else
3030 dump_stack();
Ingo Molnardd41f592007-07-09 18:51:59 +02003031}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032
Ingo Molnardd41f592007-07-09 18:51:59 +02003033/*
3034 * Various schedule()-time debugging checks and statistics:
3035 */
3036static inline void schedule_debug(struct task_struct *prev)
3037{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003038 /*
Ingo Molnar41a2d6c2007-12-05 15:46:09 +01003039 * Test if we are atomic. Since do_exit() needs to call into
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040 * schedule() atomically, we ignore that path for now.
3041 * Otherwise, whine if we are scheduling when we should not be.
3042 */
Roel Kluin3f33a7c2008-05-13 23:44:11 +02003043 if (unlikely(in_atomic_preempt_off() && !prev->exit_state))
Ingo Molnardd41f592007-07-09 18:51:59 +02003044 __schedule_bug(prev);
Paul E. McKenneyb3fbab02011-05-24 08:31:09 -07003045 rcu_sleep_check();
Ingo Molnardd41f592007-07-09 18:51:59 +02003046
Linus Torvalds1da177e2005-04-16 15:20:36 -07003047 profile_hit(SCHED_PROFILING, __builtin_return_address(0));
3048
Ingo Molnar2d723762007-10-15 17:00:12 +02003049 schedstat_inc(this_rq(), sched_count);
Ingo Molnardd41f592007-07-09 18:51:59 +02003050}
3051
Peter Zijlstra6cecd082009-11-30 13:00:37 +01003052static void put_prev_task(struct rq *rq, struct task_struct *prev)
Mike Galbraithdf1c99d2009-03-10 19:08:11 +01003053{
Mike Galbraith61eadef2011-04-29 08:36:50 +02003054 if (prev->on_rq || rq->skip_clock_update < 0)
Mike Galbraitha64692a2010-03-11 17:16:20 +01003055 update_rq_clock(rq);
Peter Zijlstra6cecd082009-11-30 13:00:37 +01003056 prev->sched_class->put_prev_task(rq, prev);
Mike Galbraithdf1c99d2009-03-10 19:08:11 +01003057}
3058
Ingo Molnardd41f592007-07-09 18:51:59 +02003059/*
3060 * Pick up the highest-prio task:
3061 */
3062static inline struct task_struct *
Wang Chenb67802e2009-03-02 13:55:26 +08003063pick_next_task(struct rq *rq)
Ingo Molnardd41f592007-07-09 18:51:59 +02003064{
Ingo Molnar5522d5d2007-10-15 17:00:12 +02003065 const struct sched_class *class;
Ingo Molnardd41f592007-07-09 18:51:59 +02003066 struct task_struct *p;
3067
3068 /*
3069 * Optimization: we know that if all tasks are in
3070 * the fair class we can call that function directly:
3071 */
Paul Turner953bfcd2011-07-21 09:43:27 -07003072 if (likely(rq->nr_running == rq->cfs.h_nr_running)) {
Ingo Molnarfb8d4722007-08-09 11:16:48 +02003073 p = fair_sched_class.pick_next_task(rq);
Ingo Molnardd41f592007-07-09 18:51:59 +02003074 if (likely(p))
3075 return p;
3076 }
3077
Peter Zijlstra34f971f2010-09-22 13:53:15 +02003078 for_each_class(class) {
Ingo Molnarfb8d4722007-08-09 11:16:48 +02003079 p = class->pick_next_task(rq);
Ingo Molnardd41f592007-07-09 18:51:59 +02003080 if (p)
3081 return p;
Ingo Molnardd41f592007-07-09 18:51:59 +02003082 }
Peter Zijlstra34f971f2010-09-22 13:53:15 +02003083
3084 BUG(); /* the idle class will always have a runnable task */
Ingo Molnardd41f592007-07-09 18:51:59 +02003085}
3086
3087/*
Thomas Gleixnerc259e012011-06-22 19:47:00 +02003088 * __schedule() is the main scheduler function.
Ingo Molnardd41f592007-07-09 18:51:59 +02003089 */
Thomas Gleixnerc259e012011-06-22 19:47:00 +02003090static void __sched __schedule(void)
Ingo Molnardd41f592007-07-09 18:51:59 +02003091{
3092 struct task_struct *prev, *next;
Harvey Harrison67ca7bd2008-02-15 09:56:36 -08003093 unsigned long *switch_count;
Ingo Molnardd41f592007-07-09 18:51:59 +02003094 struct rq *rq;
Peter Zijlstra31656512008-07-18 18:01:23 +02003095 int cpu;
Ingo Molnardd41f592007-07-09 18:51:59 +02003096
Peter Zijlstraff743342009-03-13 12:21:26 +01003097need_resched:
3098 preempt_disable();
Ingo Molnardd41f592007-07-09 18:51:59 +02003099 cpu = smp_processor_id();
3100 rq = cpu_rq(cpu);
Paul E. McKenney25502a62010-04-01 17:37:01 -07003101 rcu_note_context_switch(cpu);
Ingo Molnardd41f592007-07-09 18:51:59 +02003102 prev = rq->curr;
Ingo Molnardd41f592007-07-09 18:51:59 +02003103
Ingo Molnardd41f592007-07-09 18:51:59 +02003104 schedule_debug(prev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003105
Peter Zijlstra31656512008-07-18 18:01:23 +02003106 if (sched_feat(HRTICK))
Mike Galbraithf333fdc2008-05-12 21:20:55 +02003107 hrtick_clear(rq);
Peter Zijlstra8f4d37e2008-01-25 21:08:29 +01003108
Thomas Gleixner05fa7852009-11-17 14:28:38 +01003109 raw_spin_lock_irq(&rq->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003110
Oleg Nesterov246d86b2010-05-19 14:57:11 +02003111 switch_count = &prev->nivcsw;
Ingo Molnardd41f592007-07-09 18:51:59 +02003112 if (prev->state && !(preempt_count() & PREEMPT_ACTIVE)) {
Tejun Heo21aa9af2010-06-08 21:40:37 +02003113 if (unlikely(signal_pending_state(prev->state, prev))) {
Ingo Molnardd41f592007-07-09 18:51:59 +02003114 prev->state = TASK_RUNNING;
Tejun Heo21aa9af2010-06-08 21:40:37 +02003115 } else {
Peter Zijlstra2acca552011-04-05 17:23:50 +02003116 deactivate_task(rq, prev, DEQUEUE_SLEEP);
3117 prev->on_rq = 0;
3118
Tejun Heo21aa9af2010-06-08 21:40:37 +02003119 /*
Peter Zijlstra2acca552011-04-05 17:23:50 +02003120 * If a worker went to sleep, notify and ask workqueue
3121 * whether it wants to wake up a task to maintain
3122 * concurrency.
Tejun Heo21aa9af2010-06-08 21:40:37 +02003123 */
3124 if (prev->flags & PF_WQ_WORKER) {
3125 struct task_struct *to_wakeup;
3126
3127 to_wakeup = wq_worker_sleeping(prev, cpu);
3128 if (to_wakeup)
3129 try_to_wake_up_local(to_wakeup);
3130 }
Tejun Heo21aa9af2010-06-08 21:40:37 +02003131 }
Ingo Molnardd41f592007-07-09 18:51:59 +02003132 switch_count = &prev->nvcsw;
3133 }
3134
Gregory Haskins3f029d32009-07-29 11:08:47 -04003135 pre_schedule(rq, prev);
Steven Rostedtf65eda42008-01-25 21:08:07 +01003136
Ingo Molnardd41f592007-07-09 18:51:59 +02003137 if (unlikely(!rq->nr_running))
3138 idle_balance(cpu, rq);
3139
Mike Galbraithdf1c99d2009-03-10 19:08:11 +01003140 put_prev_task(rq, prev);
Wang Chenb67802e2009-03-02 13:55:26 +08003141 next = pick_next_task(rq);
Mike Galbraithf26f9af2010-12-08 11:05:42 +01003142 clear_tsk_need_resched(prev);
3143 rq->skip_clock_update = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003144
Linus Torvalds1da177e2005-04-16 15:20:36 -07003145 if (likely(prev != next)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003146 rq->nr_switches++;
3147 rq->curr = next;
3148 ++*switch_count;
3149
Ingo Molnardd41f592007-07-09 18:51:59 +02003150 context_switch(rq, prev, next); /* unlocks the rq */
Peter Zijlstra8f4d37e2008-01-25 21:08:29 +01003151 /*
Oleg Nesterov246d86b2010-05-19 14:57:11 +02003152 * The context switch have flipped the stack from under us
3153 * and restored the local variables which were saved when
3154 * this task called schedule() in the past. prev == current
3155 * is still correct, but it can be moved to another cpu/rq.
Peter Zijlstra8f4d37e2008-01-25 21:08:29 +01003156 */
3157 cpu = smp_processor_id();
3158 rq = cpu_rq(cpu);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003159 } else
Thomas Gleixner05fa7852009-11-17 14:28:38 +01003160 raw_spin_unlock_irq(&rq->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003161
Gregory Haskins3f029d32009-07-29 11:08:47 -04003162 post_schedule(rq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003163
Linus Torvalds1da177e2005-04-16 15:20:36 -07003164 preempt_enable_no_resched();
Peter Zijlstraff743342009-03-13 12:21:26 +01003165 if (need_resched())
Linus Torvalds1da177e2005-04-16 15:20:36 -07003166 goto need_resched;
3167}
Thomas Gleixnerc259e012011-06-22 19:47:00 +02003168
Thomas Gleixner9c40cef22011-06-22 19:47:01 +02003169static inline void sched_submit_work(struct task_struct *tsk)
3170{
3171 if (!tsk->state)
3172 return;
3173 /*
3174 * If we are going to sleep and we have plugged IO queued,
3175 * make sure to submit it to avoid deadlocks.
3176 */
3177 if (blk_needs_flush_plug(tsk))
3178 blk_schedule_flush_plug(tsk);
3179}
3180
Simon Kirby6ebbe7a2011-09-22 17:03:46 -07003181asmlinkage void __sched schedule(void)
Thomas Gleixnerc259e012011-06-22 19:47:00 +02003182{
Thomas Gleixner9c40cef22011-06-22 19:47:01 +02003183 struct task_struct *tsk = current;
3184
3185 sched_submit_work(tsk);
Thomas Gleixnerc259e012011-06-22 19:47:00 +02003186 __schedule();
3187}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003188EXPORT_SYMBOL(schedule);
3189
Frederic Weisbeckerc08f7822009-12-02 20:49:17 +01003190#ifdef CONFIG_MUTEX_SPIN_ON_OWNER
Peter Zijlstrac6eb3dd2011-04-05 17:23:41 +02003191
3192static inline bool owner_running(struct mutex *lock, struct task_struct *owner)
3193{
Peter Zijlstrac6eb3dd2011-04-05 17:23:41 +02003194 if (lock->owner != owner)
Thomas Gleixner307bf982011-06-10 15:08:55 +02003195 return false;
Peter Zijlstrac6eb3dd2011-04-05 17:23:41 +02003196
3197 /*
3198 * Ensure we emit the owner->on_cpu, dereference _after_ checking
3199 * lock->owner still matches owner, if that fails, owner might
3200 * point to free()d memory, if it still matches, the rcu_read_lock()
3201 * ensures the memory stays valid.
3202 */
3203 barrier();
3204
Thomas Gleixner307bf982011-06-10 15:08:55 +02003205 return owner->on_cpu;
Peter Zijlstrac6eb3dd2011-04-05 17:23:41 +02003206}
3207
Peter Zijlstra0d66bf62009-01-12 14:01:47 +01003208/*
3209 * Look out! "owner" is an entirely speculative pointer
3210 * access and not reliable.
3211 */
Peter Zijlstrac6eb3dd2011-04-05 17:23:41 +02003212int mutex_spin_on_owner(struct mutex *lock, struct task_struct *owner)
Peter Zijlstra0d66bf62009-01-12 14:01:47 +01003213{
Peter Zijlstra0d66bf62009-01-12 14:01:47 +01003214 if (!sched_feat(OWNER_SPIN))
3215 return 0;
3216
Thomas Gleixner307bf982011-06-10 15:08:55 +02003217 rcu_read_lock();
Peter Zijlstrac6eb3dd2011-04-05 17:23:41 +02003218 while (owner_running(lock, owner)) {
3219 if (need_resched())
Thomas Gleixner307bf982011-06-10 15:08:55 +02003220 break;
Peter Zijlstra0d66bf62009-01-12 14:01:47 +01003221
Gerald Schaefer335d7af2010-11-22 15:47:36 +01003222 arch_mutex_cpu_relax();
Peter Zijlstra0d66bf62009-01-12 14:01:47 +01003223 }
Thomas Gleixner307bf982011-06-10 15:08:55 +02003224 rcu_read_unlock();
Benjamin Herrenschmidt4b402212010-04-16 23:20:00 +02003225
Peter Zijlstrac6eb3dd2011-04-05 17:23:41 +02003226 /*
Thomas Gleixner307bf982011-06-10 15:08:55 +02003227 * We break out the loop above on need_resched() and when the
3228 * owner changed, which is a sign for heavy contention. Return
3229 * success only when lock->owner is NULL.
Peter Zijlstrac6eb3dd2011-04-05 17:23:41 +02003230 */
Thomas Gleixner307bf982011-06-10 15:08:55 +02003231 return lock->owner == NULL;
Peter Zijlstra0d66bf62009-01-12 14:01:47 +01003232}
3233#endif
3234
Linus Torvalds1da177e2005-04-16 15:20:36 -07003235#ifdef CONFIG_PREEMPT
3236/*
Andreas Mohr2ed6e342006-07-10 04:43:52 -07003237 * this is the entry point to schedule() from in-kernel preemption
Ingo Molnar41a2d6c2007-12-05 15:46:09 +01003238 * off of preempt_enable. Kernel preemptions off return from interrupt
Linus Torvalds1da177e2005-04-16 15:20:36 -07003239 * occur there and call schedule directly.
3240 */
Steven Rostedtd1f74e22010-06-02 21:52:29 -04003241asmlinkage void __sched notrace preempt_schedule(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003242{
3243 struct thread_info *ti = current_thread_info();
Ingo Molnar6478d882008-01-25 21:08:33 +01003244
Linus Torvalds1da177e2005-04-16 15:20:36 -07003245 /*
3246 * If there is a non-zero preempt_count or interrupts are disabled,
Ingo Molnar41a2d6c2007-12-05 15:46:09 +01003247 * we do not want to preempt the current task. Just return..
Linus Torvalds1da177e2005-04-16 15:20:36 -07003248 */
Nick Pigginbeed33a2006-10-11 01:21:52 -07003249 if (likely(ti->preempt_count || irqs_disabled()))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003250 return;
3251
Andi Kleen3a5c3592007-10-15 17:00:14 +02003252 do {
Steven Rostedtd1f74e22010-06-02 21:52:29 -04003253 add_preempt_count_notrace(PREEMPT_ACTIVE);
Thomas Gleixnerc259e012011-06-22 19:47:00 +02003254 __schedule();
Steven Rostedtd1f74e22010-06-02 21:52:29 -04003255 sub_preempt_count_notrace(PREEMPT_ACTIVE);
Andi Kleen3a5c3592007-10-15 17:00:14 +02003256
3257 /*
3258 * Check again in case we missed a preemption opportunity
3259 * between schedule and now.
3260 */
3261 barrier();
Lai Jiangshan5ed0cec2009-03-06 19:40:20 +08003262 } while (need_resched());
Linus Torvalds1da177e2005-04-16 15:20:36 -07003263}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003264EXPORT_SYMBOL(preempt_schedule);
3265
3266/*
Andreas Mohr2ed6e342006-07-10 04:43:52 -07003267 * this is the entry point to schedule() from kernel preemption
Linus Torvalds1da177e2005-04-16 15:20:36 -07003268 * off of irq context.
3269 * Note, that this is called and return with irqs disabled. This will
3270 * protect us against recursive calling from irq.
3271 */
3272asmlinkage void __sched preempt_schedule_irq(void)
3273{
3274 struct thread_info *ti = current_thread_info();
Ingo Molnar6478d882008-01-25 21:08:33 +01003275
Andreas Mohr2ed6e342006-07-10 04:43:52 -07003276 /* Catch callers which need to be fixed */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003277 BUG_ON(ti->preempt_count || !irqs_disabled());
3278
Andi Kleen3a5c3592007-10-15 17:00:14 +02003279 do {
3280 add_preempt_count(PREEMPT_ACTIVE);
Andi Kleen3a5c3592007-10-15 17:00:14 +02003281 local_irq_enable();
Thomas Gleixnerc259e012011-06-22 19:47:00 +02003282 __schedule();
Andi Kleen3a5c3592007-10-15 17:00:14 +02003283 local_irq_disable();
Andi Kleen3a5c3592007-10-15 17:00:14 +02003284 sub_preempt_count(PREEMPT_ACTIVE);
3285
3286 /*
3287 * Check again in case we missed a preemption opportunity
3288 * between schedule and now.
3289 */
3290 barrier();
Lai Jiangshan5ed0cec2009-03-06 19:40:20 +08003291 } while (need_resched());
Linus Torvalds1da177e2005-04-16 15:20:36 -07003292}
3293
3294#endif /* CONFIG_PREEMPT */
3295
Peter Zijlstra63859d42009-09-15 19:14:42 +02003296int default_wake_function(wait_queue_t *curr, unsigned mode, int wake_flags,
Ingo Molnar95cdf3b2005-09-10 00:26:11 -07003297 void *key)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003298{
Peter Zijlstra63859d42009-09-15 19:14:42 +02003299 return try_to_wake_up(curr->private, mode, wake_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003300}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003301EXPORT_SYMBOL(default_wake_function);
3302
3303/*
Ingo Molnar41a2d6c2007-12-05 15:46:09 +01003304 * The core wakeup function. Non-exclusive wakeups (nr_exclusive == 0) just
3305 * wake everything up. If it's an exclusive wakeup (nr_exclusive == small +ve
Linus Torvalds1da177e2005-04-16 15:20:36 -07003306 * number) then we wake all the non-exclusive tasks and one exclusive task.
3307 *
3308 * There are circumstances in which we can try to wake a task which has already
Ingo Molnar41a2d6c2007-12-05 15:46:09 +01003309 * started to run but is not in state TASK_RUNNING. try_to_wake_up() returns
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310 * zero in this (rare) case, and we handle it by continuing to scan the queue.
3311 */
Johannes Weiner78ddb082009-04-14 16:53:05 +02003312static void __wake_up_common(wait_queue_head_t *q, unsigned int mode,
Peter Zijlstra63859d42009-09-15 19:14:42 +02003313 int nr_exclusive, int wake_flags, void *key)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003314{
Matthias Kaehlcke2e458742007-10-15 17:00:02 +02003315 wait_queue_t *curr, *next;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003316
Matthias Kaehlcke2e458742007-10-15 17:00:02 +02003317 list_for_each_entry_safe(curr, next, &q->task_list, task_list) {
Ingo Molnar48f24c42006-07-03 00:25:40 -07003318 unsigned flags = curr->flags;
3319
Peter Zijlstra63859d42009-09-15 19:14:42 +02003320 if (curr->func(curr, mode, wake_flags, key) &&
Ingo Molnar48f24c42006-07-03 00:25:40 -07003321 (flags & WQ_FLAG_EXCLUSIVE) && !--nr_exclusive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003322 break;
3323 }
3324}
3325
3326/**
3327 * __wake_up - wake up threads blocked on a waitqueue.
3328 * @q: the waitqueue
3329 * @mode: which threads
3330 * @nr_exclusive: how many wake-one or wake-many threads to wake up
Martin Waitz67be2dd2005-05-01 08:59:26 -07003331 * @key: is directly passed to the wakeup function
David Howells50fa6102009-04-28 15:01:38 +01003332 *
3333 * It may be assumed that this function implies a write memory barrier before
3334 * changing the task state if and only if any tasks are woken up.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003335 */
Harvey Harrison7ad5b3a2008-02-08 04:19:53 -08003336void __wake_up(wait_queue_head_t *q, unsigned int mode,
Ingo Molnar95cdf3b2005-09-10 00:26:11 -07003337 int nr_exclusive, void *key)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003338{
3339 unsigned long flags;
3340
3341 spin_lock_irqsave(&q->lock, flags);
3342 __wake_up_common(q, mode, nr_exclusive, 0, key);
3343 spin_unlock_irqrestore(&q->lock, flags);
3344}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003345EXPORT_SYMBOL(__wake_up);
3346
3347/*
3348 * Same as __wake_up but called with the spinlock in wait_queue_head_t held.
3349 */
Harvey Harrison7ad5b3a2008-02-08 04:19:53 -08003350void __wake_up_locked(wait_queue_head_t *q, unsigned int mode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003351{
3352 __wake_up_common(q, mode, 1, 0, NULL);
3353}
Michal Nazarewicz22c43c82010-05-05 12:53:11 +02003354EXPORT_SYMBOL_GPL(__wake_up_locked);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003355
Davide Libenzi4ede8162009-03-31 15:24:20 -07003356void __wake_up_locked_key(wait_queue_head_t *q, unsigned int mode, void *key)
3357{
3358 __wake_up_common(q, mode, 1, 0, key);
3359}
Trond Myklebustbf294b42011-02-21 11:05:41 -08003360EXPORT_SYMBOL_GPL(__wake_up_locked_key);
Davide Libenzi4ede8162009-03-31 15:24:20 -07003361
Linus Torvalds1da177e2005-04-16 15:20:36 -07003362/**
Davide Libenzi4ede8162009-03-31 15:24:20 -07003363 * __wake_up_sync_key - wake up threads blocked on a waitqueue.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003364 * @q: the waitqueue
3365 * @mode: which threads
3366 * @nr_exclusive: how many wake-one or wake-many threads to wake up
Davide Libenzi4ede8162009-03-31 15:24:20 -07003367 * @key: opaque value to be passed to wakeup targets
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368 *
3369 * The sync wakeup differs that the waker knows that it will schedule
3370 * away soon, so while the target thread will be woken up, it will not
3371 * be migrated to another CPU - ie. the two threads are 'synchronized'
3372 * with each other. This can prevent needless bouncing between CPUs.
3373 *
3374 * On UP it can prevent extra preemption.
David Howells50fa6102009-04-28 15:01:38 +01003375 *
3376 * It may be assumed that this function implies a write memory barrier before
3377 * changing the task state if and only if any tasks are woken up.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003378 */
Davide Libenzi4ede8162009-03-31 15:24:20 -07003379void __wake_up_sync_key(wait_queue_head_t *q, unsigned int mode,
3380 int nr_exclusive, void *key)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003381{
3382 unsigned long flags;
Peter Zijlstra7d478722009-09-14 19:55:44 +02003383 int wake_flags = WF_SYNC;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003384
3385 if (unlikely(!q))
3386 return;
3387
3388 if (unlikely(!nr_exclusive))
Peter Zijlstra7d478722009-09-14 19:55:44 +02003389 wake_flags = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003390
3391 spin_lock_irqsave(&q->lock, flags);
Peter Zijlstra7d478722009-09-14 19:55:44 +02003392 __wake_up_common(q, mode, nr_exclusive, wake_flags, key);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003393 spin_unlock_irqrestore(&q->lock, flags);
3394}
Davide Libenzi4ede8162009-03-31 15:24:20 -07003395EXPORT_SYMBOL_GPL(__wake_up_sync_key);
3396
3397/*
3398 * __wake_up_sync - see __wake_up_sync_key()
3399 */
3400void __wake_up_sync(wait_queue_head_t *q, unsigned int mode, int nr_exclusive)
3401{
3402 __wake_up_sync_key(q, mode, nr_exclusive, NULL);
3403}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003404EXPORT_SYMBOL_GPL(__wake_up_sync); /* For internal use only */
3405
Kevin Diggs65eb3dc2008-08-26 10:26:54 +02003406/**
3407 * complete: - signals a single thread waiting on this completion
3408 * @x: holds the state of this particular completion
3409 *
3410 * This will wake up a single thread waiting on this completion. Threads will be
3411 * awakened in the same order in which they were queued.
3412 *
3413 * See also complete_all(), wait_for_completion() and related routines.
David Howells50fa6102009-04-28 15:01:38 +01003414 *
3415 * It may be assumed that this function implies a write memory barrier before
3416 * changing the task state if and only if any tasks are woken up.
Kevin Diggs65eb3dc2008-08-26 10:26:54 +02003417 */
Ingo Molnarb15136e2007-10-24 18:23:48 +02003418void complete(struct completion *x)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003419{
3420 unsigned long flags;
3421
3422 spin_lock_irqsave(&x->wait.lock, flags);
3423 x->done++;
Matthew Wilcoxd9514f62007-12-06 11:07:07 -05003424 __wake_up_common(&x->wait, TASK_NORMAL, 1, 0, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003425 spin_unlock_irqrestore(&x->wait.lock, flags);
3426}
3427EXPORT_SYMBOL(complete);
3428
Kevin Diggs65eb3dc2008-08-26 10:26:54 +02003429/**
3430 * complete_all: - signals all threads waiting on this completion
3431 * @x: holds the state of this particular completion
3432 *
3433 * This will wake up all threads waiting on this particular completion event.
David Howells50fa6102009-04-28 15:01:38 +01003434 *
3435 * It may be assumed that this function implies a write memory barrier before
3436 * changing the task state if and only if any tasks are woken up.
Kevin Diggs65eb3dc2008-08-26 10:26:54 +02003437 */
Ingo Molnarb15136e2007-10-24 18:23:48 +02003438void complete_all(struct completion *x)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003439{
3440 unsigned long flags;
3441
3442 spin_lock_irqsave(&x->wait.lock, flags);
3443 x->done += UINT_MAX/2;
Matthew Wilcoxd9514f62007-12-06 11:07:07 -05003444 __wake_up_common(&x->wait, TASK_NORMAL, 0, 0, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003445 spin_unlock_irqrestore(&x->wait.lock, flags);
3446}
3447EXPORT_SYMBOL(complete_all);
3448
Andi Kleen8cbbe862007-10-15 17:00:14 +02003449static inline long __sched
3450do_wait_for_common(struct completion *x, long timeout, int state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003451{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003452 if (!x->done) {
3453 DECLARE_WAITQUEUE(wait, current);
3454
Changli Gaoa93d2f172010-05-07 14:33:26 +08003455 __add_wait_queue_tail_exclusive(&x->wait, &wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003456 do {
Oleg Nesterov94d3d822008-08-20 16:54:41 -07003457 if (signal_pending_state(state, current)) {
Oleg Nesterovea71a542008-06-20 18:32:20 +04003458 timeout = -ERESTARTSYS;
3459 break;
Andi Kleen8cbbe862007-10-15 17:00:14 +02003460 }
3461 __set_current_state(state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003462 spin_unlock_irq(&x->wait.lock);
Andi Kleen8cbbe862007-10-15 17:00:14 +02003463 timeout = schedule_timeout(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003464 spin_lock_irq(&x->wait.lock);
Oleg Nesterovea71a542008-06-20 18:32:20 +04003465 } while (!x->done && timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003466 __remove_wait_queue(&x->wait, &wait);
Oleg Nesterovea71a542008-06-20 18:32:20 +04003467 if (!x->done)
3468 return timeout;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003469 }
3470 x->done--;
Oleg Nesterovea71a542008-06-20 18:32:20 +04003471 return timeout ?: 1;
Andi Kleen8cbbe862007-10-15 17:00:14 +02003472}
3473
3474static long __sched
3475wait_for_common(struct completion *x, long timeout, int state)
3476{
3477 might_sleep();
3478
3479 spin_lock_irq(&x->wait.lock);
3480 timeout = do_wait_for_common(x, timeout, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003481 spin_unlock_irq(&x->wait.lock);
Andi Kleen8cbbe862007-10-15 17:00:14 +02003482 return timeout;
3483}
3484
Kevin Diggs65eb3dc2008-08-26 10:26:54 +02003485/**
3486 * wait_for_completion: - waits for completion of a task
3487 * @x: holds the state of this particular completion
3488 *
3489 * This waits to be signaled for completion of a specific task. It is NOT
3490 * interruptible and there is no timeout.
3491 *
3492 * See also similar routines (i.e. wait_for_completion_timeout()) with timeout
3493 * and interrupt capability. Also see complete().
3494 */
Ingo Molnarb15136e2007-10-24 18:23:48 +02003495void __sched wait_for_completion(struct completion *x)
Andi Kleen8cbbe862007-10-15 17:00:14 +02003496{
3497 wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_UNINTERRUPTIBLE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003498}
3499EXPORT_SYMBOL(wait_for_completion);
3500
Kevin Diggs65eb3dc2008-08-26 10:26:54 +02003501/**
3502 * wait_for_completion_timeout: - waits for completion of a task (w/timeout)
3503 * @x: holds the state of this particular completion
3504 * @timeout: timeout value in jiffies
3505 *
3506 * This waits for either a completion of a specific task to be signaled or for a
3507 * specified timeout to expire. The timeout is in jiffies. It is not
3508 * interruptible.
J. Bruce Fieldsc6dc7f02011-10-06 15:22:46 -04003509 *
3510 * The return value is 0 if timed out, and positive (at least 1, or number of
3511 * jiffies left till timeout) if completed.
Kevin Diggs65eb3dc2008-08-26 10:26:54 +02003512 */
Ingo Molnarb15136e2007-10-24 18:23:48 +02003513unsigned long __sched
Linus Torvalds1da177e2005-04-16 15:20:36 -07003514wait_for_completion_timeout(struct completion *x, unsigned long timeout)
3515{
Andi Kleen8cbbe862007-10-15 17:00:14 +02003516 return wait_for_common(x, timeout, TASK_UNINTERRUPTIBLE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003517}
3518EXPORT_SYMBOL(wait_for_completion_timeout);
3519
Kevin Diggs65eb3dc2008-08-26 10:26:54 +02003520/**
3521 * wait_for_completion_interruptible: - waits for completion of a task (w/intr)
3522 * @x: holds the state of this particular completion
3523 *
3524 * This waits for completion of a specific task to be signaled. It is
3525 * interruptible.
J. Bruce Fieldsc6dc7f02011-10-06 15:22:46 -04003526 *
3527 * The return value is -ERESTARTSYS if interrupted, 0 if completed.
Kevin Diggs65eb3dc2008-08-26 10:26:54 +02003528 */
Andi Kleen8cbbe862007-10-15 17:00:14 +02003529int __sched wait_for_completion_interruptible(struct completion *x)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003530{
Andi Kleen51e97992007-10-18 21:32:55 +02003531 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_INTERRUPTIBLE);
3532 if (t == -ERESTARTSYS)
3533 return t;
3534 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003535}
3536EXPORT_SYMBOL(wait_for_completion_interruptible);
3537
Kevin Diggs65eb3dc2008-08-26 10:26:54 +02003538/**
3539 * wait_for_completion_interruptible_timeout: - waits for completion (w/(to,intr))
3540 * @x: holds the state of this particular completion
3541 * @timeout: timeout value in jiffies
3542 *
3543 * This waits for either a completion of a specific task to be signaled or for a
3544 * specified timeout to expire. It is interruptible. The timeout is in jiffies.
J. Bruce Fieldsc6dc7f02011-10-06 15:22:46 -04003545 *
3546 * The return value is -ERESTARTSYS if interrupted, 0 if timed out,
3547 * positive (at least 1, or number of jiffies left till timeout) if completed.
Kevin Diggs65eb3dc2008-08-26 10:26:54 +02003548 */
NeilBrown6bf41232011-01-05 12:50:16 +11003549long __sched
Linus Torvalds1da177e2005-04-16 15:20:36 -07003550wait_for_completion_interruptible_timeout(struct completion *x,
3551 unsigned long timeout)
3552{
Andi Kleen8cbbe862007-10-15 17:00:14 +02003553 return wait_for_common(x, timeout, TASK_INTERRUPTIBLE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003554}
3555EXPORT_SYMBOL(wait_for_completion_interruptible_timeout);
3556
Kevin Diggs65eb3dc2008-08-26 10:26:54 +02003557/**
3558 * wait_for_completion_killable: - waits for completion of a task (killable)
3559 * @x: holds the state of this particular completion
3560 *
3561 * This waits to be signaled for completion of a specific task. It can be
3562 * interrupted by a kill signal.
J. Bruce Fieldsc6dc7f02011-10-06 15:22:46 -04003563 *
3564 * The return value is -ERESTARTSYS if interrupted, 0 if completed.
Kevin Diggs65eb3dc2008-08-26 10:26:54 +02003565 */
Matthew Wilcox009e5772007-12-06 12:29:54 -05003566int __sched wait_for_completion_killable(struct completion *x)
3567{
3568 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_KILLABLE);
3569 if (t == -ERESTARTSYS)
3570 return t;
3571 return 0;
3572}
3573EXPORT_SYMBOL(wait_for_completion_killable);
3574
Dave Chinnerbe4de352008-08-15 00:40:44 -07003575/**
Sage Weil0aa12fb2010-05-29 09:12:30 -07003576 * wait_for_completion_killable_timeout: - waits for completion of a task (w/(to,killable))
3577 * @x: holds the state of this particular completion
3578 * @timeout: timeout value in jiffies
3579 *
3580 * This waits for either a completion of a specific task to be
3581 * signaled or for a specified timeout to expire. It can be
3582 * interrupted by a kill signal. The timeout is in jiffies.
J. Bruce Fieldsc6dc7f02011-10-06 15:22:46 -04003583 *
3584 * The return value is -ERESTARTSYS if interrupted, 0 if timed out,
3585 * positive (at least 1, or number of jiffies left till timeout) if completed.
Sage Weil0aa12fb2010-05-29 09:12:30 -07003586 */
NeilBrown6bf41232011-01-05 12:50:16 +11003587long __sched
Sage Weil0aa12fb2010-05-29 09:12:30 -07003588wait_for_completion_killable_timeout(struct completion *x,
3589 unsigned long timeout)
3590{
3591 return wait_for_common(x, timeout, TASK_KILLABLE);
3592}
3593EXPORT_SYMBOL(wait_for_completion_killable_timeout);
3594
3595/**
Dave Chinnerbe4de352008-08-15 00:40:44 -07003596 * try_wait_for_completion - try to decrement a completion without blocking
3597 * @x: completion structure
3598 *
3599 * Returns: 0 if a decrement cannot be done without blocking
3600 * 1 if a decrement succeeded.
3601 *
3602 * If a completion is being used as a counting completion,
3603 * attempt to decrement the counter without blocking. This
3604 * enables us to avoid waiting if the resource the completion
3605 * is protecting is not available.
3606 */
3607bool try_wait_for_completion(struct completion *x)
3608{
Rafael J. Wysocki7539a3b2009-12-13 00:07:30 +01003609 unsigned long flags;
Dave Chinnerbe4de352008-08-15 00:40:44 -07003610 int ret = 1;
3611
Rafael J. Wysocki7539a3b2009-12-13 00:07:30 +01003612 spin_lock_irqsave(&x->wait.lock, flags);
Dave Chinnerbe4de352008-08-15 00:40:44 -07003613 if (!x->done)
3614 ret = 0;
3615 else
3616 x->done--;
Rafael J. Wysocki7539a3b2009-12-13 00:07:30 +01003617 spin_unlock_irqrestore(&x->wait.lock, flags);
Dave Chinnerbe4de352008-08-15 00:40:44 -07003618 return ret;
3619}
3620EXPORT_SYMBOL(try_wait_for_completion);
3621
3622/**
3623 * completion_done - Test to see if a completion has any waiters
3624 * @x: completion structure
3625 *
3626 * Returns: 0 if there are waiters (wait_for_completion() in progress)
3627 * 1 if there are no waiters.
3628 *
3629 */
3630bool completion_done(struct completion *x)
3631{
Rafael J. Wysocki7539a3b2009-12-13 00:07:30 +01003632 unsigned long flags;
Dave Chinnerbe4de352008-08-15 00:40:44 -07003633 int ret = 1;
3634
Rafael J. Wysocki7539a3b2009-12-13 00:07:30 +01003635 spin_lock_irqsave(&x->wait.lock, flags);
Dave Chinnerbe4de352008-08-15 00:40:44 -07003636 if (!x->done)
3637 ret = 0;
Rafael J. Wysocki7539a3b2009-12-13 00:07:30 +01003638 spin_unlock_irqrestore(&x->wait.lock, flags);
Dave Chinnerbe4de352008-08-15 00:40:44 -07003639 return ret;
3640}
3641EXPORT_SYMBOL(completion_done);
3642
Andi Kleen8cbbe862007-10-15 17:00:14 +02003643static long __sched
3644sleep_on_common(wait_queue_head_t *q, int state, long timeout)
Ingo Molnar0fec1712007-07-09 18:52:01 +02003645{
3646 unsigned long flags;
3647 wait_queue_t wait;
3648
3649 init_waitqueue_entry(&wait, current);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003650
Andi Kleen8cbbe862007-10-15 17:00:14 +02003651 __set_current_state(state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003652
Andi Kleen8cbbe862007-10-15 17:00:14 +02003653 spin_lock_irqsave(&q->lock, flags);
3654 __add_wait_queue(q, &wait);
3655 spin_unlock(&q->lock);
3656 timeout = schedule_timeout(timeout);
3657 spin_lock_irq(&q->lock);
3658 __remove_wait_queue(q, &wait);
3659 spin_unlock_irqrestore(&q->lock, flags);
3660
3661 return timeout;
3662}
3663
3664void __sched interruptible_sleep_on(wait_queue_head_t *q)
3665{
3666 sleep_on_common(q, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003667}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003668EXPORT_SYMBOL(interruptible_sleep_on);
3669
Ingo Molnar0fec1712007-07-09 18:52:01 +02003670long __sched
Ingo Molnar95cdf3b2005-09-10 00:26:11 -07003671interruptible_sleep_on_timeout(wait_queue_head_t *q, long timeout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003672{
Andi Kleen8cbbe862007-10-15 17:00:14 +02003673 return sleep_on_common(q, TASK_INTERRUPTIBLE, timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003674}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003675EXPORT_SYMBOL(interruptible_sleep_on_timeout);
3676
Ingo Molnar0fec1712007-07-09 18:52:01 +02003677void __sched sleep_on(wait_queue_head_t *q)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003678{
Andi Kleen8cbbe862007-10-15 17:00:14 +02003679 sleep_on_common(q, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003680}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003681EXPORT_SYMBOL(sleep_on);
3682
Ingo Molnar0fec1712007-07-09 18:52:01 +02003683long __sched sleep_on_timeout(wait_queue_head_t *q, long timeout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003684{
Andi Kleen8cbbe862007-10-15 17:00:14 +02003685 return sleep_on_common(q, TASK_UNINTERRUPTIBLE, timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003686}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003687EXPORT_SYMBOL(sleep_on_timeout);
3688
Ingo Molnarb29739f2006-06-27 02:54:51 -07003689#ifdef CONFIG_RT_MUTEXES
3690
3691/*
3692 * rt_mutex_setprio - set the current priority of a task
3693 * @p: task
3694 * @prio: prio value (kernel-internal form)
3695 *
3696 * This function changes the 'effective' priority of a task. It does
3697 * not touch ->normal_prio like __setscheduler().
3698 *
3699 * Used by the rt_mutex code to implement priority inheritance logic.
3700 */
Ingo Molnar36c8b582006-07-03 00:25:41 -07003701void rt_mutex_setprio(struct task_struct *p, int prio)
Ingo Molnarb29739f2006-06-27 02:54:51 -07003702{
Srivatsa Vaddagiri83b699e2007-10-15 17:00:08 +02003703 int oldprio, on_rq, running;
Ingo Molnar70b97a72006-07-03 00:25:42 -07003704 struct rq *rq;
Thomas Gleixner83ab0aa2010-02-17 09:05:48 +01003705 const struct sched_class *prev_class;
Ingo Molnarb29739f2006-06-27 02:54:51 -07003706
3707 BUG_ON(prio < 0 || prio > MAX_PRIO);
3708
Peter Zijlstra0122ec52011-04-05 17:23:51 +02003709 rq = __task_rq_lock(p);
Ingo Molnarb29739f2006-06-27 02:54:51 -07003710
Steven Rostedta8027072010-09-20 15:13:34 -04003711 trace_sched_pi_setprio(p, prio);
Andrew Mortond5f9f942007-05-08 20:27:06 -07003712 oldprio = p->prio;
Thomas Gleixner83ab0aa2010-02-17 09:05:48 +01003713 prev_class = p->sched_class;
Peter Zijlstrafd2f4412011-04-05 17:23:44 +02003714 on_rq = p->on_rq;
Dmitry Adamushko051a1d12007-12-18 15:21:13 +01003715 running = task_current(rq, p);
Hiroshi Shimamoto0e1f3482008-03-10 11:01:20 -07003716 if (on_rq)
Ingo Molnar69be72c2007-08-09 11:16:49 +02003717 dequeue_task(rq, p, 0);
Hiroshi Shimamoto0e1f3482008-03-10 11:01:20 -07003718 if (running)
3719 p->sched_class->put_prev_task(rq, p);
Ingo Molnardd41f592007-07-09 18:51:59 +02003720
3721 if (rt_prio(prio))
3722 p->sched_class = &rt_sched_class;
3723 else
3724 p->sched_class = &fair_sched_class;
3725
Ingo Molnarb29739f2006-06-27 02:54:51 -07003726 p->prio = prio;
3727
Hiroshi Shimamoto0e1f3482008-03-10 11:01:20 -07003728 if (running)
3729 p->sched_class->set_curr_task(rq);
Peter Zijlstrada7a7352011-01-17 17:03:27 +01003730 if (on_rq)
Peter Zijlstra371fd7e2010-03-24 16:38:48 +01003731 enqueue_task(rq, p, oldprio < prio ? ENQUEUE_HEAD : 0);
Steven Rostedtcb469842008-01-25 21:08:22 +01003732
Peter Zijlstrada7a7352011-01-17 17:03:27 +01003733 check_class_changed(rq, p, prev_class, oldprio);
Peter Zijlstra0122ec52011-04-05 17:23:51 +02003734 __task_rq_unlock(rq);
Ingo Molnarb29739f2006-06-27 02:54:51 -07003735}
3736
3737#endif
3738
Ingo Molnar36c8b582006-07-03 00:25:41 -07003739void set_user_nice(struct task_struct *p, long nice)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003740{
Ingo Molnardd41f592007-07-09 18:51:59 +02003741 int old_prio, delta, on_rq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003742 unsigned long flags;
Ingo Molnar70b97a72006-07-03 00:25:42 -07003743 struct rq *rq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003744
3745 if (TASK_NICE(p) == nice || nice < -20 || nice > 19)
3746 return;
3747 /*
3748 * We have to be careful, if called from sys_setpriority(),
3749 * the task might be in the middle of scheduling on another CPU.
3750 */
3751 rq = task_rq_lock(p, &flags);
3752 /*
3753 * The RT priorities are set via sched_setscheduler(), but we still
3754 * allow the 'normal' nice value to be set - but as expected
3755 * it wont have any effect on scheduling until the task is
Ingo Molnardd41f592007-07-09 18:51:59 +02003756 * SCHED_FIFO/SCHED_RR:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003757 */
Ingo Molnare05606d2007-07-09 18:51:59 +02003758 if (task_has_rt_policy(p)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003759 p->static_prio = NICE_TO_PRIO(nice);
3760 goto out_unlock;
3761 }
Peter Zijlstrafd2f4412011-04-05 17:23:44 +02003762 on_rq = p->on_rq;
Peter Zijlstrac09595f2008-06-27 13:41:14 +02003763 if (on_rq)
Ingo Molnar69be72c2007-08-09 11:16:49 +02003764 dequeue_task(rq, p, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003765
Linus Torvalds1da177e2005-04-16 15:20:36 -07003766 p->static_prio = NICE_TO_PRIO(nice);
Peter Williams2dd73a42006-06-27 02:54:34 -07003767 set_load_weight(p);
Ingo Molnarb29739f2006-06-27 02:54:51 -07003768 old_prio = p->prio;
3769 p->prio = effective_prio(p);
3770 delta = p->prio - old_prio;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003771
Ingo Molnardd41f592007-07-09 18:51:59 +02003772 if (on_rq) {
Peter Zijlstra371fd7e2010-03-24 16:38:48 +01003773 enqueue_task(rq, p, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003774 /*
Andrew Mortond5f9f942007-05-08 20:27:06 -07003775 * If the task increased its priority or is running and
3776 * lowered its priority, then reschedule its CPU:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003777 */
Andrew Mortond5f9f942007-05-08 20:27:06 -07003778 if (delta < 0 || (delta > 0 && task_running(rq, p)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003779 resched_task(rq->curr);
3780 }
3781out_unlock:
Peter Zijlstra0122ec52011-04-05 17:23:51 +02003782 task_rq_unlock(rq, p, &flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003783}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003784EXPORT_SYMBOL(set_user_nice);
3785
Matt Mackalle43379f2005-05-01 08:59:00 -07003786/*
3787 * can_nice - check if a task can reduce its nice value
3788 * @p: task
3789 * @nice: nice value
3790 */
Ingo Molnar36c8b582006-07-03 00:25:41 -07003791int can_nice(const struct task_struct *p, const int nice)
Matt Mackalle43379f2005-05-01 08:59:00 -07003792{
Matt Mackall024f4742005-08-18 11:24:19 -07003793 /* convert nice value [19,-20] to rlimit style value [1,40] */
3794 int nice_rlim = 20 - nice;
Ingo Molnar48f24c42006-07-03 00:25:40 -07003795
Jiri Slaby78d7d402010-03-05 13:42:54 -08003796 return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) ||
Matt Mackalle43379f2005-05-01 08:59:00 -07003797 capable(CAP_SYS_NICE));
3798}
3799
Linus Torvalds1da177e2005-04-16 15:20:36 -07003800#ifdef __ARCH_WANT_SYS_NICE
3801
3802/*
3803 * sys_nice - change the priority of the current process.
3804 * @increment: priority increment
3805 *
3806 * sys_setpriority is a more generic, but much slower function that
3807 * does similar things.
3808 */
Heiko Carstens5add95d2009-01-14 14:14:08 +01003809SYSCALL_DEFINE1(nice, int, increment)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003810{
Ingo Molnar48f24c42006-07-03 00:25:40 -07003811 long nice, retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003812
3813 /*
3814 * Setpriority might change our priority at the same moment.
3815 * We don't have to worry. Conceptually one call occurs first
3816 * and we have a single winner.
3817 */
Matt Mackalle43379f2005-05-01 08:59:00 -07003818 if (increment < -40)
3819 increment = -40;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003820 if (increment > 40)
3821 increment = 40;
3822
Américo Wang2b8f8362009-02-16 18:54:21 +08003823 nice = TASK_NICE(current) + increment;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824 if (nice < -20)
3825 nice = -20;
3826 if (nice > 19)
3827 nice = 19;
3828
Matt Mackalle43379f2005-05-01 08:59:00 -07003829 if (increment < 0 && !can_nice(current, nice))
3830 return -EPERM;
3831
Linus Torvalds1da177e2005-04-16 15:20:36 -07003832 retval = security_task_setnice(current, nice);
3833 if (retval)
3834 return retval;
3835
3836 set_user_nice(current, nice);
3837 return 0;
3838}
3839
3840#endif
3841
3842/**
3843 * task_prio - return the priority value of a given task.
3844 * @p: the task in question.
3845 *
3846 * This is the priority value as seen by users in /proc.
3847 * RT tasks are offset by -200. Normal tasks are centered
3848 * around 0, value goes from -16 to +15.
3849 */
Ingo Molnar36c8b582006-07-03 00:25:41 -07003850int task_prio(const struct task_struct *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003851{
3852 return p->prio - MAX_RT_PRIO;
3853}
3854
3855/**
3856 * task_nice - return the nice value of a given task.
3857 * @p: the task in question.
3858 */
Ingo Molnar36c8b582006-07-03 00:25:41 -07003859int task_nice(const struct task_struct *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860{
3861 return TASK_NICE(p);
3862}
Pavel Roskin150d8be2008-03-05 16:56:37 -05003863EXPORT_SYMBOL(task_nice);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003864
3865/**
3866 * idle_cpu - is a given cpu idle currently?
3867 * @cpu: the processor in question.
3868 */
3869int idle_cpu(int cpu)
3870{
Thomas Gleixner908a3282011-09-15 15:32:06 +02003871 struct rq *rq = cpu_rq(cpu);
3872
3873 if (rq->curr != rq->idle)
3874 return 0;
3875
3876 if (rq->nr_running)
3877 return 0;
3878
3879#ifdef CONFIG_SMP
3880 if (!llist_empty(&rq->wake_list))
3881 return 0;
3882#endif
3883
3884 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003885}
3886
Linus Torvalds1da177e2005-04-16 15:20:36 -07003887/**
3888 * idle_task - return the idle task for a given cpu.
3889 * @cpu: the processor in question.
3890 */
Ingo Molnar36c8b582006-07-03 00:25:41 -07003891struct task_struct *idle_task(int cpu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003892{
3893 return cpu_rq(cpu)->idle;
3894}
3895
3896/**
3897 * find_process_by_pid - find a process with a matching PID value.
3898 * @pid: the pid in question.
3899 */
Alexey Dobriyana9957442007-10-15 17:00:13 +02003900static struct task_struct *find_process_by_pid(pid_t pid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003901{
Pavel Emelyanov228ebcb2007-10-18 23:40:16 -07003902 return pid ? find_task_by_vpid(pid) : current;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003903}
3904
3905/* Actually do priority change: must hold rq lock. */
Ingo Molnardd41f592007-07-09 18:51:59 +02003906static void
3907__setscheduler(struct rq *rq, struct task_struct *p, int policy, int prio)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003908{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003909 p->policy = policy;
3910 p->rt_priority = prio;
Ingo Molnarb29739f2006-06-27 02:54:51 -07003911 p->normal_prio = normal_prio(p);
3912 /* we are holding p->pi_lock already */
3913 p->prio = rt_mutex_getprio(p);
Peter Zijlstraffd44db2009-11-10 20:12:01 +01003914 if (rt_prio(p->prio))
3915 p->sched_class = &rt_sched_class;
3916 else
3917 p->sched_class = &fair_sched_class;
Peter Williams2dd73a42006-06-27 02:54:34 -07003918 set_load_weight(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003919}
3920
David Howellsc69e8d92008-11-14 10:39:19 +11003921/*
3922 * check the target process has a UID that matches the current process's
3923 */
3924static bool check_same_owner(struct task_struct *p)
3925{
3926 const struct cred *cred = current_cred(), *pcred;
3927 bool match;
3928
3929 rcu_read_lock();
3930 pcred = __task_cred(p);
Serge E. Hallynb0e77592011-03-23 16:43:24 -07003931 if (cred->user->user_ns == pcred->user->user_ns)
3932 match = (cred->euid == pcred->euid ||
3933 cred->euid == pcred->uid);
3934 else
3935 match = false;
David Howellsc69e8d92008-11-14 10:39:19 +11003936 rcu_read_unlock();
3937 return match;
3938}
3939
Rusty Russell961ccdd2008-06-23 13:55:38 +10003940static int __sched_setscheduler(struct task_struct *p, int policy,
KOSAKI Motohirofe7de492010-10-20 16:01:12 -07003941 const struct sched_param *param, bool user)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003942{
Srivatsa Vaddagiri83b699e2007-10-15 17:00:08 +02003943 int retval, oldprio, oldpolicy = -1, on_rq, running;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003944 unsigned long flags;
Thomas Gleixner83ab0aa2010-02-17 09:05:48 +01003945 const struct sched_class *prev_class;
Ingo Molnar70b97a72006-07-03 00:25:42 -07003946 struct rq *rq;
Lennart Poetteringca94c442009-06-15 17:17:47 +02003947 int reset_on_fork;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003948
Steven Rostedt66e53932006-06-27 02:54:44 -07003949 /* may grab non-irq protected spin_locks */
3950 BUG_ON(in_interrupt());
Linus Torvalds1da177e2005-04-16 15:20:36 -07003951recheck:
3952 /* double check policy once rq lock held */
Lennart Poetteringca94c442009-06-15 17:17:47 +02003953 if (policy < 0) {
3954 reset_on_fork = p->sched_reset_on_fork;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003955 policy = oldpolicy = p->policy;
Lennart Poetteringca94c442009-06-15 17:17:47 +02003956 } else {
3957 reset_on_fork = !!(policy & SCHED_RESET_ON_FORK);
3958 policy &= ~SCHED_RESET_ON_FORK;
3959
3960 if (policy != SCHED_FIFO && policy != SCHED_RR &&
3961 policy != SCHED_NORMAL && policy != SCHED_BATCH &&
3962 policy != SCHED_IDLE)
3963 return -EINVAL;
3964 }
3965
Linus Torvalds1da177e2005-04-16 15:20:36 -07003966 /*
3967 * Valid priorities for SCHED_FIFO and SCHED_RR are
Ingo Molnardd41f592007-07-09 18:51:59 +02003968 * 1..MAX_USER_RT_PRIO-1, valid priority for SCHED_NORMAL,
3969 * SCHED_BATCH and SCHED_IDLE is 0.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003970 */
3971 if (param->sched_priority < 0 ||
Ingo Molnar95cdf3b2005-09-10 00:26:11 -07003972 (p->mm && param->sched_priority > MAX_USER_RT_PRIO-1) ||
Steven Rostedtd46523e2005-07-25 16:28:39 -04003973 (!p->mm && param->sched_priority > MAX_RT_PRIO-1))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003974 return -EINVAL;
Ingo Molnare05606d2007-07-09 18:51:59 +02003975 if (rt_policy(policy) != (param->sched_priority != 0))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003976 return -EINVAL;
3977
Olivier Croquette37e4ab32005-06-25 14:57:32 -07003978 /*
3979 * Allow unprivileged RT tasks to decrease priority:
3980 */
Rusty Russell961ccdd2008-06-23 13:55:38 +10003981 if (user && !capable(CAP_SYS_NICE)) {
Ingo Molnare05606d2007-07-09 18:51:59 +02003982 if (rt_policy(policy)) {
Oleg Nesterova44702e82010-06-11 01:09:44 +02003983 unsigned long rlim_rtprio =
3984 task_rlimit(p, RLIMIT_RTPRIO);
Oleg Nesterov5fe1d752006-09-29 02:00:48 -07003985
Oleg Nesterov8dc3e902006-09-29 02:00:50 -07003986 /* can't set/change the rt policy */
3987 if (policy != p->policy && !rlim_rtprio)
3988 return -EPERM;
3989
3990 /* can't increase priority */
3991 if (param->sched_priority > p->rt_priority &&
3992 param->sched_priority > rlim_rtprio)
3993 return -EPERM;
3994 }
Darren Hartc02aa732011-02-17 15:37:07 -08003995
Ingo Molnardd41f592007-07-09 18:51:59 +02003996 /*
Darren Hartc02aa732011-02-17 15:37:07 -08003997 * Treat SCHED_IDLE as nice 20. Only allow a switch to
3998 * SCHED_NORMAL if the RLIMIT_NICE would normally permit it.
Ingo Molnardd41f592007-07-09 18:51:59 +02003999 */
Darren Hartc02aa732011-02-17 15:37:07 -08004000 if (p->policy == SCHED_IDLE && policy != SCHED_IDLE) {
4001 if (!can_nice(p, TASK_NICE(p)))
4002 return -EPERM;
4003 }
Oleg Nesterov8dc3e902006-09-29 02:00:50 -07004004
Olivier Croquette37e4ab32005-06-25 14:57:32 -07004005 /* can't change other user's priorities */
David Howellsc69e8d92008-11-14 10:39:19 +11004006 if (!check_same_owner(p))
Olivier Croquette37e4ab32005-06-25 14:57:32 -07004007 return -EPERM;
Lennart Poetteringca94c442009-06-15 17:17:47 +02004008
4009 /* Normal users shall not reset the sched_reset_on_fork flag */
4010 if (p->sched_reset_on_fork && !reset_on_fork)
4011 return -EPERM;
Olivier Croquette37e4ab32005-06-25 14:57:32 -07004012 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004013
Jeremy Fitzhardinge725aad22008-08-03 09:33:03 -07004014 if (user) {
KOSAKI Motohirob0ae1982010-10-15 04:21:18 +09004015 retval = security_task_setscheduler(p);
Jeremy Fitzhardinge725aad22008-08-03 09:33:03 -07004016 if (retval)
4017 return retval;
4018 }
4019
Linus Torvalds1da177e2005-04-16 15:20:36 -07004020 /*
Ingo Molnarb29739f2006-06-27 02:54:51 -07004021 * make sure no PI-waiters arrive (or leave) while we are
4022 * changing the priority of the task:
Peter Zijlstra0122ec52011-04-05 17:23:51 +02004023 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004024 * To be able to change p->policy safely, the appropriate
Linus Torvalds1da177e2005-04-16 15:20:36 -07004025 * runqueue lock must be held.
4026 */
Peter Zijlstra0122ec52011-04-05 17:23:51 +02004027 rq = task_rq_lock(p, &flags);
Peter Zijlstradc61b1d2010-06-08 11:40:42 +02004028
Peter Zijlstra34f971f2010-09-22 13:53:15 +02004029 /*
4030 * Changing the policy of the stop threads its a very bad idea
4031 */
4032 if (p == rq->stop) {
Peter Zijlstra0122ec52011-04-05 17:23:51 +02004033 task_rq_unlock(rq, p, &flags);
Peter Zijlstra34f971f2010-09-22 13:53:15 +02004034 return -EINVAL;
4035 }
4036
Dario Faggiolia51e9192011-03-24 14:00:18 +01004037 /*
4038 * If not changing anything there's no need to proceed further:
4039 */
4040 if (unlikely(policy == p->policy && (!rt_policy(policy) ||
4041 param->sched_priority == p->rt_priority))) {
4042
4043 __task_rq_unlock(rq);
4044 raw_spin_unlock_irqrestore(&p->pi_lock, flags);
4045 return 0;
4046 }
4047
Peter Zijlstradc61b1d2010-06-08 11:40:42 +02004048#ifdef CONFIG_RT_GROUP_SCHED
4049 if (user) {
4050 /*
4051 * Do not allow realtime tasks into groups that have no runtime
4052 * assigned.
4053 */
4054 if (rt_bandwidth_enabled() && rt_policy(policy) &&
Mike Galbraithf4493772011-01-13 04:54:50 +01004055 task_group(p)->rt_bandwidth.rt_runtime == 0 &&
4056 !task_group_is_autogroup(task_group(p))) {
Peter Zijlstra0122ec52011-04-05 17:23:51 +02004057 task_rq_unlock(rq, p, &flags);
Peter Zijlstradc61b1d2010-06-08 11:40:42 +02004058 return -EPERM;
4059 }
4060 }
4061#endif
4062
Linus Torvalds1da177e2005-04-16 15:20:36 -07004063 /* recheck policy now with rq lock held */
4064 if (unlikely(oldpolicy != -1 && oldpolicy != p->policy)) {
4065 policy = oldpolicy = -1;
Peter Zijlstra0122ec52011-04-05 17:23:51 +02004066 task_rq_unlock(rq, p, &flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004067 goto recheck;
4068 }
Peter Zijlstrafd2f4412011-04-05 17:23:44 +02004069 on_rq = p->on_rq;
Dmitry Adamushko051a1d12007-12-18 15:21:13 +01004070 running = task_current(rq, p);
Hiroshi Shimamoto0e1f3482008-03-10 11:01:20 -07004071 if (on_rq)
Ingo Molnar2e1cb742007-08-09 11:16:49 +02004072 deactivate_task(rq, p, 0);
Hiroshi Shimamoto0e1f3482008-03-10 11:01:20 -07004073 if (running)
4074 p->sched_class->put_prev_task(rq, p);
Dmitry Adamushkof6b532052007-10-15 17:00:08 +02004075
Lennart Poetteringca94c442009-06-15 17:17:47 +02004076 p->sched_reset_on_fork = reset_on_fork;
4077
Linus Torvalds1da177e2005-04-16 15:20:36 -07004078 oldprio = p->prio;
Thomas Gleixner83ab0aa2010-02-17 09:05:48 +01004079 prev_class = p->sched_class;
Ingo Molnardd41f592007-07-09 18:51:59 +02004080 __setscheduler(rq, p, policy, param->sched_priority);
Dmitry Adamushkof6b532052007-10-15 17:00:08 +02004081
Hiroshi Shimamoto0e1f3482008-03-10 11:01:20 -07004082 if (running)
4083 p->sched_class->set_curr_task(rq);
Peter Zijlstrada7a7352011-01-17 17:03:27 +01004084 if (on_rq)
Ingo Molnardd41f592007-07-09 18:51:59 +02004085 activate_task(rq, p, 0);
Steven Rostedtcb469842008-01-25 21:08:22 +01004086
Peter Zijlstrada7a7352011-01-17 17:03:27 +01004087 check_class_changed(rq, p, prev_class, oldprio);
Peter Zijlstra0122ec52011-04-05 17:23:51 +02004088 task_rq_unlock(rq, p, &flags);
Ingo Molnarb29739f2006-06-27 02:54:51 -07004089
Thomas Gleixner95e02ca2006-06-27 02:55:02 -07004090 rt_mutex_adjust_pi(p);
4091
Linus Torvalds1da177e2005-04-16 15:20:36 -07004092 return 0;
4093}
Rusty Russell961ccdd2008-06-23 13:55:38 +10004094
4095/**
4096 * sched_setscheduler - change the scheduling policy and/or RT priority of a thread.
4097 * @p: the task in question.
4098 * @policy: new policy.
4099 * @param: structure containing the new RT priority.
4100 *
4101 * NOTE that the task may be already dead.
4102 */
4103int sched_setscheduler(struct task_struct *p, int policy,
KOSAKI Motohirofe7de492010-10-20 16:01:12 -07004104 const struct sched_param *param)
Rusty Russell961ccdd2008-06-23 13:55:38 +10004105{
4106 return __sched_setscheduler(p, policy, param, true);
4107}
Linus Torvalds1da177e2005-04-16 15:20:36 -07004108EXPORT_SYMBOL_GPL(sched_setscheduler);
4109
Rusty Russell961ccdd2008-06-23 13:55:38 +10004110/**
4111 * sched_setscheduler_nocheck - change the scheduling policy and/or RT priority of a thread from kernelspace.
4112 * @p: the task in question.
4113 * @policy: new policy.
4114 * @param: structure containing the new RT priority.
4115 *
4116 * Just like sched_setscheduler, only don't bother checking if the
4117 * current context has permission. For example, this is needed in
4118 * stop_machine(): we create temporary high priority worker threads,
4119 * but our caller might not have that capability.
4120 */
4121int sched_setscheduler_nocheck(struct task_struct *p, int policy,
KOSAKI Motohirofe7de492010-10-20 16:01:12 -07004122 const struct sched_param *param)
Rusty Russell961ccdd2008-06-23 13:55:38 +10004123{
4124 return __sched_setscheduler(p, policy, param, false);
4125}
4126
Ingo Molnar95cdf3b2005-09-10 00:26:11 -07004127static int
4128do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004129{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004130 struct sched_param lparam;
4131 struct task_struct *p;
Ingo Molnar36c8b582006-07-03 00:25:41 -07004132 int retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004133
4134 if (!param || pid < 0)
4135 return -EINVAL;
4136 if (copy_from_user(&lparam, param, sizeof(struct sched_param)))
4137 return -EFAULT;
Oleg Nesterov5fe1d752006-09-29 02:00:48 -07004138
4139 rcu_read_lock();
4140 retval = -ESRCH;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004141 p = find_process_by_pid(pid);
Oleg Nesterov5fe1d752006-09-29 02:00:48 -07004142 if (p != NULL)
4143 retval = sched_setscheduler(p, policy, &lparam);
4144 rcu_read_unlock();
Ingo Molnar36c8b582006-07-03 00:25:41 -07004145
Linus Torvalds1da177e2005-04-16 15:20:36 -07004146 return retval;
4147}
4148
4149/**
4150 * sys_sched_setscheduler - set/change the scheduler policy and RT priority
4151 * @pid: the pid in question.
4152 * @policy: new policy.
4153 * @param: structure containing the new RT priority.
4154 */
Heiko Carstens5add95d2009-01-14 14:14:08 +01004155SYSCALL_DEFINE3(sched_setscheduler, pid_t, pid, int, policy,
4156 struct sched_param __user *, param)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004157{
Jason Baronc21761f2006-01-18 17:43:03 -08004158 /* negative values for policy are not valid */
4159 if (policy < 0)
4160 return -EINVAL;
4161
Linus Torvalds1da177e2005-04-16 15:20:36 -07004162 return do_sched_setscheduler(pid, policy, param);
4163}
4164
4165/**
4166 * sys_sched_setparam - set/change the RT priority of a thread
4167 * @pid: the pid in question.
4168 * @param: structure containing the new RT priority.
4169 */
Heiko Carstens5add95d2009-01-14 14:14:08 +01004170SYSCALL_DEFINE2(sched_setparam, pid_t, pid, struct sched_param __user *, param)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004171{
4172 return do_sched_setscheduler(pid, -1, param);
4173}
4174
4175/**
4176 * sys_sched_getscheduler - get the policy (scheduling class) of a thread
4177 * @pid: the pid in question.
4178 */
Heiko Carstens5add95d2009-01-14 14:14:08 +01004179SYSCALL_DEFINE1(sched_getscheduler, pid_t, pid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180{
Ingo Molnar36c8b582006-07-03 00:25:41 -07004181 struct task_struct *p;
Andi Kleen3a5c3592007-10-15 17:00:14 +02004182 int retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004183
4184 if (pid < 0)
Andi Kleen3a5c3592007-10-15 17:00:14 +02004185 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004186
4187 retval = -ESRCH;
Thomas Gleixner5fe85be2009-12-09 10:14:58 +00004188 rcu_read_lock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004189 p = find_process_by_pid(pid);
4190 if (p) {
4191 retval = security_task_getscheduler(p);
4192 if (!retval)
Lennart Poetteringca94c442009-06-15 17:17:47 +02004193 retval = p->policy
4194 | (p->sched_reset_on_fork ? SCHED_RESET_ON_FORK : 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004195 }
Thomas Gleixner5fe85be2009-12-09 10:14:58 +00004196 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004197 return retval;
4198}
4199
4200/**
Lennart Poetteringca94c442009-06-15 17:17:47 +02004201 * sys_sched_getparam - get the RT priority of a thread
Linus Torvalds1da177e2005-04-16 15:20:36 -07004202 * @pid: the pid in question.
4203 * @param: structure containing the RT priority.
4204 */
Heiko Carstens5add95d2009-01-14 14:14:08 +01004205SYSCALL_DEFINE2(sched_getparam, pid_t, pid, struct sched_param __user *, param)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004206{
4207 struct sched_param lp;
Ingo Molnar36c8b582006-07-03 00:25:41 -07004208 struct task_struct *p;
Andi Kleen3a5c3592007-10-15 17:00:14 +02004209 int retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004210
4211 if (!param || pid < 0)
Andi Kleen3a5c3592007-10-15 17:00:14 +02004212 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004213
Thomas Gleixner5fe85be2009-12-09 10:14:58 +00004214 rcu_read_lock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004215 p = find_process_by_pid(pid);
4216 retval = -ESRCH;
4217 if (!p)
4218 goto out_unlock;
4219
4220 retval = security_task_getscheduler(p);
4221 if (retval)
4222 goto out_unlock;
4223
4224 lp.sched_priority = p->rt_priority;
Thomas Gleixner5fe85be2009-12-09 10:14:58 +00004225 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004226
4227 /*
4228 * This one might sleep, we cannot do it with a spinlock held ...
4229 */
4230 retval = copy_to_user(param, &lp, sizeof(*param)) ? -EFAULT : 0;
4231
Linus Torvalds1da177e2005-04-16 15:20:36 -07004232 return retval;
4233
4234out_unlock:
Thomas Gleixner5fe85be2009-12-09 10:14:58 +00004235 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004236 return retval;
4237}
4238
Rusty Russell96f874e22008-11-25 02:35:14 +10304239long sched_setaffinity(pid_t pid, const struct cpumask *in_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004240{
Rusty Russell5a16f3d2008-11-25 02:35:11 +10304241 cpumask_var_t cpus_allowed, new_mask;
Ingo Molnar36c8b582006-07-03 00:25:41 -07004242 struct task_struct *p;
4243 int retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004244
Gautham R Shenoy95402b32008-01-25 21:08:02 +01004245 get_online_cpus();
Thomas Gleixner23f5d142009-12-09 10:15:01 +00004246 rcu_read_lock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004247
4248 p = find_process_by_pid(pid);
4249 if (!p) {
Thomas Gleixner23f5d142009-12-09 10:15:01 +00004250 rcu_read_unlock();
Gautham R Shenoy95402b32008-01-25 21:08:02 +01004251 put_online_cpus();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004252 return -ESRCH;
4253 }
4254
Thomas Gleixner23f5d142009-12-09 10:15:01 +00004255 /* Prevent p going away */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004256 get_task_struct(p);
Thomas Gleixner23f5d142009-12-09 10:15:01 +00004257 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004258
Rusty Russell5a16f3d2008-11-25 02:35:11 +10304259 if (!alloc_cpumask_var(&cpus_allowed, GFP_KERNEL)) {
4260 retval = -ENOMEM;
4261 goto out_put_task;
4262 }
4263 if (!alloc_cpumask_var(&new_mask, GFP_KERNEL)) {
4264 retval = -ENOMEM;
4265 goto out_free_cpus_allowed;
4266 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004267 retval = -EPERM;
Serge E. Hallynb0e77592011-03-23 16:43:24 -07004268 if (!check_same_owner(p) && !task_ns_capable(p, CAP_SYS_NICE))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004269 goto out_unlock;
4270
KOSAKI Motohirob0ae1982010-10-15 04:21:18 +09004271 retval = security_task_setscheduler(p);
David Quigleye7834f82006-06-23 02:03:59 -07004272 if (retval)
4273 goto out_unlock;
4274
Rusty Russell5a16f3d2008-11-25 02:35:11 +10304275 cpuset_cpus_allowed(p, cpus_allowed);
4276 cpumask_and(new_mask, in_mask, cpus_allowed);
Peter Zijlstra49246272010-10-17 21:46:10 +02004277again:
Rusty Russell5a16f3d2008-11-25 02:35:11 +10304278 retval = set_cpus_allowed_ptr(p, new_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004279
Paul Menage8707d8b2007-10-18 23:40:22 -07004280 if (!retval) {
Rusty Russell5a16f3d2008-11-25 02:35:11 +10304281 cpuset_cpus_allowed(p, cpus_allowed);
4282 if (!cpumask_subset(new_mask, cpus_allowed)) {
Paul Menage8707d8b2007-10-18 23:40:22 -07004283 /*
4284 * We must have raced with a concurrent cpuset
4285 * update. Just reset the cpus_allowed to the
4286 * cpuset's cpus_allowed
4287 */
Rusty Russell5a16f3d2008-11-25 02:35:11 +10304288 cpumask_copy(new_mask, cpus_allowed);
Paul Menage8707d8b2007-10-18 23:40:22 -07004289 goto again;
4290 }
4291 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004292out_unlock:
Rusty Russell5a16f3d2008-11-25 02:35:11 +10304293 free_cpumask_var(new_mask);
4294out_free_cpus_allowed:
4295 free_cpumask_var(cpus_allowed);
4296out_put_task:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004297 put_task_struct(p);
Gautham R Shenoy95402b32008-01-25 21:08:02 +01004298 put_online_cpus();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004299 return retval;
4300}
4301
4302static int get_user_cpu_mask(unsigned long __user *user_mask_ptr, unsigned len,
Rusty Russell96f874e22008-11-25 02:35:14 +10304303 struct cpumask *new_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004304{
Rusty Russell96f874e22008-11-25 02:35:14 +10304305 if (len < cpumask_size())
4306 cpumask_clear(new_mask);
4307 else if (len > cpumask_size())
4308 len = cpumask_size();
4309
Linus Torvalds1da177e2005-04-16 15:20:36 -07004310 return copy_from_user(new_mask, user_mask_ptr, len) ? -EFAULT : 0;
4311}
4312
4313/**
4314 * sys_sched_setaffinity - set the cpu affinity of a process
4315 * @pid: pid of the process
4316 * @len: length in bytes of the bitmask pointed to by user_mask_ptr
4317 * @user_mask_ptr: user-space pointer to the new cpu mask
4318 */
Heiko Carstens5add95d2009-01-14 14:14:08 +01004319SYSCALL_DEFINE3(sched_setaffinity, pid_t, pid, unsigned int, len,
4320 unsigned long __user *, user_mask_ptr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004321{
Rusty Russell5a16f3d2008-11-25 02:35:11 +10304322 cpumask_var_t new_mask;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004323 int retval;
4324
Rusty Russell5a16f3d2008-11-25 02:35:11 +10304325 if (!alloc_cpumask_var(&new_mask, GFP_KERNEL))
4326 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004327
Rusty Russell5a16f3d2008-11-25 02:35:11 +10304328 retval = get_user_cpu_mask(user_mask_ptr, len, new_mask);
4329 if (retval == 0)
4330 retval = sched_setaffinity(pid, new_mask);
4331 free_cpumask_var(new_mask);
4332 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004333}
4334
Rusty Russell96f874e22008-11-25 02:35:14 +10304335long sched_getaffinity(pid_t pid, struct cpumask *mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004336{
Ingo Molnar36c8b582006-07-03 00:25:41 -07004337 struct task_struct *p;
Thomas Gleixner31605682009-12-08 20:24:16 +00004338 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004339 int retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004340
Gautham R Shenoy95402b32008-01-25 21:08:02 +01004341 get_online_cpus();
Thomas Gleixner23f5d142009-12-09 10:15:01 +00004342 rcu_read_lock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004343
4344 retval = -ESRCH;
4345 p = find_process_by_pid(pid);
4346 if (!p)
4347 goto out_unlock;
4348
David Quigleye7834f82006-06-23 02:03:59 -07004349 retval = security_task_getscheduler(p);
4350 if (retval)
4351 goto out_unlock;
4352
Peter Zijlstra013fdb82011-04-05 17:23:45 +02004353 raw_spin_lock_irqsave(&p->pi_lock, flags);
Rusty Russell96f874e22008-11-25 02:35:14 +10304354 cpumask_and(mask, &p->cpus_allowed, cpu_online_mask);
Peter Zijlstra013fdb82011-04-05 17:23:45 +02004355 raw_spin_unlock_irqrestore(&p->pi_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004356
4357out_unlock:
Thomas Gleixner23f5d142009-12-09 10:15:01 +00004358 rcu_read_unlock();
Gautham R Shenoy95402b32008-01-25 21:08:02 +01004359 put_online_cpus();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004360
Ulrich Drepper9531b622007-08-09 11:16:46 +02004361 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004362}
4363
4364/**
4365 * sys_sched_getaffinity - get the cpu affinity of a process
4366 * @pid: pid of the process
4367 * @len: length in bytes of the bitmask pointed to by user_mask_ptr
4368 * @user_mask_ptr: user-space pointer to hold the current cpu mask
4369 */
Heiko Carstens5add95d2009-01-14 14:14:08 +01004370SYSCALL_DEFINE3(sched_getaffinity, pid_t, pid, unsigned int, len,
4371 unsigned long __user *, user_mask_ptr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004372{
4373 int ret;
Rusty Russellf17c8602008-11-25 02:35:11 +10304374 cpumask_var_t mask;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004375
Anton Blanchard84fba5e2010-04-06 17:02:19 +10004376 if ((len * BITS_PER_BYTE) < nr_cpu_ids)
KOSAKI Motohirocd3d8032010-03-12 16:15:36 +09004377 return -EINVAL;
4378 if (len & (sizeof(unsigned long)-1))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004379 return -EINVAL;
4380
Rusty Russellf17c8602008-11-25 02:35:11 +10304381 if (!alloc_cpumask_var(&mask, GFP_KERNEL))
4382 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004383
Rusty Russellf17c8602008-11-25 02:35:11 +10304384 ret = sched_getaffinity(pid, mask);
4385 if (ret == 0) {
KOSAKI Motohiro8bc037f2010-03-17 09:36:58 +09004386 size_t retlen = min_t(size_t, len, cpumask_size());
KOSAKI Motohirocd3d8032010-03-12 16:15:36 +09004387
4388 if (copy_to_user(user_mask_ptr, mask, retlen))
Rusty Russellf17c8602008-11-25 02:35:11 +10304389 ret = -EFAULT;
4390 else
KOSAKI Motohirocd3d8032010-03-12 16:15:36 +09004391 ret = retlen;
Rusty Russellf17c8602008-11-25 02:35:11 +10304392 }
4393 free_cpumask_var(mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004394
Rusty Russellf17c8602008-11-25 02:35:11 +10304395 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004396}
4397
4398/**
4399 * sys_sched_yield - yield the current processor to other threads.
4400 *
Ingo Molnardd41f592007-07-09 18:51:59 +02004401 * This function yields the current CPU to other tasks. If there are no
4402 * other threads running on this CPU then this function will return.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004403 */
Heiko Carstens5add95d2009-01-14 14:14:08 +01004404SYSCALL_DEFINE0(sched_yield)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004405{
Ingo Molnar70b97a72006-07-03 00:25:42 -07004406 struct rq *rq = this_rq_lock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004407
Ingo Molnar2d723762007-10-15 17:00:12 +02004408 schedstat_inc(rq, yld_count);
Dmitry Adamushko4530d7a2007-10-15 17:00:08 +02004409 current->sched_class->yield_task(rq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004410
4411 /*
4412 * Since we are going to call schedule() anyway, there's
4413 * no need to preempt or enable interrupts:
4414 */
4415 __release(rq->lock);
Ingo Molnar8a25d5d2006-07-03 00:24:54 -07004416 spin_release(&rq->lock.dep_map, 1, _THIS_IP_);
Thomas Gleixner9828ea92009-12-03 20:55:53 +01004417 do_raw_spin_unlock(&rq->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004418 preempt_enable_no_resched();
4419
4420 schedule();
4421
4422 return 0;
4423}
4424
Peter Zijlstrad86ee482009-07-10 14:57:57 +02004425static inline int should_resched(void)
4426{
4427 return need_resched() && !(preempt_count() & PREEMPT_ACTIVE);
4428}
4429
Andrew Mortone7b38402006-06-30 01:56:00 -07004430static void __cond_resched(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004431{
Frederic Weisbeckere7aaaa62009-07-16 15:44:29 +02004432 add_preempt_count(PREEMPT_ACTIVE);
Thomas Gleixnerc259e012011-06-22 19:47:00 +02004433 __schedule();
Frederic Weisbeckere7aaaa62009-07-16 15:44:29 +02004434 sub_preempt_count(PREEMPT_ACTIVE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004435}
4436
Herbert Xu02b67cc32008-01-25 21:08:28 +01004437int __sched _cond_resched(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004438{
Peter Zijlstrad86ee482009-07-10 14:57:57 +02004439 if (should_resched()) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004440 __cond_resched();
4441 return 1;
4442 }
4443 return 0;
4444}
Herbert Xu02b67cc32008-01-25 21:08:28 +01004445EXPORT_SYMBOL(_cond_resched);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004446
4447/*
Frederic Weisbecker613afbf2009-07-16 15:44:29 +02004448 * __cond_resched_lock() - if a reschedule is pending, drop the given lock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004449 * call schedule, and on return reacquire the lock.
4450 *
Ingo Molnar41a2d6c2007-12-05 15:46:09 +01004451 * This works OK both with and without CONFIG_PREEMPT. We do strange low-level
Linus Torvalds1da177e2005-04-16 15:20:36 -07004452 * operations here to prevent schedule() from being called twice (once via
4453 * spin_unlock(), once by hand).
4454 */
Frederic Weisbecker613afbf2009-07-16 15:44:29 +02004455int __cond_resched_lock(spinlock_t *lock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004456{
Peter Zijlstrad86ee482009-07-10 14:57:57 +02004457 int resched = should_resched();
Jan Kara6df3cec2005-06-13 15:52:32 -07004458 int ret = 0;
4459
Peter Zijlstraf607c662009-07-20 19:16:29 +02004460 lockdep_assert_held(lock);
4461
Nick Piggin95c354f2008-01-30 13:31:20 +01004462 if (spin_needbreak(lock) || resched) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004463 spin_unlock(lock);
Peter Zijlstrad86ee482009-07-10 14:57:57 +02004464 if (resched)
Nick Piggin95c354f2008-01-30 13:31:20 +01004465 __cond_resched();
4466 else
4467 cpu_relax();
Jan Kara6df3cec2005-06-13 15:52:32 -07004468 ret = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004469 spin_lock(lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004470 }
Jan Kara6df3cec2005-06-13 15:52:32 -07004471 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004472}
Frederic Weisbecker613afbf2009-07-16 15:44:29 +02004473EXPORT_SYMBOL(__cond_resched_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004474
Frederic Weisbecker613afbf2009-07-16 15:44:29 +02004475int __sched __cond_resched_softirq(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004476{
4477 BUG_ON(!in_softirq());
4478
Peter Zijlstrad86ee482009-07-10 14:57:57 +02004479 if (should_resched()) {
Thomas Gleixner98d825672007-05-23 13:58:18 -07004480 local_bh_enable();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004481 __cond_resched();
4482 local_bh_disable();
4483 return 1;
4484 }
4485 return 0;
4486}
Frederic Weisbecker613afbf2009-07-16 15:44:29 +02004487EXPORT_SYMBOL(__cond_resched_softirq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004488
Linus Torvalds1da177e2005-04-16 15:20:36 -07004489/**
4490 * yield - yield the current processor to other threads.
4491 *
Robert P. J. Day72fd4a32007-02-10 01:45:59 -08004492 * This is a shortcut for kernel-space yielding - it marks the
Linus Torvalds1da177e2005-04-16 15:20:36 -07004493 * thread runnable and calls sys_sched_yield().
4494 */
4495void __sched yield(void)
4496{
4497 set_current_state(TASK_RUNNING);
4498 sys_sched_yield();
4499}
Linus Torvalds1da177e2005-04-16 15:20:36 -07004500EXPORT_SYMBOL(yield);
4501
Mike Galbraithd95f4122011-02-01 09:50:51 -05004502/**
4503 * yield_to - yield the current processor to another thread in
4504 * your thread group, or accelerate that thread toward the
4505 * processor it's on.
Randy Dunlap16addf92011-03-18 09:34:53 -07004506 * @p: target task
4507 * @preempt: whether task preemption is allowed or not
Mike Galbraithd95f4122011-02-01 09:50:51 -05004508 *
4509 * It's the caller's job to ensure that the target task struct
4510 * can't go away on us before we can do any checks.
4511 *
4512 * Returns true if we indeed boosted the target task.
4513 */
4514bool __sched yield_to(struct task_struct *p, bool preempt)
4515{
4516 struct task_struct *curr = current;
4517 struct rq *rq, *p_rq;
4518 unsigned long flags;
4519 bool yielded = 0;
4520
4521 local_irq_save(flags);
4522 rq = this_rq();
4523
4524again:
4525 p_rq = task_rq(p);
4526 double_rq_lock(rq, p_rq);
4527 while (task_rq(p) != p_rq) {
4528 double_rq_unlock(rq, p_rq);
4529 goto again;
4530 }
4531
4532 if (!curr->sched_class->yield_to_task)
4533 goto out;
4534
4535 if (curr->sched_class != p->sched_class)
4536 goto out;
4537
4538 if (task_running(p_rq, p) || p->state)
4539 goto out;
4540
4541 yielded = curr->sched_class->yield_to_task(rq, p, preempt);
Venkatesh Pallipadi6d1cafd2011-03-01 16:28:21 -08004542 if (yielded) {
Mike Galbraithd95f4122011-02-01 09:50:51 -05004543 schedstat_inc(rq, yld_count);
Venkatesh Pallipadi6d1cafd2011-03-01 16:28:21 -08004544 /*
4545 * Make p's CPU reschedule; pick_next_entity takes care of
4546 * fairness.
4547 */
4548 if (preempt && rq != p_rq)
4549 resched_task(p_rq->curr);
Mike Galbraith916671c2011-11-22 15:21:26 +01004550 } else {
4551 /*
4552 * We might have set it in task_yield_fair(), but are
4553 * not going to schedule(), so don't want to skip
4554 * the next update.
4555 */
4556 rq->skip_clock_update = 0;
Venkatesh Pallipadi6d1cafd2011-03-01 16:28:21 -08004557 }
Mike Galbraithd95f4122011-02-01 09:50:51 -05004558
4559out:
4560 double_rq_unlock(rq, p_rq);
4561 local_irq_restore(flags);
4562
4563 if (yielded)
4564 schedule();
4565
4566 return yielded;
4567}
4568EXPORT_SYMBOL_GPL(yield_to);
4569
Linus Torvalds1da177e2005-04-16 15:20:36 -07004570/*
Ingo Molnar41a2d6c2007-12-05 15:46:09 +01004571 * This task is about to go to sleep on IO. Increment rq->nr_iowait so
Linus Torvalds1da177e2005-04-16 15:20:36 -07004572 * that process accounting knows that this is a task in IO wait state.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004573 */
4574void __sched io_schedule(void)
4575{
Hitoshi Mitake54d35f22009-06-29 14:44:57 +09004576 struct rq *rq = raw_rq();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004577
Shailabh Nagar0ff92242006-07-14 00:24:37 -07004578 delayacct_blkio_start();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004579 atomic_inc(&rq->nr_iowait);
Jens Axboe73c10102011-03-08 13:19:51 +01004580 blk_flush_plug(current);
Arjan van de Ven8f0dfc32009-07-20 11:26:58 -07004581 current->in_iowait = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004582 schedule();
Arjan van de Ven8f0dfc32009-07-20 11:26:58 -07004583 current->in_iowait = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004584 atomic_dec(&rq->nr_iowait);
Shailabh Nagar0ff92242006-07-14 00:24:37 -07004585 delayacct_blkio_end();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004586}
Linus Torvalds1da177e2005-04-16 15:20:36 -07004587EXPORT_SYMBOL(io_schedule);
4588
4589long __sched io_schedule_timeout(long timeout)
4590{
Hitoshi Mitake54d35f22009-06-29 14:44:57 +09004591 struct rq *rq = raw_rq();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004592 long ret;
4593
Shailabh Nagar0ff92242006-07-14 00:24:37 -07004594 delayacct_blkio_start();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004595 atomic_inc(&rq->nr_iowait);
Jens Axboe73c10102011-03-08 13:19:51 +01004596 blk_flush_plug(current);
Arjan van de Ven8f0dfc32009-07-20 11:26:58 -07004597 current->in_iowait = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004598 ret = schedule_timeout(timeout);
Arjan van de Ven8f0dfc32009-07-20 11:26:58 -07004599 current->in_iowait = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004600 atomic_dec(&rq->nr_iowait);
Shailabh Nagar0ff92242006-07-14 00:24:37 -07004601 delayacct_blkio_end();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004602 return ret;
4603}
4604
4605/**
4606 * sys_sched_get_priority_max - return maximum RT priority.
4607 * @policy: scheduling class.
4608 *
4609 * this syscall returns the maximum rt_priority that can be used
4610 * by a given scheduling class.
4611 */
Heiko Carstens5add95d2009-01-14 14:14:08 +01004612SYSCALL_DEFINE1(sched_get_priority_max, int, policy)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004613{
4614 int ret = -EINVAL;
4615
4616 switch (policy) {
4617 case SCHED_FIFO:
4618 case SCHED_RR:
4619 ret = MAX_USER_RT_PRIO-1;
4620 break;
4621 case SCHED_NORMAL:
Ingo Molnarb0a94992006-01-14 13:20:41 -08004622 case SCHED_BATCH:
Ingo Molnardd41f592007-07-09 18:51:59 +02004623 case SCHED_IDLE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004624 ret = 0;
4625 break;
4626 }
4627 return ret;
4628}
4629
4630/**
4631 * sys_sched_get_priority_min - return minimum RT priority.
4632 * @policy: scheduling class.
4633 *
4634 * this syscall returns the minimum rt_priority that can be used
4635 * by a given scheduling class.
4636 */
Heiko Carstens5add95d2009-01-14 14:14:08 +01004637SYSCALL_DEFINE1(sched_get_priority_min, int, policy)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004638{
4639 int ret = -EINVAL;
4640
4641 switch (policy) {
4642 case SCHED_FIFO:
4643 case SCHED_RR:
4644 ret = 1;
4645 break;
4646 case SCHED_NORMAL:
Ingo Molnarb0a94992006-01-14 13:20:41 -08004647 case SCHED_BATCH:
Ingo Molnardd41f592007-07-09 18:51:59 +02004648 case SCHED_IDLE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004649 ret = 0;
4650 }
4651 return ret;
4652}
4653
4654/**
4655 * sys_sched_rr_get_interval - return the default timeslice of a process.
4656 * @pid: pid of the process.
4657 * @interval: userspace pointer to the timeslice value.
4658 *
4659 * this syscall writes the default timeslice value of a given process
4660 * into the user-space timespec buffer. A value of '0' means infinity.
4661 */
Heiko Carstens17da2bd2009-01-14 14:14:10 +01004662SYSCALL_DEFINE2(sched_rr_get_interval, pid_t, pid,
Heiko Carstens754fe8d2009-01-14 14:14:09 +01004663 struct timespec __user *, interval)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004664{
Ingo Molnar36c8b582006-07-03 00:25:41 -07004665 struct task_struct *p;
Dmitry Adamushkoa4ec24b2007-10-15 17:00:13 +02004666 unsigned int time_slice;
Thomas Gleixnerdba091b2009-12-09 09:32:03 +01004667 unsigned long flags;
4668 struct rq *rq;
Andi Kleen3a5c3592007-10-15 17:00:14 +02004669 int retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004670 struct timespec t;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004671
4672 if (pid < 0)
Andi Kleen3a5c3592007-10-15 17:00:14 +02004673 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004674
4675 retval = -ESRCH;
Thomas Gleixner1a551ae2009-12-09 10:15:11 +00004676 rcu_read_lock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004677 p = find_process_by_pid(pid);
4678 if (!p)
4679 goto out_unlock;
4680
4681 retval = security_task_getscheduler(p);
4682 if (retval)
4683 goto out_unlock;
4684
Thomas Gleixnerdba091b2009-12-09 09:32:03 +01004685 rq = task_rq_lock(p, &flags);
4686 time_slice = p->sched_class->get_rr_interval(rq, p);
Peter Zijlstra0122ec52011-04-05 17:23:51 +02004687 task_rq_unlock(rq, p, &flags);
Dmitry Adamushkoa4ec24b2007-10-15 17:00:13 +02004688
Thomas Gleixner1a551ae2009-12-09 10:15:11 +00004689 rcu_read_unlock();
Dmitry Adamushkoa4ec24b2007-10-15 17:00:13 +02004690 jiffies_to_timespec(time_slice, &t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004691 retval = copy_to_user(interval, &t, sizeof(t)) ? -EFAULT : 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004692 return retval;
Andi Kleen3a5c3592007-10-15 17:00:14 +02004693
Linus Torvalds1da177e2005-04-16 15:20:36 -07004694out_unlock:
Thomas Gleixner1a551ae2009-12-09 10:15:11 +00004695 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004696 return retval;
4697}
4698
Steven Rostedt7c731e02008-05-12 21:20:41 +02004699static const char stat_nam[] = TASK_STATE_TO_CHAR_STR;
Ingo Molnar36c8b582006-07-03 00:25:41 -07004700
Ingo Molnar82a1fcb2008-01-25 21:08:02 +01004701void sched_show_task(struct task_struct *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004702{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004703 unsigned long free = 0;
Ingo Molnar36c8b582006-07-03 00:25:41 -07004704 unsigned state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004705
Linus Torvalds1da177e2005-04-16 15:20:36 -07004706 state = p->state ? __ffs(p->state) + 1 : 0;
Erik Gilling28d06862010-11-19 18:08:51 -08004707 printk(KERN_INFO "%-15.15s %c", p->comm,
Andreas Mohr2ed6e342006-07-10 04:43:52 -07004708 state < sizeof(stat_nam) - 1 ? stat_nam[state] : '?');
Ingo Molnar4bd77322007-07-11 21:21:47 +02004709#if BITS_PER_LONG == 32
Linus Torvalds1da177e2005-04-16 15:20:36 -07004710 if (state == TASK_RUNNING)
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01004711 printk(KERN_CONT " running ");
Linus Torvalds1da177e2005-04-16 15:20:36 -07004712 else
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01004713 printk(KERN_CONT " %08lx ", thread_saved_pc(p));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004714#else
4715 if (state == TASK_RUNNING)
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01004716 printk(KERN_CONT " running task ");
Linus Torvalds1da177e2005-04-16 15:20:36 -07004717 else
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01004718 printk(KERN_CONT " %016lx ", thread_saved_pc(p));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004719#endif
4720#ifdef CONFIG_DEBUG_STACK_USAGE
Eric Sandeen7c9f8862008-04-22 16:38:23 -05004721 free = stack_not_used(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004722#endif
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01004723 printk(KERN_CONT "%5lu %5d %6d 0x%08lx\n", free,
David Rientjesaa47b7e2009-05-04 01:38:05 -07004724 task_pid_nr(p), task_pid_nr(p->real_parent),
4725 (unsigned long)task_thread_info(p)->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004726
Nick Piggin5fb5e6d2008-01-25 21:08:34 +01004727 show_stack(p, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004728}
4729
Ingo Molnare59e2ae2006-12-06 20:35:59 -08004730void show_state_filter(unsigned long state_filter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004731{
Ingo Molnar36c8b582006-07-03 00:25:41 -07004732 struct task_struct *g, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004733
Ingo Molnar4bd77322007-07-11 21:21:47 +02004734#if BITS_PER_LONG == 32
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01004735 printk(KERN_INFO
4736 " task PC stack pid father\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07004737#else
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01004738 printk(KERN_INFO
4739 " task PC stack pid father\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07004740#endif
Thomas Gleixner510f5ac2011-07-17 20:47:54 +02004741 rcu_read_lock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004742 do_each_thread(g, p) {
4743 /*
4744 * reset the NMI-timeout, listing all files on a slow
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004745 * console might take a lot of time:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004746 */
4747 touch_nmi_watchdog();
Ingo Molnar39bc89f2007-04-25 20:50:03 -07004748 if (!state_filter || (p->state & state_filter))
Ingo Molnar82a1fcb2008-01-25 21:08:02 +01004749 sched_show_task(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004750 } while_each_thread(g, p);
4751
Jeremy Fitzhardinge04c91672007-05-08 00:28:05 -07004752 touch_all_softlockup_watchdogs();
4753
Ingo Molnardd41f592007-07-09 18:51:59 +02004754#ifdef CONFIG_SCHED_DEBUG
4755 sysrq_sched_debug_show();
4756#endif
Thomas Gleixner510f5ac2011-07-17 20:47:54 +02004757 rcu_read_unlock();
Ingo Molnare59e2ae2006-12-06 20:35:59 -08004758 /*
4759 * Only show locks if all tasks are dumped:
4760 */
Shmulik Ladkani93335a22009-11-25 15:23:41 +02004761 if (!state_filter)
Ingo Molnare59e2ae2006-12-06 20:35:59 -08004762 debug_show_all_locks();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004763}
4764
Ingo Molnar1df21052007-07-09 18:51:58 +02004765void __cpuinit init_idle_bootup_task(struct task_struct *idle)
4766{
Ingo Molnardd41f592007-07-09 18:51:59 +02004767 idle->sched_class = &idle_sched_class;
Ingo Molnar1df21052007-07-09 18:51:58 +02004768}
4769
Ingo Molnarf340c0d2005-06-28 16:40:42 +02004770/**
4771 * init_idle - set up an idle thread for a given CPU
4772 * @idle: task in question
4773 * @cpu: cpu the idle task belongs to
4774 *
4775 * NOTE: this function does not set the idle thread's NEED_RESCHED
4776 * flag, to make booting more robust.
4777 */
Nick Piggin5c1e1762006-10-03 01:14:04 -07004778void __cpuinit init_idle(struct task_struct *idle, int cpu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004779{
Ingo Molnar70b97a72006-07-03 00:25:42 -07004780 struct rq *rq = cpu_rq(cpu);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004781 unsigned long flags;
4782
Thomas Gleixner05fa7852009-11-17 14:28:38 +01004783 raw_spin_lock_irqsave(&rq->lock, flags);
Ingo Molnar5cbd54e2008-11-12 20:05:50 +01004784
Ingo Molnardd41f592007-07-09 18:51:59 +02004785 __sched_fork(idle);
Peter Zijlstra06b83b52009-12-16 18:04:35 +01004786 idle->state = TASK_RUNNING;
Ingo Molnardd41f592007-07-09 18:51:59 +02004787 idle->se.exec_start = sched_clock();
4788
KOSAKI Motohiro1e1b6c52011-05-19 15:08:58 +09004789 do_set_cpus_allowed(idle, cpumask_of(cpu));
Peter Zijlstra6506cf6c2010-09-16 17:50:31 +02004790 /*
4791 * We're having a chicken and egg problem, even though we are
4792 * holding rq->lock, the cpu isn't yet set to this cpu so the
4793 * lockdep check in task_group() will fail.
4794 *
4795 * Similar case to sched_fork(). / Alternatively we could
4796 * use task_rq_lock() here and obtain the other rq->lock.
4797 *
4798 * Silence PROVE_RCU
4799 */
4800 rcu_read_lock();
Ingo Molnardd41f592007-07-09 18:51:59 +02004801 __set_task_cpu(idle, cpu);
Peter Zijlstra6506cf6c2010-09-16 17:50:31 +02004802 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004803
Linus Torvalds1da177e2005-04-16 15:20:36 -07004804 rq->curr = rq->idle = idle;
Peter Zijlstra3ca7a442011-04-05 17:23:40 +02004805#if defined(CONFIG_SMP)
4806 idle->on_cpu = 1;
Nick Piggin4866cde2005-06-25 14:57:23 -07004807#endif
Thomas Gleixner05fa7852009-11-17 14:28:38 +01004808 raw_spin_unlock_irqrestore(&rq->lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004809
4810 /* Set the preempt count _outside_ the spinlocks! */
Al Viroa1261f542005-11-13 16:06:55 -08004811 task_thread_info(idle)->preempt_count = 0;
Jonathan Corbet625f2a32011-04-22 11:19:10 -06004812
Ingo Molnardd41f592007-07-09 18:51:59 +02004813 /*
4814 * The idle tasks have their own, simple scheduling class:
4815 */
4816 idle->sched_class = &idle_sched_class;
Steven Rostedt868baf02011-02-10 21:26:13 -05004817 ftrace_graph_init_idle_task(idle, cpu);
Carsten Emdef1c6f1a2011-10-26 23:14:16 +02004818#if defined(CONFIG_SMP)
4819 sprintf(idle->comm, "%s/%d", INIT_TASK_COMM, cpu);
4820#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07004821}
4822
Linus Torvalds1da177e2005-04-16 15:20:36 -07004823#ifdef CONFIG_SMP
KOSAKI Motohiro1e1b6c52011-05-19 15:08:58 +09004824void do_set_cpus_allowed(struct task_struct *p, const struct cpumask *new_mask)
4825{
4826 if (p->sched_class && p->sched_class->set_cpus_allowed)
4827 p->sched_class->set_cpus_allowed(p, new_mask);
Peter Zijlstra49396022011-06-25 15:45:46 +02004828
4829 cpumask_copy(&p->cpus_allowed, new_mask);
4830 p->rt.nr_cpus_allowed = cpumask_weight(new_mask);
KOSAKI Motohiro1e1b6c52011-05-19 15:08:58 +09004831}
4832
Linus Torvalds1da177e2005-04-16 15:20:36 -07004833/*
4834 * This is how migration works:
4835 *
Tejun Heo969c7922010-05-06 18:49:21 +02004836 * 1) we invoke migration_cpu_stop() on the target CPU using
4837 * stop_one_cpu().
4838 * 2) stopper starts to run (implicitly forcing the migrated thread
4839 * off the CPU)
4840 * 3) it checks whether the migrated task is still in the wrong runqueue.
4841 * 4) if it's in the wrong runqueue then the migration thread removes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004842 * it and puts it into the right queue.
Tejun Heo969c7922010-05-06 18:49:21 +02004843 * 5) stopper completes and stop_one_cpu() returns and the migration
4844 * is done.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004845 */
4846
4847/*
4848 * Change a given task's CPU affinity. Migrate the thread to a
4849 * proper CPU and schedule it away if the CPU it's executing on
4850 * is removed from the allowed bitmask.
4851 *
4852 * NOTE: the caller must have a valid reference to the task, the
Ingo Molnar41a2d6c2007-12-05 15:46:09 +01004853 * task must not exit() & deallocate itself prematurely. The
Linus Torvalds1da177e2005-04-16 15:20:36 -07004854 * call is not atomic; no spinlocks may be held.
4855 */
Rusty Russell96f874e22008-11-25 02:35:14 +10304856int set_cpus_allowed_ptr(struct task_struct *p, const struct cpumask *new_mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004857{
4858 unsigned long flags;
Ingo Molnar70b97a72006-07-03 00:25:42 -07004859 struct rq *rq;
Tejun Heo969c7922010-05-06 18:49:21 +02004860 unsigned int dest_cpu;
Ingo Molnar48f24c42006-07-03 00:25:40 -07004861 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004862
4863 rq = task_rq_lock(p, &flags);
Peter Zijlstrae2912002009-12-16 18:04:36 +01004864
Yong Zhangdb44fc02011-05-09 22:07:05 +08004865 if (cpumask_equal(&p->cpus_allowed, new_mask))
4866 goto out;
4867
Peter Zijlstra6ad4c182009-11-25 13:31:39 +01004868 if (!cpumask_intersects(new_mask, cpu_active_mask)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004869 ret = -EINVAL;
4870 goto out;
4871 }
4872
Yong Zhangdb44fc02011-05-09 22:07:05 +08004873 if (unlikely((p->flags & PF_THREAD_BOUND) && p != current)) {
David Rientjes9985b0b2008-06-05 12:57:11 -07004874 ret = -EINVAL;
4875 goto out;
4876 }
4877
KOSAKI Motohiro1e1b6c52011-05-19 15:08:58 +09004878 do_set_cpus_allowed(p, new_mask);
Gregory Haskins73fe6aa2008-01-25 21:08:07 +01004879
Linus Torvalds1da177e2005-04-16 15:20:36 -07004880 /* Can the task run on the task's current CPU? If so, we're done */
Rusty Russell96f874e22008-11-25 02:35:14 +10304881 if (cpumask_test_cpu(task_cpu(p), new_mask))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004882 goto out;
4883
Tejun Heo969c7922010-05-06 18:49:21 +02004884 dest_cpu = cpumask_any_and(cpu_active_mask, new_mask);
Peter Zijlstrabd8e7dd2011-04-05 17:23:59 +02004885 if (p->on_rq) {
Tejun Heo969c7922010-05-06 18:49:21 +02004886 struct migration_arg arg = { p, dest_cpu };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004887 /* Need help from migration thread: drop lock and wait. */
Peter Zijlstra0122ec52011-04-05 17:23:51 +02004888 task_rq_unlock(rq, p, &flags);
Tejun Heo969c7922010-05-06 18:49:21 +02004889 stop_one_cpu(cpu_of(rq), migration_cpu_stop, &arg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004890 tlb_migrate_finish(p->mm);
4891 return 0;
4892 }
4893out:
Peter Zijlstra0122ec52011-04-05 17:23:51 +02004894 task_rq_unlock(rq, p, &flags);
Ingo Molnar48f24c42006-07-03 00:25:40 -07004895
Linus Torvalds1da177e2005-04-16 15:20:36 -07004896 return ret;
4897}
Mike Traviscd8ba7c2008-03-26 14:23:49 -07004898EXPORT_SYMBOL_GPL(set_cpus_allowed_ptr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004899
4900/*
Ingo Molnar41a2d6c2007-12-05 15:46:09 +01004901 * Move (not current) task off this cpu, onto dest cpu. We're doing
Linus Torvalds1da177e2005-04-16 15:20:36 -07004902 * this because either it can't run here any more (set_cpus_allowed()
4903 * away from this CPU, or CPU going down), or because we're
4904 * attempting to rebalance this task on exec (sched_exec).
4905 *
4906 * So we race with normal scheduler movements, but that's OK, as long
4907 * as the task is no longer on this CPU.
Kirill Korotaevefc30812006-06-27 02:54:32 -07004908 *
4909 * Returns non-zero if task was successfully migrated.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004910 */
Kirill Korotaevefc30812006-06-27 02:54:32 -07004911static int __migrate_task(struct task_struct *p, int src_cpu, int dest_cpu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004912{
Ingo Molnar70b97a72006-07-03 00:25:42 -07004913 struct rq *rq_dest, *rq_src;
Peter Zijlstrae2912002009-12-16 18:04:36 +01004914 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004915
Max Krasnyanskye761b772008-07-15 04:43:49 -07004916 if (unlikely(!cpu_active(dest_cpu)))
Kirill Korotaevefc30812006-06-27 02:54:32 -07004917 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004918
4919 rq_src = cpu_rq(src_cpu);
4920 rq_dest = cpu_rq(dest_cpu);
4921
Peter Zijlstra0122ec52011-04-05 17:23:51 +02004922 raw_spin_lock(&p->pi_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004923 double_rq_lock(rq_src, rq_dest);
4924 /* Already moved. */
4925 if (task_cpu(p) != src_cpu)
Linus Torvaldsb1e38732008-07-10 11:25:03 -07004926 goto done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004927 /* Affinity changed (again). */
Peter Zijlstrafa17b502011-06-16 12:23:22 +02004928 if (!cpumask_test_cpu(dest_cpu, tsk_cpus_allowed(p)))
Linus Torvaldsb1e38732008-07-10 11:25:03 -07004929 goto fail;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004930
Peter Zijlstrae2912002009-12-16 18:04:36 +01004931 /*
4932 * If we're not on a rq, the next wake-up will ensure we're
4933 * placed properly.
4934 */
Peter Zijlstrafd2f4412011-04-05 17:23:44 +02004935 if (p->on_rq) {
Ingo Molnar2e1cb742007-08-09 11:16:49 +02004936 deactivate_task(rq_src, p, 0);
Peter Zijlstrae2912002009-12-16 18:04:36 +01004937 set_task_cpu(p, dest_cpu);
Ingo Molnardd41f592007-07-09 18:51:59 +02004938 activate_task(rq_dest, p, 0);
Peter Zijlstra15afe092008-09-20 23:38:02 +02004939 check_preempt_curr(rq_dest, p, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004940 }
Linus Torvaldsb1e38732008-07-10 11:25:03 -07004941done:
Kirill Korotaevefc30812006-06-27 02:54:32 -07004942 ret = 1;
Linus Torvaldsb1e38732008-07-10 11:25:03 -07004943fail:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004944 double_rq_unlock(rq_src, rq_dest);
Peter Zijlstra0122ec52011-04-05 17:23:51 +02004945 raw_spin_unlock(&p->pi_lock);
Kirill Korotaevefc30812006-06-27 02:54:32 -07004946 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004947}
4948
4949/*
Tejun Heo969c7922010-05-06 18:49:21 +02004950 * migration_cpu_stop - this will be executed by a highprio stopper thread
4951 * and performs thread migration by bumping thread off CPU then
4952 * 'pushing' onto another runqueue.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004953 */
Tejun Heo969c7922010-05-06 18:49:21 +02004954static int migration_cpu_stop(void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004955{
Tejun Heo969c7922010-05-06 18:49:21 +02004956 struct migration_arg *arg = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004957
Tejun Heo969c7922010-05-06 18:49:21 +02004958 /*
4959 * The original target cpu might have gone down and we might
4960 * be on another cpu but it doesn't matter.
4961 */
4962 local_irq_disable();
4963 __migrate_task(arg->task, raw_smp_processor_id(), arg->dest_cpu);
4964 local_irq_enable();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004965 return 0;
4966}
4967
4968#ifdef CONFIG_HOTPLUG_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -07004969
Ingo Molnar48f24c42006-07-03 00:25:40 -07004970/*
4971 * Ensures that the idle task is using init_mm right before its cpu goes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004972 * offline.
4973 */
4974void idle_task_exit(void)
4975{
4976 struct mm_struct *mm = current->active_mm;
4977
4978 BUG_ON(cpu_online(smp_processor_id()));
4979
4980 if (mm != &init_mm)
4981 switch_mm(mm, &init_mm, current);
4982 mmdrop(mm);
4983}
4984
Peter Zijlstra48c5ccae2010-11-13 19:32:29 +01004985/*
4986 * While a dead CPU has no uninterruptible tasks queued at this point,
4987 * it might still have a nonzero ->nr_uninterruptible counter, because
4988 * for performance reasons the counter is not stricly tracking tasks to
4989 * their home CPUs. So we just add the counter to another CPU's counter,
4990 * to keep the global sum constant after CPU-down:
4991 */
4992static void migrate_nr_uninterruptible(struct rq *rq_src)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004993{
Peter Zijlstra48c5ccae2010-11-13 19:32:29 +01004994 struct rq *rq_dest = cpu_rq(cpumask_any(cpu_active_mask));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004995
Peter Zijlstra48c5ccae2010-11-13 19:32:29 +01004996 rq_dest->nr_uninterruptible += rq_src->nr_uninterruptible;
4997 rq_src->nr_uninterruptible = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004998}
Thomas Gleixnerdce48a82009-04-11 10:43:41 +02004999
5000/*
5001 * remove the tasks which were accounted by rq from calc_load_tasks.
5002 */
5003static void calc_global_load_remove(struct rq *rq)
5004{
5005 atomic_long_sub(rq->calc_load_active, &calc_load_tasks);
Thomas Gleixnera468d382009-07-17 14:15:46 +02005006 rq->calc_load_active = 0;
Thomas Gleixnerdce48a82009-04-11 10:43:41 +02005007}
Peter Zijlstra48c5ccae2010-11-13 19:32:29 +01005008
5009/*
5010 * Migrate all tasks from the rq, sleeping tasks will be migrated by
5011 * try_to_wake_up()->select_task_rq().
5012 *
5013 * Called with rq->lock held even though we'er in stop_machine() and
5014 * there's no concurrency possible, we hold the required locks anyway
5015 * because of lock validation efforts.
5016 */
5017static void migrate_tasks(unsigned int dead_cpu)
5018{
5019 struct rq *rq = cpu_rq(dead_cpu);
5020 struct task_struct *next, *stop = rq->stop;
5021 int dest_cpu;
5022
5023 /*
5024 * Fudge the rq selection such that the below task selection loop
5025 * doesn't get stuck on the currently eligible stop task.
5026 *
5027 * We're currently inside stop_machine() and the rq is either stuck
5028 * in the stop_machine_cpu_stop() loop, or we're executing this code,
5029 * either way we should never end up calling schedule() until we're
5030 * done here.
5031 */
5032 rq->stop = NULL;
5033
Paul Turner8cb120d2011-07-21 09:43:38 -07005034 /* Ensure any throttled groups are reachable by pick_next_task */
5035 unthrottle_offline_cfs_rqs(rq);
5036
Peter Zijlstra48c5ccae2010-11-13 19:32:29 +01005037 for ( ; ; ) {
5038 /*
5039 * There's this thread running, bail when that's the only
5040 * remaining thread.
5041 */
5042 if (rq->nr_running == 1)
5043 break;
5044
5045 next = pick_next_task(rq);
5046 BUG_ON(!next);
5047 next->sched_class->put_prev_task(rq, next);
5048
5049 /* Find suitable destination for @next, with force if needed. */
5050 dest_cpu = select_fallback_rq(dead_cpu, next);
5051 raw_spin_unlock(&rq->lock);
5052
5053 __migrate_task(next, dead_cpu, dest_cpu);
5054
5055 raw_spin_lock(&rq->lock);
5056 }
5057
5058 rq->stop = stop;
5059}
5060
Linus Torvalds1da177e2005-04-16 15:20:36 -07005061#endif /* CONFIG_HOTPLUG_CPU */
5062
Nick Piggine692ab52007-07-26 13:40:43 +02005063#if defined(CONFIG_SCHED_DEBUG) && defined(CONFIG_SYSCTL)
5064
5065static struct ctl_table sd_ctl_dir[] = {
Alexey Dobriyane0361852007-08-09 11:16:46 +02005066 {
5067 .procname = "sched_domain",
Eric W. Biedermanc57baf12007-08-23 15:18:02 +02005068 .mode = 0555,
Alexey Dobriyane0361852007-08-09 11:16:46 +02005069 },
Eric W. Biederman56992302009-11-05 15:38:40 -08005070 {}
Nick Piggine692ab52007-07-26 13:40:43 +02005071};
5072
5073static struct ctl_table sd_ctl_root[] = {
Alexey Dobriyane0361852007-08-09 11:16:46 +02005074 {
5075 .procname = "kernel",
Eric W. Biedermanc57baf12007-08-23 15:18:02 +02005076 .mode = 0555,
Alexey Dobriyane0361852007-08-09 11:16:46 +02005077 .child = sd_ctl_dir,
5078 },
Eric W. Biederman56992302009-11-05 15:38:40 -08005079 {}
Nick Piggine692ab52007-07-26 13:40:43 +02005080};
5081
5082static struct ctl_table *sd_alloc_ctl_entry(int n)
5083{
5084 struct ctl_table *entry =
Milton Miller5cf9f062007-10-15 17:00:19 +02005085 kcalloc(n, sizeof(struct ctl_table), GFP_KERNEL);
Nick Piggine692ab52007-07-26 13:40:43 +02005086
Nick Piggine692ab52007-07-26 13:40:43 +02005087 return entry;
5088}
5089
Milton Miller6382bc92007-10-15 17:00:19 +02005090static void sd_free_ctl_entry(struct ctl_table **tablep)
5091{
Milton Millercd7900762007-10-17 16:55:11 +02005092 struct ctl_table *entry;
Milton Miller6382bc92007-10-15 17:00:19 +02005093
Milton Millercd7900762007-10-17 16:55:11 +02005094 /*
5095 * In the intermediate directories, both the child directory and
5096 * procname are dynamically allocated and could fail but the mode
Ingo Molnar41a2d6c2007-12-05 15:46:09 +01005097 * will always be set. In the lowest directory the names are
Milton Millercd7900762007-10-17 16:55:11 +02005098 * static strings and all have proc handlers.
5099 */
5100 for (entry = *tablep; entry->mode; entry++) {
Milton Miller6382bc92007-10-15 17:00:19 +02005101 if (entry->child)
5102 sd_free_ctl_entry(&entry->child);
Milton Millercd7900762007-10-17 16:55:11 +02005103 if (entry->proc_handler == NULL)
5104 kfree(entry->procname);
5105 }
Milton Miller6382bc92007-10-15 17:00:19 +02005106
5107 kfree(*tablep);
5108 *tablep = NULL;
5109}
5110
Nick Piggine692ab52007-07-26 13:40:43 +02005111static void
Alexey Dobriyane0361852007-08-09 11:16:46 +02005112set_table_entry(struct ctl_table *entry,
Nick Piggine692ab52007-07-26 13:40:43 +02005113 const char *procname, void *data, int maxlen,
5114 mode_t mode, proc_handler *proc_handler)
5115{
Nick Piggine692ab52007-07-26 13:40:43 +02005116 entry->procname = procname;
5117 entry->data = data;
5118 entry->maxlen = maxlen;
5119 entry->mode = mode;
5120 entry->proc_handler = proc_handler;
5121}
5122
5123static struct ctl_table *
5124sd_alloc_ctl_domain_table(struct sched_domain *sd)
5125{
Ingo Molnara5d8c342008-10-09 11:35:51 +02005126 struct ctl_table *table = sd_alloc_ctl_entry(13);
Nick Piggine692ab52007-07-26 13:40:43 +02005127
Milton Millerad1cdc12007-10-15 17:00:19 +02005128 if (table == NULL)
5129 return NULL;
5130
Alexey Dobriyane0361852007-08-09 11:16:46 +02005131 set_table_entry(&table[0], "min_interval", &sd->min_interval,
Nick Piggine692ab52007-07-26 13:40:43 +02005132 sizeof(long), 0644, proc_doulongvec_minmax);
Alexey Dobriyane0361852007-08-09 11:16:46 +02005133 set_table_entry(&table[1], "max_interval", &sd->max_interval,
Nick Piggine692ab52007-07-26 13:40:43 +02005134 sizeof(long), 0644, proc_doulongvec_minmax);
Alexey Dobriyane0361852007-08-09 11:16:46 +02005135 set_table_entry(&table[2], "busy_idx", &sd->busy_idx,
Nick Piggine692ab52007-07-26 13:40:43 +02005136 sizeof(int), 0644, proc_dointvec_minmax);
Alexey Dobriyane0361852007-08-09 11:16:46 +02005137 set_table_entry(&table[3], "idle_idx", &sd->idle_idx,
Nick Piggine692ab52007-07-26 13:40:43 +02005138 sizeof(int), 0644, proc_dointvec_minmax);
Alexey Dobriyane0361852007-08-09 11:16:46 +02005139 set_table_entry(&table[4], "newidle_idx", &sd->newidle_idx,
Nick Piggine692ab52007-07-26 13:40:43 +02005140 sizeof(int), 0644, proc_dointvec_minmax);
Alexey Dobriyane0361852007-08-09 11:16:46 +02005141 set_table_entry(&table[5], "wake_idx", &sd->wake_idx,
Nick Piggine692ab52007-07-26 13:40:43 +02005142 sizeof(int), 0644, proc_dointvec_minmax);
Alexey Dobriyane0361852007-08-09 11:16:46 +02005143 set_table_entry(&table[6], "forkexec_idx", &sd->forkexec_idx,
Nick Piggine692ab52007-07-26 13:40:43 +02005144 sizeof(int), 0644, proc_dointvec_minmax);
Alexey Dobriyane0361852007-08-09 11:16:46 +02005145 set_table_entry(&table[7], "busy_factor", &sd->busy_factor,
Nick Piggine692ab52007-07-26 13:40:43 +02005146 sizeof(int), 0644, proc_dointvec_minmax);
Alexey Dobriyane0361852007-08-09 11:16:46 +02005147 set_table_entry(&table[8], "imbalance_pct", &sd->imbalance_pct,
Nick Piggine692ab52007-07-26 13:40:43 +02005148 sizeof(int), 0644, proc_dointvec_minmax);
Zou Nan haiace8b3d2007-10-15 17:00:14 +02005149 set_table_entry(&table[9], "cache_nice_tries",
Nick Piggine692ab52007-07-26 13:40:43 +02005150 &sd->cache_nice_tries,
5151 sizeof(int), 0644, proc_dointvec_minmax);
Zou Nan haiace8b3d2007-10-15 17:00:14 +02005152 set_table_entry(&table[10], "flags", &sd->flags,
Nick Piggine692ab52007-07-26 13:40:43 +02005153 sizeof(int), 0644, proc_dointvec_minmax);
Ingo Molnara5d8c342008-10-09 11:35:51 +02005154 set_table_entry(&table[11], "name", sd->name,
5155 CORENAME_MAX_SIZE, 0444, proc_dostring);
5156 /* &table[12] is terminator */
Nick Piggine692ab52007-07-26 13:40:43 +02005157
5158 return table;
5159}
5160
Ingo Molnar9a4e7152007-11-28 15:52:56 +01005161static ctl_table *sd_alloc_ctl_cpu_table(int cpu)
Nick Piggine692ab52007-07-26 13:40:43 +02005162{
5163 struct ctl_table *entry, *table;
5164 struct sched_domain *sd;
5165 int domain_num = 0, i;
5166 char buf[32];
5167
5168 for_each_domain(cpu, sd)
5169 domain_num++;
5170 entry = table = sd_alloc_ctl_entry(domain_num + 1);
Milton Millerad1cdc12007-10-15 17:00:19 +02005171 if (table == NULL)
5172 return NULL;
Nick Piggine692ab52007-07-26 13:40:43 +02005173
5174 i = 0;
5175 for_each_domain(cpu, sd) {
5176 snprintf(buf, 32, "domain%d", i);
Nick Piggine692ab52007-07-26 13:40:43 +02005177 entry->procname = kstrdup(buf, GFP_KERNEL);
Eric W. Biedermanc57baf12007-08-23 15:18:02 +02005178 entry->mode = 0555;
Nick Piggine692ab52007-07-26 13:40:43 +02005179 entry->child = sd_alloc_ctl_domain_table(sd);
5180 entry++;
5181 i++;
5182 }
5183 return table;
5184}
5185
5186static struct ctl_table_header *sd_sysctl_header;
Milton Miller6382bc92007-10-15 17:00:19 +02005187static void register_sched_domain_sysctl(void)
Nick Piggine692ab52007-07-26 13:40:43 +02005188{
Peter Zijlstra6ad4c182009-11-25 13:31:39 +01005189 int i, cpu_num = num_possible_cpus();
Nick Piggine692ab52007-07-26 13:40:43 +02005190 struct ctl_table *entry = sd_alloc_ctl_entry(cpu_num + 1);
5191 char buf[32];
5192
Milton Miller73785472007-10-24 18:23:48 +02005193 WARN_ON(sd_ctl_dir[0].child);
5194 sd_ctl_dir[0].child = entry;
5195
Milton Millerad1cdc12007-10-15 17:00:19 +02005196 if (entry == NULL)
5197 return;
5198
Peter Zijlstra6ad4c182009-11-25 13:31:39 +01005199 for_each_possible_cpu(i) {
Nick Piggine692ab52007-07-26 13:40:43 +02005200 snprintf(buf, 32, "cpu%d", i);
Nick Piggine692ab52007-07-26 13:40:43 +02005201 entry->procname = kstrdup(buf, GFP_KERNEL);
Eric W. Biedermanc57baf12007-08-23 15:18:02 +02005202 entry->mode = 0555;
Nick Piggine692ab52007-07-26 13:40:43 +02005203 entry->child = sd_alloc_ctl_cpu_table(i);
Milton Miller97b6ea72007-10-15 17:00:19 +02005204 entry++;
Nick Piggine692ab52007-07-26 13:40:43 +02005205 }
Milton Miller73785472007-10-24 18:23:48 +02005206
5207 WARN_ON(sd_sysctl_header);
Nick Piggine692ab52007-07-26 13:40:43 +02005208 sd_sysctl_header = register_sysctl_table(sd_ctl_root);
5209}
Milton Miller6382bc92007-10-15 17:00:19 +02005210
Milton Miller73785472007-10-24 18:23:48 +02005211/* may be called multiple times per register */
Milton Miller6382bc92007-10-15 17:00:19 +02005212static void unregister_sched_domain_sysctl(void)
5213{
Milton Miller73785472007-10-24 18:23:48 +02005214 if (sd_sysctl_header)
5215 unregister_sysctl_table(sd_sysctl_header);
Milton Miller6382bc92007-10-15 17:00:19 +02005216 sd_sysctl_header = NULL;
Milton Miller73785472007-10-24 18:23:48 +02005217 if (sd_ctl_dir[0].child)
5218 sd_free_ctl_entry(&sd_ctl_dir[0].child);
Milton Miller6382bc92007-10-15 17:00:19 +02005219}
Nick Piggine692ab52007-07-26 13:40:43 +02005220#else
Milton Miller6382bc92007-10-15 17:00:19 +02005221static void register_sched_domain_sysctl(void)
5222{
5223}
5224static void unregister_sched_domain_sysctl(void)
Nick Piggine692ab52007-07-26 13:40:43 +02005225{
5226}
5227#endif
5228
Gregory Haskins1f11eb6a2008-06-04 15:04:05 -04005229static void set_rq_online(struct rq *rq)
5230{
5231 if (!rq->online) {
5232 const struct sched_class *class;
5233
Rusty Russellc6c49272008-11-25 02:35:05 +10305234 cpumask_set_cpu(rq->cpu, rq->rd->online);
Gregory Haskins1f11eb6a2008-06-04 15:04:05 -04005235 rq->online = 1;
5236
5237 for_each_class(class) {
5238 if (class->rq_online)
5239 class->rq_online(rq);
5240 }
5241 }
5242}
5243
5244static void set_rq_offline(struct rq *rq)
5245{
5246 if (rq->online) {
5247 const struct sched_class *class;
5248
5249 for_each_class(class) {
5250 if (class->rq_offline)
5251 class->rq_offline(rq);
5252 }
5253
Rusty Russellc6c49272008-11-25 02:35:05 +10305254 cpumask_clear_cpu(rq->cpu, rq->rd->online);
Gregory Haskins1f11eb6a2008-06-04 15:04:05 -04005255 rq->online = 0;
5256 }
5257}
5258
Linus Torvalds1da177e2005-04-16 15:20:36 -07005259/*
5260 * migration_call - callback that gets triggered when a CPU is added.
5261 * Here we can start up the necessary migration thread for the new CPU.
5262 */
Ingo Molnar48f24c42006-07-03 00:25:40 -07005263static int __cpuinit
5264migration_call(struct notifier_block *nfb, unsigned long action, void *hcpu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005265{
Ingo Molnar48f24c42006-07-03 00:25:40 -07005266 int cpu = (long)hcpu;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005267 unsigned long flags;
Tejun Heo969c7922010-05-06 18:49:21 +02005268 struct rq *rq = cpu_rq(cpu);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005269
Peter Zijlstra48c5ccae2010-11-13 19:32:29 +01005270 switch (action & ~CPU_TASKS_FROZEN) {
Gautham R Shenoy5be93612007-05-09 02:34:04 -07005271
Linus Torvalds1da177e2005-04-16 15:20:36 -07005272 case CPU_UP_PREPARE:
Thomas Gleixnera468d382009-07-17 14:15:46 +02005273 rq->calc_load_update = calc_load_update;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005274 break;
Ingo Molnar48f24c42006-07-03 00:25:40 -07005275
Linus Torvalds1da177e2005-04-16 15:20:36 -07005276 case CPU_ONLINE:
Gregory Haskins1f94ef52008-03-10 16:52:41 -04005277 /* Update our root-domain */
Thomas Gleixner05fa7852009-11-17 14:28:38 +01005278 raw_spin_lock_irqsave(&rq->lock, flags);
Gregory Haskins1f94ef52008-03-10 16:52:41 -04005279 if (rq->rd) {
Rusty Russellc6c49272008-11-25 02:35:05 +10305280 BUG_ON(!cpumask_test_cpu(cpu, rq->rd->span));
Gregory Haskins1f11eb6a2008-06-04 15:04:05 -04005281
5282 set_rq_online(rq);
Gregory Haskins1f94ef52008-03-10 16:52:41 -04005283 }
Thomas Gleixner05fa7852009-11-17 14:28:38 +01005284 raw_spin_unlock_irqrestore(&rq->lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005285 break;
Ingo Molnar48f24c42006-07-03 00:25:40 -07005286
Linus Torvalds1da177e2005-04-16 15:20:36 -07005287#ifdef CONFIG_HOTPLUG_CPU
Gregory Haskins08f503b2008-03-10 17:59:11 -04005288 case CPU_DYING:
Peter Zijlstra317f3942011-04-05 17:23:58 +02005289 sched_ttwu_pending();
Gregory Haskins57d885f2008-01-25 21:08:18 +01005290 /* Update our root-domain */
Thomas Gleixner05fa7852009-11-17 14:28:38 +01005291 raw_spin_lock_irqsave(&rq->lock, flags);
Gregory Haskins57d885f2008-01-25 21:08:18 +01005292 if (rq->rd) {
Rusty Russellc6c49272008-11-25 02:35:05 +10305293 BUG_ON(!cpumask_test_cpu(cpu, rq->rd->span));
Gregory Haskins1f11eb6a2008-06-04 15:04:05 -04005294 set_rq_offline(rq);
Gregory Haskins57d885f2008-01-25 21:08:18 +01005295 }
Peter Zijlstra48c5ccae2010-11-13 19:32:29 +01005296 migrate_tasks(cpu);
5297 BUG_ON(rq->nr_running != 1); /* the migration thread */
Thomas Gleixner05fa7852009-11-17 14:28:38 +01005298 raw_spin_unlock_irqrestore(&rq->lock, flags);
Peter Zijlstra48c5ccae2010-11-13 19:32:29 +01005299
5300 migrate_nr_uninterruptible(rq);
5301 calc_global_load_remove(rq);
Gregory Haskins57d885f2008-01-25 21:08:18 +01005302 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005303#endif
5304 }
Peter Zijlstra49c022e2011-04-05 10:14:25 +02005305
5306 update_max_interval();
5307
Linus Torvalds1da177e2005-04-16 15:20:36 -07005308 return NOTIFY_OK;
5309}
5310
Paul Mackerrasf38b0822009-06-02 21:05:16 +10005311/*
5312 * Register at high priority so that task migration (migrate_all_tasks)
5313 * happens before everything else. This has to be lower priority than
Ingo Molnarcdd6c482009-09-21 12:02:48 +02005314 * the notifier in the perf_event subsystem, though.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005315 */
Chandra Seetharaman26c21432006-06-27 02:54:10 -07005316static struct notifier_block __cpuinitdata migration_notifier = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005317 .notifier_call = migration_call,
Tejun Heo50a323b2010-06-08 21:40:36 +02005318 .priority = CPU_PRI_MIGRATION,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005319};
5320
Tejun Heo3a101d02010-06-08 21:40:36 +02005321static int __cpuinit sched_cpu_active(struct notifier_block *nfb,
5322 unsigned long action, void *hcpu)
5323{
5324 switch (action & ~CPU_TASKS_FROZEN) {
5325 case CPU_ONLINE:
5326 case CPU_DOWN_FAILED:
5327 set_cpu_active((long)hcpu, true);
5328 return NOTIFY_OK;
5329 default:
5330 return NOTIFY_DONE;
5331 }
5332}
5333
5334static int __cpuinit sched_cpu_inactive(struct notifier_block *nfb,
5335 unsigned long action, void *hcpu)
5336{
5337 switch (action & ~CPU_TASKS_FROZEN) {
5338 case CPU_DOWN_PREPARE:
5339 set_cpu_active((long)hcpu, false);
5340 return NOTIFY_OK;
5341 default:
5342 return NOTIFY_DONE;
5343 }
5344}
5345
Eduard - Gabriel Munteanu7babe8d2008-07-25 19:45:11 -07005346static int __init migration_init(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005347{
5348 void *cpu = (void *)(long)smp_processor_id();
Akinobu Mita07dccf32006-09-29 02:00:22 -07005349 int err;
Ingo Molnar48f24c42006-07-03 00:25:40 -07005350
Tejun Heo3a101d02010-06-08 21:40:36 +02005351 /* Initialize migration for the boot CPU */
Akinobu Mita07dccf32006-09-29 02:00:22 -07005352 err = migration_call(&migration_notifier, CPU_UP_PREPARE, cpu);
5353 BUG_ON(err == NOTIFY_BAD);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005354 migration_call(&migration_notifier, CPU_ONLINE, cpu);
5355 register_cpu_notifier(&migration_notifier);
Eduard - Gabriel Munteanu7babe8d2008-07-25 19:45:11 -07005356
Tejun Heo3a101d02010-06-08 21:40:36 +02005357 /* Register cpu active notifiers */
5358 cpu_notifier(sched_cpu_active, CPU_PRI_SCHED_ACTIVE);
5359 cpu_notifier(sched_cpu_inactive, CPU_PRI_SCHED_INACTIVE);
5360
Thomas Gleixnera004cd42009-07-21 09:54:05 +02005361 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005362}
Eduard - Gabriel Munteanu7babe8d2008-07-25 19:45:11 -07005363early_initcall(migration_init);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005364#endif
5365
5366#ifdef CONFIG_SMP
Christoph Lameter476f3532007-05-06 14:48:58 -07005367
Peter Zijlstra4cb98832011-04-07 14:09:58 +02005368static cpumask_var_t sched_domains_tmpmask; /* sched_domains_mutex */
5369
Ingo Molnar3e9830d2007-10-15 17:00:13 +02005370#ifdef CONFIG_SCHED_DEBUG
Ingo Molnar4dcf6af2007-10-24 18:23:48 +02005371
Mike Travisf6630112009-11-17 18:22:15 -06005372static __read_mostly int sched_domain_debug_enabled;
5373
5374static int __init sched_domain_debug_setup(char *str)
5375{
5376 sched_domain_debug_enabled = 1;
5377
5378 return 0;
5379}
5380early_param("sched_debug", sched_domain_debug_setup);
5381
Mike Travis7c16ec52008-04-04 18:11:11 -07005382static int sched_domain_debug_one(struct sched_domain *sd, int cpu, int level,
Rusty Russell96f874e22008-11-25 02:35:14 +10305383 struct cpumask *groupmask)
Ingo Molnar4dcf6af2007-10-24 18:23:48 +02005384{
5385 struct sched_group *group = sd->groups;
Mike Travis434d53b2008-04-04 18:11:04 -07005386 char str[256];
Ingo Molnar4dcf6af2007-10-24 18:23:48 +02005387
Rusty Russell968ea6d2008-12-13 21:55:51 +10305388 cpulist_scnprintf(str, sizeof(str), sched_domain_span(sd));
Rusty Russell96f874e22008-11-25 02:35:14 +10305389 cpumask_clear(groupmask);
Ingo Molnar4dcf6af2007-10-24 18:23:48 +02005390
5391 printk(KERN_DEBUG "%*s domain %d: ", level, "", level);
5392
5393 if (!(sd->flags & SD_LOAD_BALANCE)) {
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01005394 printk("does not load-balance\n");
Ingo Molnar4dcf6af2007-10-24 18:23:48 +02005395 if (sd->parent)
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01005396 printk(KERN_ERR "ERROR: !SD_LOAD_BALANCE domain"
5397 " has parent");
Ingo Molnar4dcf6af2007-10-24 18:23:48 +02005398 return -1;
5399 }
5400
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01005401 printk(KERN_CONT "span %s level %s\n", str, sd->name);
Ingo Molnar4dcf6af2007-10-24 18:23:48 +02005402
Rusty Russell758b2cd2008-11-25 02:35:04 +10305403 if (!cpumask_test_cpu(cpu, sched_domain_span(sd))) {
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01005404 printk(KERN_ERR "ERROR: domain->span does not contain "
5405 "CPU%d\n", cpu);
Ingo Molnar4dcf6af2007-10-24 18:23:48 +02005406 }
Rusty Russell758b2cd2008-11-25 02:35:04 +10305407 if (!cpumask_test_cpu(cpu, sched_group_cpus(group))) {
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01005408 printk(KERN_ERR "ERROR: domain->groups does not contain"
5409 " CPU%d\n", cpu);
Ingo Molnar4dcf6af2007-10-24 18:23:48 +02005410 }
5411
5412 printk(KERN_DEBUG "%*s groups:", level + 1, "");
5413 do {
5414 if (!group) {
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01005415 printk("\n");
5416 printk(KERN_ERR "ERROR: group is NULL\n");
Ingo Molnar4dcf6af2007-10-24 18:23:48 +02005417 break;
5418 }
5419
Peter Zijlstra9c3f75c2011-07-14 13:00:06 +02005420 if (!group->sgp->power) {
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01005421 printk(KERN_CONT "\n");
5422 printk(KERN_ERR "ERROR: domain->cpu_power not "
5423 "set\n");
Ingo Molnar4dcf6af2007-10-24 18:23:48 +02005424 break;
5425 }
5426
Rusty Russell758b2cd2008-11-25 02:35:04 +10305427 if (!cpumask_weight(sched_group_cpus(group))) {
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01005428 printk(KERN_CONT "\n");
5429 printk(KERN_ERR "ERROR: empty group\n");
Ingo Molnar4dcf6af2007-10-24 18:23:48 +02005430 break;
5431 }
5432
Rusty Russell758b2cd2008-11-25 02:35:04 +10305433 if (cpumask_intersects(groupmask, sched_group_cpus(group))) {
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01005434 printk(KERN_CONT "\n");
5435 printk(KERN_ERR "ERROR: repeated CPUs\n");
Ingo Molnar4dcf6af2007-10-24 18:23:48 +02005436 break;
5437 }
5438
Rusty Russell758b2cd2008-11-25 02:35:04 +10305439 cpumask_or(groupmask, groupmask, sched_group_cpus(group));
Ingo Molnar4dcf6af2007-10-24 18:23:48 +02005440
Rusty Russell968ea6d2008-12-13 21:55:51 +10305441 cpulist_scnprintf(str, sizeof(str), sched_group_cpus(group));
Gautham R Shenoy381512c2009-04-14 09:09:36 +05305442
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01005443 printk(KERN_CONT " %s", str);
Peter Zijlstra9c3f75c2011-07-14 13:00:06 +02005444 if (group->sgp->power != SCHED_POWER_SCALE) {
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01005445 printk(KERN_CONT " (cpu_power = %d)",
Peter Zijlstra9c3f75c2011-07-14 13:00:06 +02005446 group->sgp->power);
Gautham R Shenoy381512c2009-04-14 09:09:36 +05305447 }
Ingo Molnar4dcf6af2007-10-24 18:23:48 +02005448
5449 group = group->next;
5450 } while (group != sd->groups);
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01005451 printk(KERN_CONT "\n");
Ingo Molnar4dcf6af2007-10-24 18:23:48 +02005452
Rusty Russell758b2cd2008-11-25 02:35:04 +10305453 if (!cpumask_equal(sched_domain_span(sd), groupmask))
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01005454 printk(KERN_ERR "ERROR: groups don't span domain->span\n");
Ingo Molnar4dcf6af2007-10-24 18:23:48 +02005455
Rusty Russell758b2cd2008-11-25 02:35:04 +10305456 if (sd->parent &&
5457 !cpumask_subset(groupmask, sched_domain_span(sd->parent)))
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01005458 printk(KERN_ERR "ERROR: parent span is not a superset "
5459 "of domain->span\n");
Ingo Molnar4dcf6af2007-10-24 18:23:48 +02005460 return 0;
5461}
5462
Linus Torvalds1da177e2005-04-16 15:20:36 -07005463static void sched_domain_debug(struct sched_domain *sd, int cpu)
5464{
5465 int level = 0;
5466
Mike Travisf6630112009-11-17 18:22:15 -06005467 if (!sched_domain_debug_enabled)
5468 return;
5469
Nick Piggin41c7ce92005-06-25 14:57:24 -07005470 if (!sd) {
5471 printk(KERN_DEBUG "CPU%d attaching NULL sched-domain.\n", cpu);
5472 return;
5473 }
5474
Linus Torvalds1da177e2005-04-16 15:20:36 -07005475 printk(KERN_DEBUG "CPU%d attaching sched-domain:\n", cpu);
5476
Ingo Molnar4dcf6af2007-10-24 18:23:48 +02005477 for (;;) {
Peter Zijlstra4cb98832011-04-07 14:09:58 +02005478 if (sched_domain_debug_one(sd, cpu, level, sched_domains_tmpmask))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005479 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005480 level++;
5481 sd = sd->parent;
Miguel Ojeda Sandonis33859f72006-12-10 02:20:38 -08005482 if (!sd)
Ingo Molnar4dcf6af2007-10-24 18:23:48 +02005483 break;
5484 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005485}
Dhaval Giani6d6bc0a2008-05-30 14:23:45 +02005486#else /* !CONFIG_SCHED_DEBUG */
Ingo Molnar48f24c42006-07-03 00:25:40 -07005487# define sched_domain_debug(sd, cpu) do { } while (0)
Dhaval Giani6d6bc0a2008-05-30 14:23:45 +02005488#endif /* CONFIG_SCHED_DEBUG */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005489
Dinakar Guniguntala1a20ff22005-06-25 14:57:33 -07005490static int sd_degenerate(struct sched_domain *sd)
Suresh Siddha245af2c2005-06-25 14:57:25 -07005491{
Rusty Russell758b2cd2008-11-25 02:35:04 +10305492 if (cpumask_weight(sched_domain_span(sd)) == 1)
Suresh Siddha245af2c2005-06-25 14:57:25 -07005493 return 1;
5494
5495 /* Following flags need at least 2 groups */
5496 if (sd->flags & (SD_LOAD_BALANCE |
5497 SD_BALANCE_NEWIDLE |
5498 SD_BALANCE_FORK |
Siddha, Suresh B89c47102006-10-03 01:14:09 -07005499 SD_BALANCE_EXEC |
5500 SD_SHARE_CPUPOWER |
5501 SD_SHARE_PKG_RESOURCES)) {
Suresh Siddha245af2c2005-06-25 14:57:25 -07005502 if (sd->groups != sd->groups->next)
5503 return 0;
5504 }
5505
5506 /* Following flags don't use groups */
Peter Zijlstrac88d5912009-09-10 13:50:02 +02005507 if (sd->flags & (SD_WAKE_AFFINE))
Suresh Siddha245af2c2005-06-25 14:57:25 -07005508 return 0;
5509
5510 return 1;
5511}
5512
Ingo Molnar48f24c42006-07-03 00:25:40 -07005513static int
5514sd_parent_degenerate(struct sched_domain *sd, struct sched_domain *parent)
Suresh Siddha245af2c2005-06-25 14:57:25 -07005515{
5516 unsigned long cflags = sd->flags, pflags = parent->flags;
5517
5518 if (sd_degenerate(parent))
5519 return 1;
5520
Rusty Russell758b2cd2008-11-25 02:35:04 +10305521 if (!cpumask_equal(sched_domain_span(sd), sched_domain_span(parent)))
Suresh Siddha245af2c2005-06-25 14:57:25 -07005522 return 0;
5523
Suresh Siddha245af2c2005-06-25 14:57:25 -07005524 /* Flags needing groups don't count if only 1 group in parent */
5525 if (parent->groups == parent->groups->next) {
5526 pflags &= ~(SD_LOAD_BALANCE |
5527 SD_BALANCE_NEWIDLE |
5528 SD_BALANCE_FORK |
Siddha, Suresh B89c47102006-10-03 01:14:09 -07005529 SD_BALANCE_EXEC |
5530 SD_SHARE_CPUPOWER |
5531 SD_SHARE_PKG_RESOURCES);
Ken Chen54364992008-12-07 18:47:37 -08005532 if (nr_node_ids == 1)
5533 pflags &= ~SD_SERIALIZE;
Suresh Siddha245af2c2005-06-25 14:57:25 -07005534 }
5535 if (~cflags & pflags)
5536 return 0;
5537
5538 return 1;
5539}
5540
Peter Zijlstradce840a2011-04-07 14:09:50 +02005541static void free_rootdomain(struct rcu_head *rcu)
Rusty Russellc6c49272008-11-25 02:35:05 +10305542{
Peter Zijlstradce840a2011-04-07 14:09:50 +02005543 struct root_domain *rd = container_of(rcu, struct root_domain, rcu);
Peter Zijlstra047106a2009-11-16 10:28:09 +01005544
Rusty Russell68e74562008-11-25 02:35:13 +10305545 cpupri_cleanup(&rd->cpupri);
Rusty Russellc6c49272008-11-25 02:35:05 +10305546 free_cpumask_var(rd->rto_mask);
5547 free_cpumask_var(rd->online);
5548 free_cpumask_var(rd->span);
5549 kfree(rd);
5550}
5551
Gregory Haskins57d885f2008-01-25 21:08:18 +01005552static void rq_attach_root(struct rq *rq, struct root_domain *rd)
5553{
Ingo Molnara0490fa2009-02-12 11:35:40 +01005554 struct root_domain *old_rd = NULL;
Gregory Haskins57d885f2008-01-25 21:08:18 +01005555 unsigned long flags;
Gregory Haskins57d885f2008-01-25 21:08:18 +01005556
Thomas Gleixner05fa7852009-11-17 14:28:38 +01005557 raw_spin_lock_irqsave(&rq->lock, flags);
Gregory Haskins57d885f2008-01-25 21:08:18 +01005558
5559 if (rq->rd) {
Ingo Molnara0490fa2009-02-12 11:35:40 +01005560 old_rd = rq->rd;
Gregory Haskins57d885f2008-01-25 21:08:18 +01005561
Rusty Russellc6c49272008-11-25 02:35:05 +10305562 if (cpumask_test_cpu(rq->cpu, old_rd->online))
Gregory Haskins1f11eb6a2008-06-04 15:04:05 -04005563 set_rq_offline(rq);
Gregory Haskins57d885f2008-01-25 21:08:18 +01005564
Rusty Russellc6c49272008-11-25 02:35:05 +10305565 cpumask_clear_cpu(rq->cpu, old_rd->span);
Gregory Haskinsdc938522008-01-25 21:08:26 +01005566
Ingo Molnara0490fa2009-02-12 11:35:40 +01005567 /*
5568 * If we dont want to free the old_rt yet then
5569 * set old_rd to NULL to skip the freeing later
5570 * in this function:
5571 */
5572 if (!atomic_dec_and_test(&old_rd->refcount))
5573 old_rd = NULL;
Gregory Haskins57d885f2008-01-25 21:08:18 +01005574 }
5575
5576 atomic_inc(&rd->refcount);
5577 rq->rd = rd;
5578
Rusty Russellc6c49272008-11-25 02:35:05 +10305579 cpumask_set_cpu(rq->cpu, rd->span);
Gregory Haskins00aec932009-07-30 10:57:23 -04005580 if (cpumask_test_cpu(rq->cpu, cpu_active_mask))
Gregory Haskins1f11eb6a2008-06-04 15:04:05 -04005581 set_rq_online(rq);
Gregory Haskins57d885f2008-01-25 21:08:18 +01005582
Thomas Gleixner05fa7852009-11-17 14:28:38 +01005583 raw_spin_unlock_irqrestore(&rq->lock, flags);
Ingo Molnara0490fa2009-02-12 11:35:40 +01005584
5585 if (old_rd)
Peter Zijlstradce840a2011-04-07 14:09:50 +02005586 call_rcu_sched(&old_rd->rcu, free_rootdomain);
Gregory Haskins57d885f2008-01-25 21:08:18 +01005587}
5588
Pekka Enberg68c38fc2010-07-15 23:18:22 +03005589static int init_rootdomain(struct root_domain *rd)
Gregory Haskins57d885f2008-01-25 21:08:18 +01005590{
5591 memset(rd, 0, sizeof(*rd));
5592
Pekka Enberg68c38fc2010-07-15 23:18:22 +03005593 if (!alloc_cpumask_var(&rd->span, GFP_KERNEL))
Li Zefan0c910d22009-01-06 17:39:06 +08005594 goto out;
Pekka Enberg68c38fc2010-07-15 23:18:22 +03005595 if (!alloc_cpumask_var(&rd->online, GFP_KERNEL))
Rusty Russellc6c49272008-11-25 02:35:05 +10305596 goto free_span;
Pekka Enberg68c38fc2010-07-15 23:18:22 +03005597 if (!alloc_cpumask_var(&rd->rto_mask, GFP_KERNEL))
Rusty Russellc6c49272008-11-25 02:35:05 +10305598 goto free_online;
Gregory Haskins6e0534f2008-05-12 21:21:01 +02005599
Pekka Enberg68c38fc2010-07-15 23:18:22 +03005600 if (cpupri_init(&rd->cpupri) != 0)
Rusty Russell68e74562008-11-25 02:35:13 +10305601 goto free_rto_mask;
Rusty Russellc6c49272008-11-25 02:35:05 +10305602 return 0;
5603
Rusty Russell68e74562008-11-25 02:35:13 +10305604free_rto_mask:
5605 free_cpumask_var(rd->rto_mask);
Rusty Russellc6c49272008-11-25 02:35:05 +10305606free_online:
5607 free_cpumask_var(rd->online);
5608free_span:
5609 free_cpumask_var(rd->span);
Li Zefan0c910d22009-01-06 17:39:06 +08005610out:
Rusty Russellc6c49272008-11-25 02:35:05 +10305611 return -ENOMEM;
Gregory Haskins57d885f2008-01-25 21:08:18 +01005612}
5613
Peter Zijlstra029632f2011-10-25 10:00:11 +02005614/*
5615 * By default the system creates a single root-domain with all cpus as
5616 * members (mimicking the global state we have today).
5617 */
5618struct root_domain def_root_domain;
5619
Gregory Haskins57d885f2008-01-25 21:08:18 +01005620static void init_defrootdomain(void)
5621{
Pekka Enberg68c38fc2010-07-15 23:18:22 +03005622 init_rootdomain(&def_root_domain);
Rusty Russellc6c49272008-11-25 02:35:05 +10305623
Gregory Haskins57d885f2008-01-25 21:08:18 +01005624 atomic_set(&def_root_domain.refcount, 1);
5625}
5626
Gregory Haskinsdc938522008-01-25 21:08:26 +01005627static struct root_domain *alloc_rootdomain(void)
Gregory Haskins57d885f2008-01-25 21:08:18 +01005628{
5629 struct root_domain *rd;
5630
5631 rd = kmalloc(sizeof(*rd), GFP_KERNEL);
5632 if (!rd)
5633 return NULL;
5634
Pekka Enberg68c38fc2010-07-15 23:18:22 +03005635 if (init_rootdomain(rd) != 0) {
Rusty Russellc6c49272008-11-25 02:35:05 +10305636 kfree(rd);
5637 return NULL;
5638 }
Gregory Haskins57d885f2008-01-25 21:08:18 +01005639
5640 return rd;
5641}
5642
Peter Zijlstrae3589f62011-07-15 10:35:52 +02005643static void free_sched_groups(struct sched_group *sg, int free_sgp)
5644{
5645 struct sched_group *tmp, *first;
5646
5647 if (!sg)
5648 return;
5649
5650 first = sg;
5651 do {
5652 tmp = sg->next;
5653
5654 if (free_sgp && atomic_dec_and_test(&sg->sgp->ref))
5655 kfree(sg->sgp);
5656
5657 kfree(sg);
5658 sg = tmp;
5659 } while (sg != first);
5660}
5661
Peter Zijlstradce840a2011-04-07 14:09:50 +02005662static void free_sched_domain(struct rcu_head *rcu)
5663{
5664 struct sched_domain *sd = container_of(rcu, struct sched_domain, rcu);
Peter Zijlstrae3589f62011-07-15 10:35:52 +02005665
5666 /*
5667 * If its an overlapping domain it has private groups, iterate and
5668 * nuke them all.
5669 */
5670 if (sd->flags & SD_OVERLAP) {
5671 free_sched_groups(sd->groups, 1);
5672 } else if (atomic_dec_and_test(&sd->groups->ref)) {
Peter Zijlstra9c3f75c2011-07-14 13:00:06 +02005673 kfree(sd->groups->sgp);
Peter Zijlstradce840a2011-04-07 14:09:50 +02005674 kfree(sd->groups);
Peter Zijlstra9c3f75c2011-07-14 13:00:06 +02005675 }
Peter Zijlstradce840a2011-04-07 14:09:50 +02005676 kfree(sd);
5677}
5678
5679static void destroy_sched_domain(struct sched_domain *sd, int cpu)
5680{
5681 call_rcu(&sd->rcu, free_sched_domain);
5682}
5683
5684static void destroy_sched_domains(struct sched_domain *sd, int cpu)
5685{
5686 for (; sd; sd = sd->parent)
5687 destroy_sched_domain(sd, cpu);
5688}
5689
Linus Torvalds1da177e2005-04-16 15:20:36 -07005690/*
Ingo Molnar0eab9142008-01-25 21:08:19 +01005691 * Attach the domain 'sd' to 'cpu' as its base domain. Callers must
Linus Torvalds1da177e2005-04-16 15:20:36 -07005692 * hold the hotplug lock.
5693 */
Ingo Molnar0eab9142008-01-25 21:08:19 +01005694static void
5695cpu_attach_domain(struct sched_domain *sd, struct root_domain *rd, int cpu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005696{
Ingo Molnar70b97a72006-07-03 00:25:42 -07005697 struct rq *rq = cpu_rq(cpu);
Suresh Siddha245af2c2005-06-25 14:57:25 -07005698 struct sched_domain *tmp;
5699
5700 /* Remove the sched domains which do not contribute to scheduling. */
Li Zefanf29c9b12008-11-06 09:45:16 +08005701 for (tmp = sd; tmp; ) {
Suresh Siddha245af2c2005-06-25 14:57:25 -07005702 struct sched_domain *parent = tmp->parent;
5703 if (!parent)
5704 break;
Li Zefanf29c9b12008-11-06 09:45:16 +08005705
Siddha, Suresh B1a848872006-10-03 01:14:08 -07005706 if (sd_parent_degenerate(tmp, parent)) {
Suresh Siddha245af2c2005-06-25 14:57:25 -07005707 tmp->parent = parent->parent;
Siddha, Suresh B1a848872006-10-03 01:14:08 -07005708 if (parent->parent)
5709 parent->parent->child = tmp;
Peter Zijlstradce840a2011-04-07 14:09:50 +02005710 destroy_sched_domain(parent, cpu);
Li Zefanf29c9b12008-11-06 09:45:16 +08005711 } else
5712 tmp = tmp->parent;
Suresh Siddha245af2c2005-06-25 14:57:25 -07005713 }
5714
Siddha, Suresh B1a848872006-10-03 01:14:08 -07005715 if (sd && sd_degenerate(sd)) {
Peter Zijlstradce840a2011-04-07 14:09:50 +02005716 tmp = sd;
Suresh Siddha245af2c2005-06-25 14:57:25 -07005717 sd = sd->parent;
Peter Zijlstradce840a2011-04-07 14:09:50 +02005718 destroy_sched_domain(tmp, cpu);
Siddha, Suresh B1a848872006-10-03 01:14:08 -07005719 if (sd)
5720 sd->child = NULL;
5721 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005722
Peter Zijlstra4cb98832011-04-07 14:09:58 +02005723 sched_domain_debug(sd, cpu);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005724
Gregory Haskins57d885f2008-01-25 21:08:18 +01005725 rq_attach_root(rq, rd);
Peter Zijlstradce840a2011-04-07 14:09:50 +02005726 tmp = rq->sd;
Nick Piggin674311d2005-06-25 14:57:27 -07005727 rcu_assign_pointer(rq->sd, sd);
Peter Zijlstradce840a2011-04-07 14:09:50 +02005728 destroy_sched_domains(tmp, cpu);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005729}
5730
5731/* cpus with isolated domains */
Rusty Russelldcc30a32008-11-25 02:35:12 +10305732static cpumask_var_t cpu_isolated_map;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005733
5734/* Setup the mask of cpus configured for isolated domains */
5735static int __init isolated_cpu_setup(char *str)
5736{
Rusty Russellbdddd292009-12-02 14:09:16 +10305737 alloc_bootmem_cpumask_var(&cpu_isolated_map);
Rusty Russell968ea6d2008-12-13 21:55:51 +10305738 cpulist_parse(str, cpu_isolated_map);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005739 return 1;
5740}
5741
Ingo Molnar8927f492007-10-15 17:00:13 +02005742__setup("isolcpus=", isolated_cpu_setup);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005743
John Hawkes9c1cfda2005-09-06 15:18:14 -07005744#ifdef CONFIG_NUMA
akpm@osdl.org198e2f12006-01-12 01:05:30 -08005745
John Hawkes9c1cfda2005-09-06 15:18:14 -07005746/**
5747 * find_next_best_node - find the next node to include in a sched_domain
5748 * @node: node whose sched_domain we're building
5749 * @used_nodes: nodes already in the sched_domain
5750 *
Ingo Molnar41a2d6c2007-12-05 15:46:09 +01005751 * Find the next node to include in a given scheduling domain. Simply
John Hawkes9c1cfda2005-09-06 15:18:14 -07005752 * finds the closest node not already in the @used_nodes map.
5753 *
5754 * Should use nodemask_t.
5755 */
Mike Travisc5f59f02008-04-04 18:11:10 -07005756static int find_next_best_node(int node, nodemask_t *used_nodes)
John Hawkes9c1cfda2005-09-06 15:18:14 -07005757{
Hillf Danton7142d172011-05-05 20:53:20 +08005758 int i, n, val, min_val, best_node = -1;
John Hawkes9c1cfda2005-09-06 15:18:14 -07005759
5760 min_val = INT_MAX;
5761
Mike Travis076ac2a2008-05-12 21:21:12 +02005762 for (i = 0; i < nr_node_ids; i++) {
John Hawkes9c1cfda2005-09-06 15:18:14 -07005763 /* Start at @node */
Mike Travis076ac2a2008-05-12 21:21:12 +02005764 n = (node + i) % nr_node_ids;
John Hawkes9c1cfda2005-09-06 15:18:14 -07005765
5766 if (!nr_cpus_node(n))
5767 continue;
5768
5769 /* Skip already used nodes */
Mike Travisc5f59f02008-04-04 18:11:10 -07005770 if (node_isset(n, *used_nodes))
John Hawkes9c1cfda2005-09-06 15:18:14 -07005771 continue;
5772
5773 /* Simple min distance search */
5774 val = node_distance(node, n);
5775
5776 if (val < min_val) {
5777 min_val = val;
5778 best_node = n;
5779 }
5780 }
5781
Hillf Danton7142d172011-05-05 20:53:20 +08005782 if (best_node != -1)
5783 node_set(best_node, *used_nodes);
John Hawkes9c1cfda2005-09-06 15:18:14 -07005784 return best_node;
5785}
5786
5787/**
5788 * sched_domain_node_span - get a cpumask for a node's sched_domain
5789 * @node: node whose cpumask we're constructing
Randy Dunlap73486722008-04-22 10:07:22 -07005790 * @span: resulting cpumask
John Hawkes9c1cfda2005-09-06 15:18:14 -07005791 *
Ingo Molnar41a2d6c2007-12-05 15:46:09 +01005792 * Given a node, construct a good cpumask for its sched_domain to span. It
John Hawkes9c1cfda2005-09-06 15:18:14 -07005793 * should be one that prevents unnecessary balancing, but also spreads tasks
5794 * out optimally.
5795 */
Rusty Russell96f874e22008-11-25 02:35:14 +10305796static void sched_domain_node_span(int node, struct cpumask *span)
John Hawkes9c1cfda2005-09-06 15:18:14 -07005797{
Mike Travisc5f59f02008-04-04 18:11:10 -07005798 nodemask_t used_nodes;
Ingo Molnar48f24c42006-07-03 00:25:40 -07005799 int i;
John Hawkes9c1cfda2005-09-06 15:18:14 -07005800
Mike Travis6ca09df2008-12-31 18:08:45 -08005801 cpumask_clear(span);
Mike Travisc5f59f02008-04-04 18:11:10 -07005802 nodes_clear(used_nodes);
John Hawkes9c1cfda2005-09-06 15:18:14 -07005803
Mike Travis6ca09df2008-12-31 18:08:45 -08005804 cpumask_or(span, span, cpumask_of_node(node));
Mike Travisc5f59f02008-04-04 18:11:10 -07005805 node_set(node, used_nodes);
John Hawkes9c1cfda2005-09-06 15:18:14 -07005806
5807 for (i = 1; i < SD_NODES_PER_DOMAIN; i++) {
Mike Travisc5f59f02008-04-04 18:11:10 -07005808 int next_node = find_next_best_node(node, &used_nodes);
Hillf Danton7142d172011-05-05 20:53:20 +08005809 if (next_node < 0)
5810 break;
Mike Travis6ca09df2008-12-31 18:08:45 -08005811 cpumask_or(span, span, cpumask_of_node(next_node));
John Hawkes9c1cfda2005-09-06 15:18:14 -07005812 }
John Hawkes9c1cfda2005-09-06 15:18:14 -07005813}
Peter Zijlstrad3081f52011-04-07 14:09:59 +02005814
5815static const struct cpumask *cpu_node_mask(int cpu)
5816{
5817 lockdep_assert_held(&sched_domains_mutex);
5818
5819 sched_domain_node_span(cpu_to_node(cpu), sched_domains_tmpmask);
5820
5821 return sched_domains_tmpmask;
5822}
Peter Zijlstra2c402dc2011-04-07 14:10:01 +02005823
5824static const struct cpumask *cpu_allnodes_mask(int cpu)
5825{
5826 return cpu_possible_mask;
5827}
Dhaval Giani6d6bc0a2008-05-30 14:23:45 +02005828#endif /* CONFIG_NUMA */
John Hawkes9c1cfda2005-09-06 15:18:14 -07005829
Peter Zijlstrad3081f52011-04-07 14:09:59 +02005830static const struct cpumask *cpu_cpu_mask(int cpu)
5831{
5832 return cpumask_of_node(cpu_to_node(cpu));
5833}
5834
Siddha, Suresh B5c45bf22006-06-27 02:54:42 -07005835int sched_smt_power_savings = 0, sched_mc_power_savings = 0;
Ingo Molnar48f24c42006-07-03 00:25:40 -07005836
Peter Zijlstradce840a2011-04-07 14:09:50 +02005837struct sd_data {
5838 struct sched_domain **__percpu sd;
5839 struct sched_group **__percpu sg;
Peter Zijlstra9c3f75c2011-07-14 13:00:06 +02005840 struct sched_group_power **__percpu sgp;
Peter Zijlstradce840a2011-04-07 14:09:50 +02005841};
5842
Andreas Herrmann49a02c52009-08-18 12:51:52 +02005843struct s_data {
Peter Zijlstra21d42cc2011-04-07 14:09:48 +02005844 struct sched_domain ** __percpu sd;
Andreas Herrmann49a02c52009-08-18 12:51:52 +02005845 struct root_domain *rd;
5846};
5847
Andreas Herrmann2109b992009-08-18 12:53:00 +02005848enum s_alloc {
Andreas Herrmann2109b992009-08-18 12:53:00 +02005849 sa_rootdomain,
Peter Zijlstra21d42cc2011-04-07 14:09:48 +02005850 sa_sd,
Peter Zijlstradce840a2011-04-07 14:09:50 +02005851 sa_sd_storage,
Andreas Herrmann2109b992009-08-18 12:53:00 +02005852 sa_none,
5853};
5854
Peter Zijlstra54ab4ff2011-04-07 14:10:03 +02005855struct sched_domain_topology_level;
5856
5857typedef struct sched_domain *(*sched_domain_init_f)(struct sched_domain_topology_level *tl, int cpu);
Peter Zijlstraeb7a74e62011-04-07 14:10:00 +02005858typedef const struct cpumask *(*sched_domain_mask_f)(int cpu);
5859
Peter Zijlstrae3589f62011-07-15 10:35:52 +02005860#define SDTL_OVERLAP 0x01
5861
Peter Zijlstraeb7a74e62011-04-07 14:10:00 +02005862struct sched_domain_topology_level {
Peter Zijlstra2c402dc2011-04-07 14:10:01 +02005863 sched_domain_init_f init;
5864 sched_domain_mask_f mask;
Peter Zijlstrae3589f62011-07-15 10:35:52 +02005865 int flags;
Peter Zijlstra54ab4ff2011-04-07 14:10:03 +02005866 struct sd_data data;
Peter Zijlstraeb7a74e62011-04-07 14:10:00 +02005867};
5868
Peter Zijlstrae3589f62011-07-15 10:35:52 +02005869static int
5870build_overlap_sched_groups(struct sched_domain *sd, int cpu)
5871{
5872 struct sched_group *first = NULL, *last = NULL, *groups = NULL, *sg;
5873 const struct cpumask *span = sched_domain_span(sd);
5874 struct cpumask *covered = sched_domains_tmpmask;
5875 struct sd_data *sdd = sd->private;
5876 struct sched_domain *child;
5877 int i;
5878
5879 cpumask_clear(covered);
5880
5881 for_each_cpu(i, span) {
5882 struct cpumask *sg_span;
5883
5884 if (cpumask_test_cpu(i, covered))
5885 continue;
5886
5887 sg = kzalloc_node(sizeof(struct sched_group) + cpumask_size(),
Suresh Siddha4d78a222011-11-18 15:03:29 -08005888 GFP_KERNEL, cpu_to_node(cpu));
Peter Zijlstrae3589f62011-07-15 10:35:52 +02005889
5890 if (!sg)
5891 goto fail;
5892
5893 sg_span = sched_group_cpus(sg);
5894
5895 child = *per_cpu_ptr(sdd->sd, i);
5896 if (child->child) {
5897 child = child->child;
5898 cpumask_copy(sg_span, sched_domain_span(child));
5899 } else
5900 cpumask_set_cpu(i, sg_span);
5901
5902 cpumask_or(covered, covered, sg_span);
5903
5904 sg->sgp = *per_cpu_ptr(sdd->sgp, cpumask_first(sg_span));
5905 atomic_inc(&sg->sgp->ref);
5906
5907 if (cpumask_test_cpu(cpu, sg_span))
5908 groups = sg;
5909
5910 if (!first)
5911 first = sg;
5912 if (last)
5913 last->next = sg;
5914 last = sg;
5915 last->next = first;
5916 }
5917 sd->groups = groups;
5918
5919 return 0;
5920
5921fail:
5922 free_sched_groups(first, 0);
5923
5924 return -ENOMEM;
5925}
5926
Peter Zijlstradce840a2011-04-07 14:09:50 +02005927static int get_group(int cpu, struct sd_data *sdd, struct sched_group **sg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005928{
Peter Zijlstradce840a2011-04-07 14:09:50 +02005929 struct sched_domain *sd = *per_cpu_ptr(sdd->sd, cpu);
5930 struct sched_domain *child = sd->child;
5931
5932 if (child)
5933 cpu = cpumask_first(sched_domain_span(child));
5934
Peter Zijlstra9c3f75c2011-07-14 13:00:06 +02005935 if (sg) {
Peter Zijlstradce840a2011-04-07 14:09:50 +02005936 *sg = *per_cpu_ptr(sdd->sg, cpu);
Peter Zijlstra9c3f75c2011-07-14 13:00:06 +02005937 (*sg)->sgp = *per_cpu_ptr(sdd->sgp, cpu);
Peter Zijlstrae3589f62011-07-15 10:35:52 +02005938 atomic_set(&(*sg)->sgp->ref, 1); /* for claim_allocations */
Peter Zijlstra9c3f75c2011-07-14 13:00:06 +02005939 }
Peter Zijlstradce840a2011-04-07 14:09:50 +02005940
Linus Torvalds1da177e2005-04-16 15:20:36 -07005941 return cpu;
5942}
Linus Torvalds1da177e2005-04-16 15:20:36 -07005943
Ingo Molnar48f24c42006-07-03 00:25:40 -07005944/*
Peter Zijlstradce840a2011-04-07 14:09:50 +02005945 * build_sched_groups will build a circular linked list of the groups
5946 * covered by the given span, and will set each group's ->cpumask correctly,
5947 * and ->cpu_power to 0.
Peter Zijlstrae3589f62011-07-15 10:35:52 +02005948 *
5949 * Assumes the sched_domain tree is fully constructed
Ingo Molnar48f24c42006-07-03 00:25:40 -07005950 */
Peter Zijlstrae3589f62011-07-15 10:35:52 +02005951static int
5952build_sched_groups(struct sched_domain *sd, int cpu)
Siddha, Suresh B1e9f28f2006-03-27 01:15:22 -08005953{
Peter Zijlstradce840a2011-04-07 14:09:50 +02005954 struct sched_group *first = NULL, *last = NULL;
5955 struct sd_data *sdd = sd->private;
5956 const struct cpumask *span = sched_domain_span(sd);
Peter Zijlstraf96225f2011-04-07 14:09:57 +02005957 struct cpumask *covered;
Peter Zijlstradce840a2011-04-07 14:09:50 +02005958 int i;
5959
Peter Zijlstrae3589f62011-07-15 10:35:52 +02005960 get_group(cpu, sdd, &sd->groups);
5961 atomic_inc(&sd->groups->ref);
5962
5963 if (cpu != cpumask_first(sched_domain_span(sd)))
5964 return 0;
5965
Peter Zijlstraf96225f2011-04-07 14:09:57 +02005966 lockdep_assert_held(&sched_domains_mutex);
5967 covered = sched_domains_tmpmask;
5968
Peter Zijlstradce840a2011-04-07 14:09:50 +02005969 cpumask_clear(covered);
5970
5971 for_each_cpu(i, span) {
5972 struct sched_group *sg;
5973 int group = get_group(i, sdd, &sg);
5974 int j;
5975
5976 if (cpumask_test_cpu(i, covered))
5977 continue;
5978
5979 cpumask_clear(sched_group_cpus(sg));
Peter Zijlstra9c3f75c2011-07-14 13:00:06 +02005980 sg->sgp->power = 0;
Peter Zijlstradce840a2011-04-07 14:09:50 +02005981
5982 for_each_cpu(j, span) {
5983 if (get_group(j, sdd, NULL) != group)
5984 continue;
5985
5986 cpumask_set_cpu(j, covered);
5987 cpumask_set_cpu(j, sched_group_cpus(sg));
5988 }
5989
5990 if (!first)
5991 first = sg;
5992 if (last)
5993 last->next = sg;
5994 last = sg;
5995 }
5996 last->next = first;
Peter Zijlstrae3589f62011-07-15 10:35:52 +02005997
5998 return 0;
Siddha, Suresh B1e9f28f2006-03-27 01:15:22 -08005999}
Srivatsa Vaddagiri51888ca2006-06-27 02:54:38 -07006000
Linus Torvalds1da177e2005-04-16 15:20:36 -07006001/*
Siddha, Suresh B89c47102006-10-03 01:14:09 -07006002 * Initialize sched groups cpu_power.
6003 *
6004 * cpu_power indicates the capacity of sched group, which is used while
6005 * distributing the load between different sched groups in a sched domain.
6006 * Typically cpu_power for all the groups in a sched domain will be same unless
6007 * there are asymmetries in the topology. If there are asymmetries, group
6008 * having more cpu_power will pickup more load compared to the group having
6009 * less cpu_power.
Siddha, Suresh B89c47102006-10-03 01:14:09 -07006010 */
6011static void init_sched_groups_power(int cpu, struct sched_domain *sd)
6012{
Peter Zijlstrae3589f62011-07-15 10:35:52 +02006013 struct sched_group *sg = sd->groups;
Siddha, Suresh B89c47102006-10-03 01:14:09 -07006014
Peter Zijlstrae3589f62011-07-15 10:35:52 +02006015 WARN_ON(!sd || !sg);
6016
6017 do {
6018 sg->group_weight = cpumask_weight(sched_group_cpus(sg));
6019 sg = sg->next;
6020 } while (sg != sd->groups);
6021
6022 if (cpu != group_first_cpu(sg))
Siddha, Suresh B89c47102006-10-03 01:14:09 -07006023 return;
6024
Peter Zijlstrad274cb32011-04-07 14:09:43 +02006025 update_group_power(sd, cpu);
Siddha, Suresh B89c47102006-10-03 01:14:09 -07006026}
6027
Peter Zijlstra029632f2011-10-25 10:00:11 +02006028int __weak arch_sd_sibling_asym_packing(void)
6029{
6030 return 0*SD_ASYM_PACKING;
6031}
6032
Siddha, Suresh B89c47102006-10-03 01:14:09 -07006033/*
Mike Travis7c16ec52008-04-04 18:11:11 -07006034 * Initializers for schedule domains
6035 * Non-inlined to reduce accumulated stack pressure in build_sched_domains()
6036 */
6037
Ingo Molnara5d8c342008-10-09 11:35:51 +02006038#ifdef CONFIG_SCHED_DEBUG
6039# define SD_INIT_NAME(sd, type) sd->name = #type
6040#else
6041# define SD_INIT_NAME(sd, type) do { } while (0)
6042#endif
6043
Peter Zijlstra54ab4ff2011-04-07 14:10:03 +02006044#define SD_INIT_FUNC(type) \
6045static noinline struct sched_domain * \
6046sd_init_##type(struct sched_domain_topology_level *tl, int cpu) \
6047{ \
6048 struct sched_domain *sd = *per_cpu_ptr(tl->data.sd, cpu); \
6049 *sd = SD_##type##_INIT; \
Peter Zijlstra54ab4ff2011-04-07 14:10:03 +02006050 SD_INIT_NAME(sd, type); \
6051 sd->private = &tl->data; \
6052 return sd; \
Mike Travis7c16ec52008-04-04 18:11:11 -07006053}
6054
6055SD_INIT_FUNC(CPU)
6056#ifdef CONFIG_NUMA
6057 SD_INIT_FUNC(ALLNODES)
6058 SD_INIT_FUNC(NODE)
6059#endif
6060#ifdef CONFIG_SCHED_SMT
6061 SD_INIT_FUNC(SIBLING)
6062#endif
6063#ifdef CONFIG_SCHED_MC
6064 SD_INIT_FUNC(MC)
6065#endif
Heiko Carstens01a08542010-08-31 10:28:16 +02006066#ifdef CONFIG_SCHED_BOOK
6067 SD_INIT_FUNC(BOOK)
6068#endif
Mike Travis7c16ec52008-04-04 18:11:11 -07006069
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +09006070static int default_relax_domain_level = -1;
Peter Zijlstra60495e72011-04-07 14:10:04 +02006071int sched_domain_level_max;
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +09006072
6073static int __init setup_relax_domain_level(char *str)
6074{
Li Zefan30e0e172008-05-13 10:27:17 +08006075 unsigned long val;
6076
6077 val = simple_strtoul(str, NULL, 0);
Peter Zijlstra60495e72011-04-07 14:10:04 +02006078 if (val < sched_domain_level_max)
Li Zefan30e0e172008-05-13 10:27:17 +08006079 default_relax_domain_level = val;
6080
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +09006081 return 1;
6082}
6083__setup("relax_domain_level=", setup_relax_domain_level);
6084
6085static void set_domain_attribute(struct sched_domain *sd,
6086 struct sched_domain_attr *attr)
6087{
6088 int request;
6089
6090 if (!attr || attr->relax_domain_level < 0) {
6091 if (default_relax_domain_level < 0)
6092 return;
6093 else
6094 request = default_relax_domain_level;
6095 } else
6096 request = attr->relax_domain_level;
6097 if (request < sd->level) {
6098 /* turn off idle balance on this domain */
Peter Zijlstrac88d5912009-09-10 13:50:02 +02006099 sd->flags &= ~(SD_BALANCE_WAKE|SD_BALANCE_NEWIDLE);
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +09006100 } else {
6101 /* turn on idle balance on this domain */
Peter Zijlstrac88d5912009-09-10 13:50:02 +02006102 sd->flags |= (SD_BALANCE_WAKE|SD_BALANCE_NEWIDLE);
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +09006103 }
6104}
6105
Peter Zijlstra54ab4ff2011-04-07 14:10:03 +02006106static void __sdt_free(const struct cpumask *cpu_map);
6107static int __sdt_alloc(const struct cpumask *cpu_map);
6108
Andreas Herrmann2109b992009-08-18 12:53:00 +02006109static void __free_domain_allocs(struct s_data *d, enum s_alloc what,
6110 const struct cpumask *cpu_map)
6111{
6112 switch (what) {
Andreas Herrmann2109b992009-08-18 12:53:00 +02006113 case sa_rootdomain:
Peter Zijlstra822ff792011-04-07 14:09:51 +02006114 if (!atomic_read(&d->rd->refcount))
6115 free_rootdomain(&d->rd->rcu); /* fall through */
Peter Zijlstra21d42cc2011-04-07 14:09:48 +02006116 case sa_sd:
6117 free_percpu(d->sd); /* fall through */
Peter Zijlstradce840a2011-04-07 14:09:50 +02006118 case sa_sd_storage:
Peter Zijlstra54ab4ff2011-04-07 14:10:03 +02006119 __sdt_free(cpu_map); /* fall through */
Andreas Herrmann2109b992009-08-18 12:53:00 +02006120 case sa_none:
6121 break;
6122 }
6123}
6124
6125static enum s_alloc __visit_domain_allocation_hell(struct s_data *d,
6126 const struct cpumask *cpu_map)
6127{
Peter Zijlstradce840a2011-04-07 14:09:50 +02006128 memset(d, 0, sizeof(*d));
6129
Peter Zijlstra54ab4ff2011-04-07 14:10:03 +02006130 if (__sdt_alloc(cpu_map))
6131 return sa_sd_storage;
Peter Zijlstra21d42cc2011-04-07 14:09:48 +02006132 d->sd = alloc_percpu(struct sched_domain *);
Peter Zijlstradce840a2011-04-07 14:09:50 +02006133 if (!d->sd)
6134 return sa_sd_storage;
Andreas Herrmann2109b992009-08-18 12:53:00 +02006135 d->rd = alloc_rootdomain();
Peter Zijlstradce840a2011-04-07 14:09:50 +02006136 if (!d->rd)
Peter Zijlstra21d42cc2011-04-07 14:09:48 +02006137 return sa_sd;
Andreas Herrmann2109b992009-08-18 12:53:00 +02006138 return sa_rootdomain;
6139}
6140
Peter Zijlstradce840a2011-04-07 14:09:50 +02006141/*
6142 * NULL the sd_data elements we've used to build the sched_domain and
6143 * sched_group structure so that the subsequent __free_domain_allocs()
6144 * will not free the data we're using.
6145 */
6146static void claim_allocations(int cpu, struct sched_domain *sd)
6147{
6148 struct sd_data *sdd = sd->private;
Peter Zijlstradce840a2011-04-07 14:09:50 +02006149
6150 WARN_ON_ONCE(*per_cpu_ptr(sdd->sd, cpu) != sd);
6151 *per_cpu_ptr(sdd->sd, cpu) = NULL;
6152
Peter Zijlstrae3589f62011-07-15 10:35:52 +02006153 if (atomic_read(&(*per_cpu_ptr(sdd->sg, cpu))->ref))
Peter Zijlstradce840a2011-04-07 14:09:50 +02006154 *per_cpu_ptr(sdd->sg, cpu) = NULL;
Peter Zijlstrae3589f62011-07-15 10:35:52 +02006155
6156 if (atomic_read(&(*per_cpu_ptr(sdd->sgp, cpu))->ref))
Peter Zijlstra9c3f75c2011-07-14 13:00:06 +02006157 *per_cpu_ptr(sdd->sgp, cpu) = NULL;
Peter Zijlstradce840a2011-04-07 14:09:50 +02006158}
6159
Andreas Herrmannd8173532009-08-18 12:57:03 +02006160#ifdef CONFIG_SCHED_SMT
Peter Zijlstra2c402dc2011-04-07 14:10:01 +02006161static const struct cpumask *cpu_smt_mask(int cpu)
6162{
6163 return topology_thread_cpumask(cpu);
Andreas Herrmannd8173532009-08-18 12:57:03 +02006164}
Peter Zijlstra2c402dc2011-04-07 14:10:01 +02006165#endif
Andreas Herrmannd8173532009-08-18 12:57:03 +02006166
Peter Zijlstrad069b912011-04-07 14:10:02 +02006167/*
6168 * Topology list, bottom-up.
6169 */
Peter Zijlstraeb7a74e62011-04-07 14:10:00 +02006170static struct sched_domain_topology_level default_topology[] = {
Peter Zijlstrad069b912011-04-07 14:10:02 +02006171#ifdef CONFIG_SCHED_SMT
6172 { sd_init_SIBLING, cpu_smt_mask, },
Peter Zijlstra2c402dc2011-04-07 14:10:01 +02006173#endif
6174#ifdef CONFIG_SCHED_MC
6175 { sd_init_MC, cpu_coregroup_mask, },
6176#endif
Peter Zijlstrad069b912011-04-07 14:10:02 +02006177#ifdef CONFIG_SCHED_BOOK
6178 { sd_init_BOOK, cpu_book_mask, },
6179#endif
6180 { sd_init_CPU, cpu_cpu_mask, },
6181#ifdef CONFIG_NUMA
Peter Zijlstrae3589f62011-07-15 10:35:52 +02006182 { sd_init_NODE, cpu_node_mask, SDTL_OVERLAP, },
Peter Zijlstrad069b912011-04-07 14:10:02 +02006183 { sd_init_ALLNODES, cpu_allnodes_mask, },
Peter Zijlstra2c402dc2011-04-07 14:10:01 +02006184#endif
Peter Zijlstraeb7a74e62011-04-07 14:10:00 +02006185 { NULL, },
6186};
6187
6188static struct sched_domain_topology_level *sched_domain_topology = default_topology;
6189
Peter Zijlstra54ab4ff2011-04-07 14:10:03 +02006190static int __sdt_alloc(const struct cpumask *cpu_map)
6191{
6192 struct sched_domain_topology_level *tl;
6193 int j;
6194
6195 for (tl = sched_domain_topology; tl->init; tl++) {
6196 struct sd_data *sdd = &tl->data;
6197
6198 sdd->sd = alloc_percpu(struct sched_domain *);
6199 if (!sdd->sd)
6200 return -ENOMEM;
6201
6202 sdd->sg = alloc_percpu(struct sched_group *);
6203 if (!sdd->sg)
6204 return -ENOMEM;
6205
Peter Zijlstra9c3f75c2011-07-14 13:00:06 +02006206 sdd->sgp = alloc_percpu(struct sched_group_power *);
6207 if (!sdd->sgp)
6208 return -ENOMEM;
6209
Peter Zijlstra54ab4ff2011-04-07 14:10:03 +02006210 for_each_cpu(j, cpu_map) {
6211 struct sched_domain *sd;
6212 struct sched_group *sg;
Peter Zijlstra9c3f75c2011-07-14 13:00:06 +02006213 struct sched_group_power *sgp;
Peter Zijlstra54ab4ff2011-04-07 14:10:03 +02006214
6215 sd = kzalloc_node(sizeof(struct sched_domain) + cpumask_size(),
6216 GFP_KERNEL, cpu_to_node(j));
6217 if (!sd)
6218 return -ENOMEM;
6219
6220 *per_cpu_ptr(sdd->sd, j) = sd;
6221
6222 sg = kzalloc_node(sizeof(struct sched_group) + cpumask_size(),
6223 GFP_KERNEL, cpu_to_node(j));
6224 if (!sg)
6225 return -ENOMEM;
6226
6227 *per_cpu_ptr(sdd->sg, j) = sg;
Peter Zijlstra9c3f75c2011-07-14 13:00:06 +02006228
6229 sgp = kzalloc_node(sizeof(struct sched_group_power),
6230 GFP_KERNEL, cpu_to_node(j));
6231 if (!sgp)
6232 return -ENOMEM;
6233
6234 *per_cpu_ptr(sdd->sgp, j) = sgp;
Peter Zijlstra54ab4ff2011-04-07 14:10:03 +02006235 }
6236 }
6237
6238 return 0;
6239}
6240
6241static void __sdt_free(const struct cpumask *cpu_map)
6242{
6243 struct sched_domain_topology_level *tl;
6244 int j;
6245
6246 for (tl = sched_domain_topology; tl->init; tl++) {
6247 struct sd_data *sdd = &tl->data;
6248
6249 for_each_cpu(j, cpu_map) {
Peter Zijlstrae3589f62011-07-15 10:35:52 +02006250 struct sched_domain *sd = *per_cpu_ptr(sdd->sd, j);
6251 if (sd && (sd->flags & SD_OVERLAP))
6252 free_sched_groups(sd->groups, 0);
WANG Congfeff8fa2011-08-18 20:36:57 +08006253 kfree(*per_cpu_ptr(sdd->sd, j));
Peter Zijlstra54ab4ff2011-04-07 14:10:03 +02006254 kfree(*per_cpu_ptr(sdd->sg, j));
Peter Zijlstra9c3f75c2011-07-14 13:00:06 +02006255 kfree(*per_cpu_ptr(sdd->sgp, j));
Peter Zijlstra54ab4ff2011-04-07 14:10:03 +02006256 }
6257 free_percpu(sdd->sd);
6258 free_percpu(sdd->sg);
Peter Zijlstra9c3f75c2011-07-14 13:00:06 +02006259 free_percpu(sdd->sgp);
Peter Zijlstra54ab4ff2011-04-07 14:10:03 +02006260 }
6261}
6262
Peter Zijlstra2c402dc2011-04-07 14:10:01 +02006263struct sched_domain *build_sched_domain(struct sched_domain_topology_level *tl,
6264 struct s_data *d, const struct cpumask *cpu_map,
Peter Zijlstrad069b912011-04-07 14:10:02 +02006265 struct sched_domain_attr *attr, struct sched_domain *child,
Peter Zijlstra2c402dc2011-04-07 14:10:01 +02006266 int cpu)
6267{
Peter Zijlstra54ab4ff2011-04-07 14:10:03 +02006268 struct sched_domain *sd = tl->init(tl, cpu);
Peter Zijlstra2c402dc2011-04-07 14:10:01 +02006269 if (!sd)
Peter Zijlstrad069b912011-04-07 14:10:02 +02006270 return child;
Peter Zijlstra2c402dc2011-04-07 14:10:01 +02006271
6272 set_domain_attribute(sd, attr);
6273 cpumask_and(sched_domain_span(sd), cpu_map, tl->mask(cpu));
Peter Zijlstra60495e72011-04-07 14:10:04 +02006274 if (child) {
6275 sd->level = child->level + 1;
6276 sched_domain_level_max = max(sched_domain_level_max, sd->level);
Peter Zijlstrad069b912011-04-07 14:10:02 +02006277 child->parent = sd;
Peter Zijlstra60495e72011-04-07 14:10:04 +02006278 }
Peter Zijlstrad069b912011-04-07 14:10:02 +02006279 sd->child = child;
Peter Zijlstra2c402dc2011-04-07 14:10:01 +02006280
6281 return sd;
6282}
6283
Mike Travis7c16ec52008-04-04 18:11:11 -07006284/*
Dinakar Guniguntala1a20ff22005-06-25 14:57:33 -07006285 * Build sched domains for a given set of cpus and attach the sched domains
6286 * to the individual cpus
Linus Torvalds1da177e2005-04-16 15:20:36 -07006287 */
Peter Zijlstradce840a2011-04-07 14:09:50 +02006288static int build_sched_domains(const struct cpumask *cpu_map,
6289 struct sched_domain_attr *attr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006290{
Andreas Herrmann2109b992009-08-18 12:53:00 +02006291 enum s_alloc alloc_state = sa_none;
Peter Zijlstradce840a2011-04-07 14:09:50 +02006292 struct sched_domain *sd;
Andreas Herrmann49a02c52009-08-18 12:51:52 +02006293 struct s_data d;
Peter Zijlstra822ff792011-04-07 14:09:51 +02006294 int i, ret = -ENOMEM;
Rusty Russell3404c8d2008-11-25 02:35:03 +10306295
Andreas Herrmann2109b992009-08-18 12:53:00 +02006296 alloc_state = __visit_domain_allocation_hell(&d, cpu_map);
6297 if (alloc_state != sa_rootdomain)
6298 goto error;
Mike Travis7c16ec52008-04-04 18:11:11 -07006299
Peter Zijlstradce840a2011-04-07 14:09:50 +02006300 /* Set up domains for cpus specified by the cpu_map. */
Rusty Russellabcd0832008-11-25 02:35:02 +10306301 for_each_cpu(i, cpu_map) {
Peter Zijlstraeb7a74e62011-04-07 14:10:00 +02006302 struct sched_domain_topology_level *tl;
6303
Peter Zijlstra3bd65a82011-04-07 14:09:54 +02006304 sd = NULL;
Peter Zijlstrae3589f62011-07-15 10:35:52 +02006305 for (tl = sched_domain_topology; tl->init; tl++) {
Peter Zijlstra2c402dc2011-04-07 14:10:01 +02006306 sd = build_sched_domain(tl, &d, cpu_map, attr, sd, i);
Peter Zijlstrae3589f62011-07-15 10:35:52 +02006307 if (tl->flags & SDTL_OVERLAP || sched_feat(FORCE_SD_OVERLAP))
6308 sd->flags |= SD_OVERLAP;
Peter Zijlstrad1102352011-07-20 18:42:57 +02006309 if (cpumask_equal(cpu_map, sched_domain_span(sd)))
6310 break;
Peter Zijlstrae3589f62011-07-15 10:35:52 +02006311 }
Peter Zijlstrad274cb32011-04-07 14:09:43 +02006312
Peter Zijlstrad069b912011-04-07 14:10:02 +02006313 while (sd->child)
6314 sd = sd->child;
6315
Peter Zijlstra21d42cc2011-04-07 14:09:48 +02006316 *per_cpu_ptr(d.sd, i) = sd;
Peter Zijlstradce840a2011-04-07 14:09:50 +02006317 }
Peter Zijlstra21d42cc2011-04-07 14:09:48 +02006318
Peter Zijlstradce840a2011-04-07 14:09:50 +02006319 /* Build the groups for the domains */
6320 for_each_cpu(i, cpu_map) {
6321 for (sd = *per_cpu_ptr(d.sd, i); sd; sd = sd->parent) {
6322 sd->span_weight = cpumask_weight(sched_domain_span(sd));
Peter Zijlstrae3589f62011-07-15 10:35:52 +02006323 if (sd->flags & SD_OVERLAP) {
6324 if (build_overlap_sched_groups(sd, i))
6325 goto error;
6326 } else {
6327 if (build_sched_groups(sd, i))
6328 goto error;
6329 }
Peter Zijlstra1cf519022011-04-07 14:09:47 +02006330 }
Peter Zijlstraa06dadb2011-04-07 14:09:44 +02006331 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006332
Linus Torvalds1da177e2005-04-16 15:20:36 -07006333 /* Calculate CPU power for physical packages and nodes */
Peter Zijlstraa9c9a9b2011-04-07 14:09:49 +02006334 for (i = nr_cpumask_bits-1; i >= 0; i--) {
6335 if (!cpumask_test_cpu(i, cpu_map))
6336 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006337
Peter Zijlstradce840a2011-04-07 14:09:50 +02006338 for (sd = *per_cpu_ptr(d.sd, i); sd; sd = sd->parent) {
6339 claim_allocations(i, sd);
Peter Zijlstracd4ea6a2011-04-07 14:09:45 +02006340 init_sched_groups_power(i, sd);
Peter Zijlstradce840a2011-04-07 14:09:50 +02006341 }
Siddha, Suresh Bf712c0c72006-07-30 03:02:59 -07006342 }
John Hawkes9c1cfda2005-09-06 15:18:14 -07006343
Linus Torvalds1da177e2005-04-16 15:20:36 -07006344 /* Attach the domains */
Peter Zijlstradce840a2011-04-07 14:09:50 +02006345 rcu_read_lock();
Rusty Russellabcd0832008-11-25 02:35:02 +10306346 for_each_cpu(i, cpu_map) {
Peter Zijlstra21d42cc2011-04-07 14:09:48 +02006347 sd = *per_cpu_ptr(d.sd, i);
Andreas Herrmann49a02c52009-08-18 12:51:52 +02006348 cpu_attach_domain(sd, d.rd, i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006349 }
Peter Zijlstradce840a2011-04-07 14:09:50 +02006350 rcu_read_unlock();
Srivatsa Vaddagiri51888ca2006-06-27 02:54:38 -07006351
Peter Zijlstra822ff792011-04-07 14:09:51 +02006352 ret = 0;
Srivatsa Vaddagiri51888ca2006-06-27 02:54:38 -07006353error:
Andreas Herrmann2109b992009-08-18 12:53:00 +02006354 __free_domain_allocs(&d, alloc_state, cpu_map);
Peter Zijlstra822ff792011-04-07 14:09:51 +02006355 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006356}
Paul Jackson029190c2007-10-18 23:40:20 -07006357
Rusty Russellacc3f5d2009-11-03 14:53:40 +10306358static cpumask_var_t *doms_cur; /* current sched domains */
Paul Jackson029190c2007-10-18 23:40:20 -07006359static int ndoms_cur; /* number of sched domains in 'doms_cur' */
Ingo Molnar4285f5942008-05-16 17:47:14 +02006360static struct sched_domain_attr *dattr_cur;
6361 /* attribues of custom domains in 'doms_cur' */
Paul Jackson029190c2007-10-18 23:40:20 -07006362
6363/*
6364 * Special case: If a kmalloc of a doms_cur partition (array of
Rusty Russell42128232008-11-25 02:35:12 +10306365 * cpumask) fails, then fallback to a single sched domain,
6366 * as determined by the single cpumask fallback_doms.
Paul Jackson029190c2007-10-18 23:40:20 -07006367 */
Rusty Russell42128232008-11-25 02:35:12 +10306368static cpumask_var_t fallback_doms;
Paul Jackson029190c2007-10-18 23:40:20 -07006369
Heiko Carstensee79d1b2008-12-09 18:49:50 +01006370/*
6371 * arch_update_cpu_topology lets virtualized architectures update the
6372 * cpu core maps. It is supposed to return 1 if the topology changed
6373 * or 0 if it stayed the same.
6374 */
6375int __attribute__((weak)) arch_update_cpu_topology(void)
Heiko Carstens22e52b02008-03-12 18:31:59 +01006376{
Heiko Carstensee79d1b2008-12-09 18:49:50 +01006377 return 0;
Heiko Carstens22e52b02008-03-12 18:31:59 +01006378}
6379
Rusty Russellacc3f5d2009-11-03 14:53:40 +10306380cpumask_var_t *alloc_sched_domains(unsigned int ndoms)
6381{
6382 int i;
6383 cpumask_var_t *doms;
6384
6385 doms = kmalloc(sizeof(*doms) * ndoms, GFP_KERNEL);
6386 if (!doms)
6387 return NULL;
6388 for (i = 0; i < ndoms; i++) {
6389 if (!alloc_cpumask_var(&doms[i], GFP_KERNEL)) {
6390 free_sched_domains(doms, i);
6391 return NULL;
6392 }
6393 }
6394 return doms;
6395}
6396
6397void free_sched_domains(cpumask_var_t doms[], unsigned int ndoms)
6398{
6399 unsigned int i;
6400 for (i = 0; i < ndoms; i++)
6401 free_cpumask_var(doms[i]);
6402 kfree(doms);
6403}
6404
Dinakar Guniguntala1a20ff22005-06-25 14:57:33 -07006405/*
Ingo Molnar41a2d6c2007-12-05 15:46:09 +01006406 * Set up scheduler domains and groups. Callers must hold the hotplug lock.
Paul Jackson029190c2007-10-18 23:40:20 -07006407 * For now this just excludes isolated cpus, but could be used to
6408 * exclude other special cases in the future.
Dinakar Guniguntala1a20ff22005-06-25 14:57:33 -07006409 */
Peter Zijlstrac4a88492011-04-07 14:09:42 +02006410static int init_sched_domains(const struct cpumask *cpu_map)
Dinakar Guniguntala1a20ff22005-06-25 14:57:33 -07006411{
Milton Miller73785472007-10-24 18:23:48 +02006412 int err;
6413
Heiko Carstens22e52b02008-03-12 18:31:59 +01006414 arch_update_cpu_topology();
Paul Jackson029190c2007-10-18 23:40:20 -07006415 ndoms_cur = 1;
Rusty Russellacc3f5d2009-11-03 14:53:40 +10306416 doms_cur = alloc_sched_domains(ndoms_cur);
Paul Jackson029190c2007-10-18 23:40:20 -07006417 if (!doms_cur)
Rusty Russellacc3f5d2009-11-03 14:53:40 +10306418 doms_cur = &fallback_doms;
6419 cpumask_andnot(doms_cur[0], cpu_map, cpu_isolated_map);
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +09006420 dattr_cur = NULL;
Peter Zijlstradce840a2011-04-07 14:09:50 +02006421 err = build_sched_domains(doms_cur[0], NULL);
Milton Miller6382bc92007-10-15 17:00:19 +02006422 register_sched_domain_sysctl();
Milton Miller73785472007-10-24 18:23:48 +02006423
6424 return err;
Dinakar Guniguntala1a20ff22005-06-25 14:57:33 -07006425}
6426
Dinakar Guniguntala1a20ff22005-06-25 14:57:33 -07006427/*
6428 * Detach sched domains from a group of cpus specified in cpu_map
6429 * These cpus will now be attached to the NULL domain
6430 */
Rusty Russell96f874e22008-11-25 02:35:14 +10306431static void detach_destroy_domains(const struct cpumask *cpu_map)
Dinakar Guniguntala1a20ff22005-06-25 14:57:33 -07006432{
6433 int i;
6434
Peter Zijlstradce840a2011-04-07 14:09:50 +02006435 rcu_read_lock();
Rusty Russellabcd0832008-11-25 02:35:02 +10306436 for_each_cpu(i, cpu_map)
Gregory Haskins57d885f2008-01-25 21:08:18 +01006437 cpu_attach_domain(NULL, &def_root_domain, i);
Peter Zijlstradce840a2011-04-07 14:09:50 +02006438 rcu_read_unlock();
Dinakar Guniguntala1a20ff22005-06-25 14:57:33 -07006439}
6440
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +09006441/* handle null as "default" */
6442static int dattrs_equal(struct sched_domain_attr *cur, int idx_cur,
6443 struct sched_domain_attr *new, int idx_new)
6444{
6445 struct sched_domain_attr tmp;
6446
6447 /* fast path */
6448 if (!new && !cur)
6449 return 1;
6450
6451 tmp = SD_ATTR_INIT;
6452 return !memcmp(cur ? (cur + idx_cur) : &tmp,
6453 new ? (new + idx_new) : &tmp,
6454 sizeof(struct sched_domain_attr));
6455}
6456
Paul Jackson029190c2007-10-18 23:40:20 -07006457/*
6458 * Partition sched domains as specified by the 'ndoms_new'
Ingo Molnar41a2d6c2007-12-05 15:46:09 +01006459 * cpumasks in the array doms_new[] of cpumasks. This compares
Paul Jackson029190c2007-10-18 23:40:20 -07006460 * doms_new[] to the current sched domain partitioning, doms_cur[].
6461 * It destroys each deleted domain and builds each new domain.
6462 *
Rusty Russellacc3f5d2009-11-03 14:53:40 +10306463 * 'doms_new' is an array of cpumask_var_t's of length 'ndoms_new'.
Ingo Molnar41a2d6c2007-12-05 15:46:09 +01006464 * The masks don't intersect (don't overlap.) We should setup one
6465 * sched domain for each mask. CPUs not in any of the cpumasks will
6466 * not be load balanced. If the same cpumask appears both in the
Paul Jackson029190c2007-10-18 23:40:20 -07006467 * current 'doms_cur' domains and in the new 'doms_new', we can leave
6468 * it as it is.
6469 *
Rusty Russellacc3f5d2009-11-03 14:53:40 +10306470 * The passed in 'doms_new' should be allocated using
6471 * alloc_sched_domains. This routine takes ownership of it and will
6472 * free_sched_domains it when done with it. If the caller failed the
6473 * alloc call, then it can pass in doms_new == NULL && ndoms_new == 1,
6474 * and partition_sched_domains() will fallback to the single partition
6475 * 'fallback_doms', it also forces the domains to be rebuilt.
Paul Jackson029190c2007-10-18 23:40:20 -07006476 *
Rusty Russell96f874e22008-11-25 02:35:14 +10306477 * If doms_new == NULL it will be replaced with cpu_online_mask.
Li Zefan700018e2008-11-18 14:02:03 +08006478 * ndoms_new == 0 is a special case for destroying existing domains,
6479 * and it will not create the default domain.
Max Krasnyanskydfb512e2008-08-29 13:11:41 -07006480 *
Paul Jackson029190c2007-10-18 23:40:20 -07006481 * Call with hotplug lock held
6482 */
Rusty Russellacc3f5d2009-11-03 14:53:40 +10306483void partition_sched_domains(int ndoms_new, cpumask_var_t doms_new[],
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +09006484 struct sched_domain_attr *dattr_new)
Paul Jackson029190c2007-10-18 23:40:20 -07006485{
Max Krasnyanskydfb512e2008-08-29 13:11:41 -07006486 int i, j, n;
Heiko Carstensd65bd5e2008-12-09 18:49:51 +01006487 int new_topology;
Paul Jackson029190c2007-10-18 23:40:20 -07006488
Heiko Carstens712555e2008-04-28 11:33:07 +02006489 mutex_lock(&sched_domains_mutex);
Srivatsa Vaddagiria1835612008-01-25 21:08:00 +01006490
Milton Miller73785472007-10-24 18:23:48 +02006491 /* always unregister in case we don't destroy any domains */
6492 unregister_sched_domain_sysctl();
6493
Heiko Carstensd65bd5e2008-12-09 18:49:51 +01006494 /* Let architecture update cpu core mappings. */
6495 new_topology = arch_update_cpu_topology();
6496
Max Krasnyanskydfb512e2008-08-29 13:11:41 -07006497 n = doms_new ? ndoms_new : 0;
Paul Jackson029190c2007-10-18 23:40:20 -07006498
6499 /* Destroy deleted domains */
6500 for (i = 0; i < ndoms_cur; i++) {
Heiko Carstensd65bd5e2008-12-09 18:49:51 +01006501 for (j = 0; j < n && !new_topology; j++) {
Rusty Russellacc3f5d2009-11-03 14:53:40 +10306502 if (cpumask_equal(doms_cur[i], doms_new[j])
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +09006503 && dattrs_equal(dattr_cur, i, dattr_new, j))
Paul Jackson029190c2007-10-18 23:40:20 -07006504 goto match1;
6505 }
6506 /* no match - a current sched domain not in new doms_new[] */
Rusty Russellacc3f5d2009-11-03 14:53:40 +10306507 detach_destroy_domains(doms_cur[i]);
Paul Jackson029190c2007-10-18 23:40:20 -07006508match1:
6509 ;
6510 }
6511
Max Krasnyanskye761b772008-07-15 04:43:49 -07006512 if (doms_new == NULL) {
6513 ndoms_cur = 0;
Rusty Russellacc3f5d2009-11-03 14:53:40 +10306514 doms_new = &fallback_doms;
Peter Zijlstra6ad4c182009-11-25 13:31:39 +01006515 cpumask_andnot(doms_new[0], cpu_active_mask, cpu_isolated_map);
Li Zefanfaa2f982008-11-04 16:20:23 +08006516 WARN_ON_ONCE(dattr_new);
Max Krasnyanskye761b772008-07-15 04:43:49 -07006517 }
6518
Paul Jackson029190c2007-10-18 23:40:20 -07006519 /* Build new domains */
6520 for (i = 0; i < ndoms_new; i++) {
Heiko Carstensd65bd5e2008-12-09 18:49:51 +01006521 for (j = 0; j < ndoms_cur && !new_topology; j++) {
Rusty Russellacc3f5d2009-11-03 14:53:40 +10306522 if (cpumask_equal(doms_new[i], doms_cur[j])
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +09006523 && dattrs_equal(dattr_new, i, dattr_cur, j))
Paul Jackson029190c2007-10-18 23:40:20 -07006524 goto match2;
6525 }
6526 /* no match - add a new doms_new */
Peter Zijlstradce840a2011-04-07 14:09:50 +02006527 build_sched_domains(doms_new[i], dattr_new ? dattr_new + i : NULL);
Paul Jackson029190c2007-10-18 23:40:20 -07006528match2:
6529 ;
6530 }
6531
6532 /* Remember the new sched domains */
Rusty Russellacc3f5d2009-11-03 14:53:40 +10306533 if (doms_cur != &fallback_doms)
6534 free_sched_domains(doms_cur, ndoms_cur);
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +09006535 kfree(dattr_cur); /* kfree(NULL) is safe */
Paul Jackson029190c2007-10-18 23:40:20 -07006536 doms_cur = doms_new;
Hidetoshi Seto1d3504f2008-04-15 14:04:23 +09006537 dattr_cur = dattr_new;
Paul Jackson029190c2007-10-18 23:40:20 -07006538 ndoms_cur = ndoms_new;
Milton Miller73785472007-10-24 18:23:48 +02006539
6540 register_sched_domain_sysctl();
Srivatsa Vaddagiria1835612008-01-25 21:08:00 +01006541
Heiko Carstens712555e2008-04-28 11:33:07 +02006542 mutex_unlock(&sched_domains_mutex);
Paul Jackson029190c2007-10-18 23:40:20 -07006543}
6544
Siddha, Suresh B5c45bf22006-06-27 02:54:42 -07006545#if defined(CONFIG_SCHED_MC) || defined(CONFIG_SCHED_SMT)
Peter Zijlstrac4a88492011-04-07 14:09:42 +02006546static void reinit_sched_domains(void)
Siddha, Suresh B5c45bf22006-06-27 02:54:42 -07006547{
Gautham R Shenoy95402b32008-01-25 21:08:02 +01006548 get_online_cpus();
Max Krasnyanskydfb512e2008-08-29 13:11:41 -07006549
6550 /* Destroy domains first to force the rebuild */
6551 partition_sched_domains(0, NULL, NULL);
6552
Max Krasnyanskye761b772008-07-15 04:43:49 -07006553 rebuild_sched_domains();
Gautham R Shenoy95402b32008-01-25 21:08:02 +01006554 put_online_cpus();
Siddha, Suresh B5c45bf22006-06-27 02:54:42 -07006555}
6556
6557static ssize_t sched_power_savings_store(const char *buf, size_t count, int smt)
6558{
Gautham R Shenoyafb8a9b2008-12-18 23:26:09 +05306559 unsigned int level = 0;
Siddha, Suresh B5c45bf22006-06-27 02:54:42 -07006560
Gautham R Shenoyafb8a9b2008-12-18 23:26:09 +05306561 if (sscanf(buf, "%u", &level) != 1)
6562 return -EINVAL;
6563
6564 /*
6565 * level is always be positive so don't check for
6566 * level < POWERSAVINGS_BALANCE_NONE which is 0
6567 * What happens on 0 or 1 byte write,
6568 * need to check for count as well?
6569 */
6570
6571 if (level >= MAX_POWERSAVINGS_BALANCE_LEVELS)
Siddha, Suresh B5c45bf22006-06-27 02:54:42 -07006572 return -EINVAL;
6573
6574 if (smt)
Gautham R Shenoyafb8a9b2008-12-18 23:26:09 +05306575 sched_smt_power_savings = level;
Siddha, Suresh B5c45bf22006-06-27 02:54:42 -07006576 else
Gautham R Shenoyafb8a9b2008-12-18 23:26:09 +05306577 sched_mc_power_savings = level;
Siddha, Suresh B5c45bf22006-06-27 02:54:42 -07006578
Peter Zijlstrac4a88492011-04-07 14:09:42 +02006579 reinit_sched_domains();
Siddha, Suresh B5c45bf22006-06-27 02:54:42 -07006580
Li Zefanc70f22d2009-01-05 19:07:50 +08006581 return count;
Siddha, Suresh B5c45bf22006-06-27 02:54:42 -07006582}
6583
Adrian Bunk6707de002007-08-12 18:08:19 +02006584#ifdef CONFIG_SCHED_MC
Andi Kleenf718cd42008-07-29 22:33:52 -07006585static ssize_t sched_mc_power_savings_show(struct sysdev_class *class,
Andi Kleenc9be0a32010-01-05 12:47:58 +01006586 struct sysdev_class_attribute *attr,
Andi Kleenf718cd42008-07-29 22:33:52 -07006587 char *page)
Adrian Bunk6707de002007-08-12 18:08:19 +02006588{
6589 return sprintf(page, "%u\n", sched_mc_power_savings);
6590}
Andi Kleenf718cd42008-07-29 22:33:52 -07006591static ssize_t sched_mc_power_savings_store(struct sysdev_class *class,
Andi Kleenc9be0a32010-01-05 12:47:58 +01006592 struct sysdev_class_attribute *attr,
Adrian Bunk6707de002007-08-12 18:08:19 +02006593 const char *buf, size_t count)
6594{
6595 return sched_power_savings_store(buf, count, 0);
6596}
Andi Kleenf718cd42008-07-29 22:33:52 -07006597static SYSDEV_CLASS_ATTR(sched_mc_power_savings, 0644,
6598 sched_mc_power_savings_show,
6599 sched_mc_power_savings_store);
Adrian Bunk6707de002007-08-12 18:08:19 +02006600#endif
6601
6602#ifdef CONFIG_SCHED_SMT
Andi Kleenf718cd42008-07-29 22:33:52 -07006603static ssize_t sched_smt_power_savings_show(struct sysdev_class *dev,
Andi Kleenc9be0a32010-01-05 12:47:58 +01006604 struct sysdev_class_attribute *attr,
Andi Kleenf718cd42008-07-29 22:33:52 -07006605 char *page)
Adrian Bunk6707de002007-08-12 18:08:19 +02006606{
6607 return sprintf(page, "%u\n", sched_smt_power_savings);
6608}
Andi Kleenf718cd42008-07-29 22:33:52 -07006609static ssize_t sched_smt_power_savings_store(struct sysdev_class *dev,
Andi Kleenc9be0a32010-01-05 12:47:58 +01006610 struct sysdev_class_attribute *attr,
Adrian Bunk6707de002007-08-12 18:08:19 +02006611 const char *buf, size_t count)
6612{
6613 return sched_power_savings_store(buf, count, 1);
6614}
Andi Kleenf718cd42008-07-29 22:33:52 -07006615static SYSDEV_CLASS_ATTR(sched_smt_power_savings, 0644,
6616 sched_smt_power_savings_show,
Adrian Bunk6707de002007-08-12 18:08:19 +02006617 sched_smt_power_savings_store);
6618#endif
6619
Li Zefan39aac642009-01-05 19:18:02 +08006620int __init sched_create_sysfs_power_savings_entries(struct sysdev_class *cls)
Siddha, Suresh B5c45bf22006-06-27 02:54:42 -07006621{
6622 int err = 0;
Ingo Molnar48f24c42006-07-03 00:25:40 -07006623
Siddha, Suresh B5c45bf22006-06-27 02:54:42 -07006624#ifdef CONFIG_SCHED_SMT
6625 if (smt_capable())
6626 err = sysfs_create_file(&cls->kset.kobj,
6627 &attr_sched_smt_power_savings.attr);
6628#endif
6629#ifdef CONFIG_SCHED_MC
6630 if (!err && mc_capable())
6631 err = sysfs_create_file(&cls->kset.kobj,
6632 &attr_sched_mc_power_savings.attr);
6633#endif
6634 return err;
6635}
Dhaval Giani6d6bc0a2008-05-30 14:23:45 +02006636#endif /* CONFIG_SCHED_MC || CONFIG_SCHED_SMT */
Siddha, Suresh B5c45bf22006-06-27 02:54:42 -07006637
Linus Torvalds1da177e2005-04-16 15:20:36 -07006638/*
Tejun Heo3a101d02010-06-08 21:40:36 +02006639 * Update cpusets according to cpu_active mask. If cpusets are
6640 * disabled, cpuset_update_active_cpus() becomes a simple wrapper
6641 * around partition_sched_domains().
Linus Torvalds1da177e2005-04-16 15:20:36 -07006642 */
Tejun Heo0b2e9182010-06-21 23:53:31 +02006643static int cpuset_cpu_active(struct notifier_block *nfb, unsigned long action,
6644 void *hcpu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006645{
Tejun Heo3a101d02010-06-08 21:40:36 +02006646 switch (action & ~CPU_TASKS_FROZEN) {
Max Krasnyanskye761b772008-07-15 04:43:49 -07006647 case CPU_ONLINE:
Peter Zijlstra6ad4c182009-11-25 13:31:39 +01006648 case CPU_DOWN_FAILED:
Tejun Heo3a101d02010-06-08 21:40:36 +02006649 cpuset_update_active_cpus();
Max Krasnyanskye761b772008-07-15 04:43:49 -07006650 return NOTIFY_OK;
Max Krasnyanskye761b772008-07-15 04:43:49 -07006651 default:
6652 return NOTIFY_DONE;
6653 }
6654}
Tejun Heo3a101d02010-06-08 21:40:36 +02006655
Tejun Heo0b2e9182010-06-21 23:53:31 +02006656static int cpuset_cpu_inactive(struct notifier_block *nfb, unsigned long action,
6657 void *hcpu)
Tejun Heo3a101d02010-06-08 21:40:36 +02006658{
6659 switch (action & ~CPU_TASKS_FROZEN) {
6660 case CPU_DOWN_PREPARE:
6661 cpuset_update_active_cpus();
6662 return NOTIFY_OK;
6663 default:
6664 return NOTIFY_DONE;
6665 }
6666}
Max Krasnyanskye761b772008-07-15 04:43:49 -07006667
Linus Torvalds1da177e2005-04-16 15:20:36 -07006668void __init sched_init_smp(void)
6669{
Rusty Russelldcc30a32008-11-25 02:35:12 +10306670 cpumask_var_t non_isolated_cpus;
6671
6672 alloc_cpumask_var(&non_isolated_cpus, GFP_KERNEL);
Yong Zhangcb5fd132009-09-14 20:20:16 +08006673 alloc_cpumask_var(&fallback_doms, GFP_KERNEL);
Nick Piggin5c1e1762006-10-03 01:14:04 -07006674
Gautham R Shenoy95402b32008-01-25 21:08:02 +01006675 get_online_cpus();
Heiko Carstens712555e2008-04-28 11:33:07 +02006676 mutex_lock(&sched_domains_mutex);
Peter Zijlstrac4a88492011-04-07 14:09:42 +02006677 init_sched_domains(cpu_active_mask);
Rusty Russelldcc30a32008-11-25 02:35:12 +10306678 cpumask_andnot(non_isolated_cpus, cpu_possible_mask, cpu_isolated_map);
6679 if (cpumask_empty(non_isolated_cpus))
6680 cpumask_set_cpu(smp_processor_id(), non_isolated_cpus);
Heiko Carstens712555e2008-04-28 11:33:07 +02006681 mutex_unlock(&sched_domains_mutex);
Gautham R Shenoy95402b32008-01-25 21:08:02 +01006682 put_online_cpus();
Max Krasnyanskye761b772008-07-15 04:43:49 -07006683
Tejun Heo3a101d02010-06-08 21:40:36 +02006684 hotcpu_notifier(cpuset_cpu_active, CPU_PRI_CPUSET_ACTIVE);
6685 hotcpu_notifier(cpuset_cpu_inactive, CPU_PRI_CPUSET_INACTIVE);
Max Krasnyanskye761b772008-07-15 04:43:49 -07006686
6687 /* RT runtime code needs to handle some hotplug events */
6688 hotcpu_notifier(update_runtime, 0);
6689
Peter Zijlstrab328ca12008-04-29 10:02:46 +02006690 init_hrtick();
Nick Piggin5c1e1762006-10-03 01:14:04 -07006691
6692 /* Move init over to a non-isolated CPU */
Rusty Russelldcc30a32008-11-25 02:35:12 +10306693 if (set_cpus_allowed_ptr(current, non_isolated_cpus) < 0)
Nick Piggin5c1e1762006-10-03 01:14:04 -07006694 BUG();
Ingo Molnar19978ca2007-11-09 22:39:38 +01006695 sched_init_granularity();
Rusty Russelldcc30a32008-11-25 02:35:12 +10306696 free_cpumask_var(non_isolated_cpus);
Rusty Russell42128232008-11-25 02:35:12 +10306697
Rusty Russell0e3900e2008-11-25 02:35:13 +10306698 init_sched_rt_class();
Linus Torvalds1da177e2005-04-16 15:20:36 -07006699}
6700#else
6701void __init sched_init_smp(void)
6702{
Ingo Molnar19978ca2007-11-09 22:39:38 +01006703 sched_init_granularity();
Linus Torvalds1da177e2005-04-16 15:20:36 -07006704}
6705#endif /* CONFIG_SMP */
6706
Arun R Bharadwajcd1bb942009-04-16 12:15:34 +05306707const_debug unsigned int sysctl_timer_migration = 1;
6708
Linus Torvalds1da177e2005-04-16 15:20:36 -07006709int in_sched_functions(unsigned long addr)
6710{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006711 return in_lock_functions(addr) ||
6712 (addr >= (unsigned long)__sched_text_start
6713 && addr < (unsigned long)__sched_text_end);
6714}
6715
Peter Zijlstra029632f2011-10-25 10:00:11 +02006716#ifdef CONFIG_CGROUP_SCHED
6717struct task_group root_task_group;
Peter Zijlstrafa85ae22008-01-25 21:08:29 +01006718#endif
6719
Peter Zijlstra029632f2011-10-25 10:00:11 +02006720DECLARE_PER_CPU(cpumask_var_t, load_balance_tmpmask);
Peter Zijlstra6f505b12008-01-25 21:08:30 +01006721
Linus Torvalds1da177e2005-04-16 15:20:36 -07006722void __init sched_init(void)
6723{
Ingo Molnardd41f592007-07-09 18:51:59 +02006724 int i, j;
Mike Travis434d53b2008-04-04 18:11:04 -07006725 unsigned long alloc_size = 0, ptr;
6726
6727#ifdef CONFIG_FAIR_GROUP_SCHED
6728 alloc_size += 2 * nr_cpu_ids * sizeof(void **);
6729#endif
6730#ifdef CONFIG_RT_GROUP_SCHED
6731 alloc_size += 2 * nr_cpu_ids * sizeof(void **);
6732#endif
Rusty Russelldf7c8e82009-03-19 15:22:20 +10306733#ifdef CONFIG_CPUMASK_OFFSTACK
Rusty Russell8c083f02009-03-19 15:22:20 +10306734 alloc_size += num_possible_cpus() * cpumask_size();
Rusty Russelldf7c8e82009-03-19 15:22:20 +10306735#endif
Mike Travis434d53b2008-04-04 18:11:04 -07006736 if (alloc_size) {
Pekka Enberg36b7b6d2009-06-10 23:42:36 +03006737 ptr = (unsigned long)kzalloc(alloc_size, GFP_NOWAIT);
Mike Travis434d53b2008-04-04 18:11:04 -07006738
6739#ifdef CONFIG_FAIR_GROUP_SCHED
Yong Zhang07e06b02011-01-07 15:17:36 +08006740 root_task_group.se = (struct sched_entity **)ptr;
Mike Travis434d53b2008-04-04 18:11:04 -07006741 ptr += nr_cpu_ids * sizeof(void **);
6742
Yong Zhang07e06b02011-01-07 15:17:36 +08006743 root_task_group.cfs_rq = (struct cfs_rq **)ptr;
Mike Travis434d53b2008-04-04 18:11:04 -07006744 ptr += nr_cpu_ids * sizeof(void **);
Peter Zijlstraeff766a2008-04-19 19:45:00 +02006745
Dhaval Giani6d6bc0a2008-05-30 14:23:45 +02006746#endif /* CONFIG_FAIR_GROUP_SCHED */
Mike Travis434d53b2008-04-04 18:11:04 -07006747#ifdef CONFIG_RT_GROUP_SCHED
Yong Zhang07e06b02011-01-07 15:17:36 +08006748 root_task_group.rt_se = (struct sched_rt_entity **)ptr;
Mike Travis434d53b2008-04-04 18:11:04 -07006749 ptr += nr_cpu_ids * sizeof(void **);
6750
Yong Zhang07e06b02011-01-07 15:17:36 +08006751 root_task_group.rt_rq = (struct rt_rq **)ptr;
Peter Zijlstraeff766a2008-04-19 19:45:00 +02006752 ptr += nr_cpu_ids * sizeof(void **);
6753
Dhaval Giani6d6bc0a2008-05-30 14:23:45 +02006754#endif /* CONFIG_RT_GROUP_SCHED */
Rusty Russelldf7c8e82009-03-19 15:22:20 +10306755#ifdef CONFIG_CPUMASK_OFFSTACK
6756 for_each_possible_cpu(i) {
6757 per_cpu(load_balance_tmpmask, i) = (void *)ptr;
6758 ptr += cpumask_size();
6759 }
6760#endif /* CONFIG_CPUMASK_OFFSTACK */
Mike Travis434d53b2008-04-04 18:11:04 -07006761 }
Ingo Molnardd41f592007-07-09 18:51:59 +02006762
Gregory Haskins57d885f2008-01-25 21:08:18 +01006763#ifdef CONFIG_SMP
6764 init_defrootdomain();
6765#endif
6766
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02006767 init_rt_bandwidth(&def_rt_bandwidth,
6768 global_rt_period(), global_rt_runtime());
6769
6770#ifdef CONFIG_RT_GROUP_SCHED
Yong Zhang07e06b02011-01-07 15:17:36 +08006771 init_rt_bandwidth(&root_task_group.rt_bandwidth,
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02006772 global_rt_period(), global_rt_runtime());
Dhaval Giani6d6bc0a2008-05-30 14:23:45 +02006773#endif /* CONFIG_RT_GROUP_SCHED */
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02006774
Dhaval Giani7c941432010-01-20 13:26:18 +01006775#ifdef CONFIG_CGROUP_SCHED
Yong Zhang07e06b02011-01-07 15:17:36 +08006776 list_add(&root_task_group.list, &task_groups);
6777 INIT_LIST_HEAD(&root_task_group.children);
Glauber Costaf4d6f6c2011-11-01 19:19:07 -02006778 INIT_LIST_HEAD(&root_task_group.siblings);
Mike Galbraith5091faa2010-11-30 14:18:03 +01006779 autogroup_init(&init_task);
Dhaval Giani7c941432010-01-20 13:26:18 +01006780#endif /* CONFIG_CGROUP_SCHED */
Peter Zijlstra6f505b12008-01-25 21:08:30 +01006781
KAMEZAWA Hiroyuki0a945022006-03-28 01:56:37 -08006782 for_each_possible_cpu(i) {
Ingo Molnar70b97a72006-07-03 00:25:42 -07006783 struct rq *rq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006784
6785 rq = cpu_rq(i);
Thomas Gleixner05fa7852009-11-17 14:28:38 +01006786 raw_spin_lock_init(&rq->lock);
Nick Piggin78979862005-06-25 14:57:13 -07006787 rq->nr_running = 0;
Thomas Gleixnerdce48a82009-04-11 10:43:41 +02006788 rq->calc_load_active = 0;
6789 rq->calc_load_update = jiffies + LOAD_FREQ;
Jan H. Schönherracb5a9b2011-07-14 18:32:43 +02006790 init_cfs_rq(&rq->cfs);
Peter Zijlstrafa85ae22008-01-25 21:08:29 +01006791 init_rt_rq(&rq->rt, rq);
Peter Zijlstra6f505b12008-01-25 21:08:30 +01006792#ifdef CONFIG_FAIR_GROUP_SCHED
Peter Zijlstra029632f2011-10-25 10:00:11 +02006793 root_task_group.shares = ROOT_TASK_GROUP_LOAD;
Peter Zijlstra6f505b12008-01-25 21:08:30 +01006794 INIT_LIST_HEAD(&rq->leaf_cfs_rq_list);
Dhaval Giani354d60c2008-04-19 19:44:59 +02006795 /*
Yong Zhang07e06b02011-01-07 15:17:36 +08006796 * How much cpu bandwidth does root_task_group get?
Dhaval Giani354d60c2008-04-19 19:44:59 +02006797 *
6798 * In case of task-groups formed thr' the cgroup filesystem, it
6799 * gets 100% of the cpu resources in the system. This overall
6800 * system cpu resource is divided among the tasks of
Yong Zhang07e06b02011-01-07 15:17:36 +08006801 * root_task_group and its child task-groups in a fair manner,
Dhaval Giani354d60c2008-04-19 19:44:59 +02006802 * based on each entity's (task or task-group's) weight
6803 * (se->load.weight).
6804 *
Yong Zhang07e06b02011-01-07 15:17:36 +08006805 * In other words, if root_task_group has 10 tasks of weight
Dhaval Giani354d60c2008-04-19 19:44:59 +02006806 * 1024) and two child groups A0 and A1 (of weight 1024 each),
6807 * then A0's share of the cpu resource is:
6808 *
Ingo Molnar0d905bc2009-05-04 19:13:30 +02006809 * A0's bandwidth = 1024 / (10*1024 + 1024 + 1024) = 8.33%
Dhaval Giani354d60c2008-04-19 19:44:59 +02006810 *
Yong Zhang07e06b02011-01-07 15:17:36 +08006811 * We achieve this by letting root_task_group's tasks sit
6812 * directly in rq->cfs (i.e root_task_group->se[] = NULL).
Dhaval Giani354d60c2008-04-19 19:44:59 +02006813 */
Paul Turnerab84d312011-07-21 09:43:28 -07006814 init_cfs_bandwidth(&root_task_group.cfs_bandwidth);
Yong Zhang07e06b02011-01-07 15:17:36 +08006815 init_tg_cfs_entry(&root_task_group, &rq->cfs, NULL, i, NULL);
Dhaval Giani354d60c2008-04-19 19:44:59 +02006816#endif /* CONFIG_FAIR_GROUP_SCHED */
6817
6818 rq->rt.rt_runtime = def_rt_bandwidth.rt_runtime;
Peter Zijlstra052f1dc2008-02-13 15:45:40 +01006819#ifdef CONFIG_RT_GROUP_SCHED
Peter Zijlstra6f505b12008-01-25 21:08:30 +01006820 INIT_LIST_HEAD(&rq->leaf_rt_rq_list);
Yong Zhang07e06b02011-01-07 15:17:36 +08006821 init_tg_rt_entry(&root_task_group, &rq->rt, NULL, i, NULL);
Peter Zijlstra6f505b12008-01-25 21:08:30 +01006822#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07006823
Ingo Molnardd41f592007-07-09 18:51:59 +02006824 for (j = 0; j < CPU_LOAD_IDX_MAX; j++)
6825 rq->cpu_load[j] = 0;
Venkatesh Pallipadifdf3e952010-05-17 18:14:43 -07006826
6827 rq->last_load_update_tick = jiffies;
6828
Linus Torvalds1da177e2005-04-16 15:20:36 -07006829#ifdef CONFIG_SMP
Nick Piggin41c7ce92005-06-25 14:57:24 -07006830 rq->sd = NULL;
Gregory Haskins57d885f2008-01-25 21:08:18 +01006831 rq->rd = NULL;
Nikhil Rao1399fa72011-05-18 10:09:39 -07006832 rq->cpu_power = SCHED_POWER_SCALE;
Gregory Haskins3f029d32009-07-29 11:08:47 -04006833 rq->post_schedule = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006834 rq->active_balance = 0;
Ingo Molnardd41f592007-07-09 18:51:59 +02006835 rq->next_balance = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006836 rq->push_cpu = 0;
Christoph Lameter0a2966b2006-09-25 23:30:51 -07006837 rq->cpu = i;
Gregory Haskins1f11eb6a2008-06-04 15:04:05 -04006838 rq->online = 0;
Mike Galbraitheae0c9d2009-11-10 03:50:02 +01006839 rq->idle_stamp = 0;
6840 rq->avg_idle = 2*sysctl_sched_migration_cost;
Gregory Haskinsdc938522008-01-25 21:08:26 +01006841 rq_attach_root(rq, &def_root_domain);
Venkatesh Pallipadi83cd4fe2010-05-21 17:09:41 -07006842#ifdef CONFIG_NO_HZ
6843 rq->nohz_balance_kick = 0;
Venkatesh Pallipadi83cd4fe2010-05-21 17:09:41 -07006844#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07006845#endif
Peter Zijlstra8f4d37e2008-01-25 21:08:29 +01006846 init_rq_hrtick(rq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006847 atomic_set(&rq->nr_iowait, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006848 }
6849
Peter Williams2dd73a42006-06-27 02:54:34 -07006850 set_load_weight(&init_task);
Heiko Carstensb50f60c2006-07-30 03:03:52 -07006851
Avi Kivitye107be32007-07-26 13:40:43 +02006852#ifdef CONFIG_PREEMPT_NOTIFIERS
6853 INIT_HLIST_HEAD(&init_task.preempt_notifiers);
6854#endif
6855
Heiko Carstensb50f60c2006-07-30 03:03:52 -07006856#ifdef CONFIG_RT_MUTEXES
Dima Zavin732375c2011-07-07 17:27:59 -07006857 plist_head_init(&init_task.pi_waiters);
Heiko Carstensb50f60c2006-07-30 03:03:52 -07006858#endif
6859
Linus Torvalds1da177e2005-04-16 15:20:36 -07006860 /*
6861 * The boot idle thread does lazy MMU switching as well:
6862 */
6863 atomic_inc(&init_mm.mm_count);
6864 enter_lazy_tlb(&init_mm, current);
6865
6866 /*
6867 * Make us the idle thread. Technically, schedule() should not be
6868 * called from this thread, however somewhere below it might be,
6869 * but because we are the idle thread, we just pick up running again
6870 * when this runqueue becomes "idle".
6871 */
6872 init_idle(current, smp_processor_id());
Thomas Gleixnerdce48a82009-04-11 10:43:41 +02006873
6874 calc_load_update = jiffies + LOAD_FREQ;
6875
Ingo Molnardd41f592007-07-09 18:51:59 +02006876 /*
6877 * During early bootup we pretend to be a normal task:
6878 */
6879 current->sched_class = &fair_sched_class;
Ingo Molnar6892b752008-02-13 14:02:36 +01006880
Rusty Russellbf4d83f2008-11-25 09:57:51 +10306881#ifdef CONFIG_SMP
Peter Zijlstra4cb98832011-04-07 14:09:58 +02006882 zalloc_cpumask_var(&sched_domains_tmpmask, GFP_NOWAIT);
Rusty Russellbdddd292009-12-02 14:09:16 +10306883 /* May be allocated at isolcpus cmdline parse time */
6884 if (cpu_isolated_map == NULL)
6885 zalloc_cpumask_var(&cpu_isolated_map, GFP_NOWAIT);
Peter Zijlstra029632f2011-10-25 10:00:11 +02006886#endif
6887 init_sched_fair_class();
Rusty Russell6a7b3dc2008-11-25 02:35:04 +10306888
Ingo Molnar6892b752008-02-13 14:02:36 +01006889 scheduler_running = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006890}
6891
Frederic Weisbeckerd902db12011-06-08 19:31:56 +02006892#ifdef CONFIG_DEBUG_ATOMIC_SLEEP
Frederic Weisbeckere4aafea2009-07-16 15:44:29 +02006893static inline int preempt_count_equals(int preempt_offset)
6894{
Frederic Weisbecker234da7b2009-12-16 20:21:05 +01006895 int nested = (preempt_count() & ~PREEMPT_ACTIVE) + rcu_preempt_depth();
Frederic Weisbeckere4aafea2009-07-16 15:44:29 +02006896
Arnd Bergmann4ba82162011-01-25 22:52:22 +01006897 return (nested == preempt_offset);
Frederic Weisbeckere4aafea2009-07-16 15:44:29 +02006898}
6899
Simon Kagstromd8948372009-12-23 11:08:18 +01006900void __might_sleep(const char *file, int line, int preempt_offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006901{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006902 static unsigned long prev_jiffy; /* ratelimiting */
6903
Paul E. McKenneyb3fbab02011-05-24 08:31:09 -07006904 rcu_sleep_check(); /* WARN_ON_ONCE() by default, no rate limit reqd. */
Frederic Weisbeckere4aafea2009-07-16 15:44:29 +02006905 if ((preempt_count_equals(preempt_offset) && !irqs_disabled()) ||
6906 system_state != SYSTEM_RUNNING || oops_in_progress)
Ingo Molnaraef745f2008-08-28 11:34:43 +02006907 return;
6908 if (time_before(jiffies, prev_jiffy + HZ) && prev_jiffy)
6909 return;
6910 prev_jiffy = jiffies;
6911
Peter Zijlstra3df0fc52009-12-20 14:23:57 +01006912 printk(KERN_ERR
6913 "BUG: sleeping function called from invalid context at %s:%d\n",
6914 file, line);
6915 printk(KERN_ERR
6916 "in_atomic(): %d, irqs_disabled(): %d, pid: %d, name: %s\n",
6917 in_atomic(), irqs_disabled(),
6918 current->pid, current->comm);
Ingo Molnaraef745f2008-08-28 11:34:43 +02006919
6920 debug_show_held_locks(current);
6921 if (irqs_disabled())
6922 print_irqtrace_events(current);
6923 dump_stack();
Linus Torvalds1da177e2005-04-16 15:20:36 -07006924}
6925EXPORT_SYMBOL(__might_sleep);
6926#endif
6927
6928#ifdef CONFIG_MAGIC_SYSRQ
Andi Kleen3a5e4dc2007-10-15 17:00:15 +02006929static void normalize_task(struct rq *rq, struct task_struct *p)
6930{
Peter Zijlstrada7a7352011-01-17 17:03:27 +01006931 const struct sched_class *prev_class = p->sched_class;
6932 int old_prio = p->prio;
Andi Kleen3a5e4dc2007-10-15 17:00:15 +02006933 int on_rq;
Peter Zijlstra3e51f332008-05-03 18:29:28 +02006934
Peter Zijlstrafd2f4412011-04-05 17:23:44 +02006935 on_rq = p->on_rq;
Andi Kleen3a5e4dc2007-10-15 17:00:15 +02006936 if (on_rq)
6937 deactivate_task(rq, p, 0);
6938 __setscheduler(rq, p, SCHED_NORMAL, 0);
6939 if (on_rq) {
6940 activate_task(rq, p, 0);
6941 resched_task(rq->curr);
6942 }
Peter Zijlstrada7a7352011-01-17 17:03:27 +01006943
6944 check_class_changed(rq, p, prev_class, old_prio);
Andi Kleen3a5e4dc2007-10-15 17:00:15 +02006945}
6946
Linus Torvalds1da177e2005-04-16 15:20:36 -07006947void normalize_rt_tasks(void)
6948{
Ingo Molnara0f98a12007-06-17 18:37:45 +02006949 struct task_struct *g, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006950 unsigned long flags;
Ingo Molnar70b97a72006-07-03 00:25:42 -07006951 struct rq *rq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006952
Peter Zijlstra4cf5d772008-02-13 15:45:39 +01006953 read_lock_irqsave(&tasklist_lock, flags);
Ingo Molnara0f98a12007-06-17 18:37:45 +02006954 do_each_thread(g, p) {
Ingo Molnar178be792007-10-15 17:00:18 +02006955 /*
6956 * Only normalize user tasks:
6957 */
6958 if (!p->mm)
6959 continue;
6960
Ingo Molnardd41f592007-07-09 18:51:59 +02006961 p->se.exec_start = 0;
Ingo Molnar6cfb0d52007-08-02 17:41:40 +02006962#ifdef CONFIG_SCHEDSTATS
Lucas De Marchi41acab82010-03-10 23:37:45 -03006963 p->se.statistics.wait_start = 0;
6964 p->se.statistics.sleep_start = 0;
6965 p->se.statistics.block_start = 0;
Ingo Molnar6cfb0d52007-08-02 17:41:40 +02006966#endif
Ingo Molnardd41f592007-07-09 18:51:59 +02006967
6968 if (!rt_task(p)) {
6969 /*
6970 * Renice negative nice level userspace
6971 * tasks back to 0:
6972 */
6973 if (TASK_NICE(p) < 0 && p->mm)
6974 set_user_nice(p, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006975 continue;
Ingo Molnardd41f592007-07-09 18:51:59 +02006976 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006977
Thomas Gleixner1d615482009-11-17 14:54:03 +01006978 raw_spin_lock(&p->pi_lock);
Ingo Molnarb29739f2006-06-27 02:54:51 -07006979 rq = __task_rq_lock(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006980
Ingo Molnar178be792007-10-15 17:00:18 +02006981 normalize_task(rq, p);
Andi Kleen3a5e4dc2007-10-15 17:00:15 +02006982
Ingo Molnarb29739f2006-06-27 02:54:51 -07006983 __task_rq_unlock(rq);
Thomas Gleixner1d615482009-11-17 14:54:03 +01006984 raw_spin_unlock(&p->pi_lock);
Ingo Molnara0f98a12007-06-17 18:37:45 +02006985 } while_each_thread(g, p);
6986
Peter Zijlstra4cf5d772008-02-13 15:45:39 +01006987 read_unlock_irqrestore(&tasklist_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006988}
6989
6990#endif /* CONFIG_MAGIC_SYSRQ */
Linus Torvalds1df5c102005-09-12 07:59:21 -07006991
Jason Wessel67fc4e02010-05-20 21:04:21 -05006992#if defined(CONFIG_IA64) || defined(CONFIG_KGDB_KDB)
Linus Torvalds1df5c102005-09-12 07:59:21 -07006993/*
Jason Wessel67fc4e02010-05-20 21:04:21 -05006994 * These functions are only useful for the IA64 MCA handling, or kdb.
Linus Torvalds1df5c102005-09-12 07:59:21 -07006995 *
6996 * They can only be called when the whole system has been
6997 * stopped - every CPU needs to be quiescent, and no scheduling
6998 * activity can take place. Using them for anything else would
6999 * be a serious bug, and as a result, they aren't even visible
7000 * under any other configuration.
7001 */
7002
7003/**
7004 * curr_task - return the current task for a given cpu.
7005 * @cpu: the processor in question.
7006 *
7007 * ONLY VALID WHEN THE WHOLE SYSTEM IS STOPPED!
7008 */
Ingo Molnar36c8b582006-07-03 00:25:41 -07007009struct task_struct *curr_task(int cpu)
Linus Torvalds1df5c102005-09-12 07:59:21 -07007010{
7011 return cpu_curr(cpu);
7012}
7013
Jason Wessel67fc4e02010-05-20 21:04:21 -05007014#endif /* defined(CONFIG_IA64) || defined(CONFIG_KGDB_KDB) */
7015
7016#ifdef CONFIG_IA64
Linus Torvalds1df5c102005-09-12 07:59:21 -07007017/**
7018 * set_curr_task - set the current task for a given cpu.
7019 * @cpu: the processor in question.
7020 * @p: the task pointer to set.
7021 *
7022 * Description: This function must only be used when non-maskable interrupts
Ingo Molnar41a2d6c2007-12-05 15:46:09 +01007023 * are serviced on a separate stack. It allows the architecture to switch the
7024 * notion of the current task on a cpu in a non-blocking manner. This function
Linus Torvalds1df5c102005-09-12 07:59:21 -07007025 * must be called with all CPU's synchronized, and interrupts disabled, the
7026 * and caller must save the original value of the current task (see
7027 * curr_task() above) and restore that value before reenabling interrupts and
7028 * re-starting the system.
7029 *
7030 * ONLY VALID WHEN THE WHOLE SYSTEM IS STOPPED!
7031 */
Ingo Molnar36c8b582006-07-03 00:25:41 -07007032void set_curr_task(int cpu, struct task_struct *p)
Linus Torvalds1df5c102005-09-12 07:59:21 -07007033{
7034 cpu_curr(cpu) = p;
7035}
7036
7037#endif
Srivatsa Vaddagiri29f59db2007-10-15 17:00:07 +02007038
Peter Zijlstra052f1dc2008-02-13 15:45:40 +01007039#ifdef CONFIG_RT_GROUP_SCHED
Dhaval Giani6d6bc0a2008-05-30 14:23:45 +02007040#else /* !CONFIG_RT_GROUP_SCHED */
Dhaval Giani6d6bc0a2008-05-30 14:23:45 +02007041#endif /* CONFIG_RT_GROUP_SCHED */
Peter Zijlstrabccbe082008-02-13 15:45:40 +01007042
Dhaval Giani7c941432010-01-20 13:26:18 +01007043#ifdef CONFIG_CGROUP_SCHED
Peter Zijlstra029632f2011-10-25 10:00:11 +02007044/* task_group_lock serializes the addition/removal of task groups */
7045static DEFINE_SPINLOCK(task_group_lock);
7046
Peter Zijlstrabccbe082008-02-13 15:45:40 +01007047static void free_sched_group(struct task_group *tg)
7048{
7049 free_fair_sched_group(tg);
7050 free_rt_sched_group(tg);
Mike Galbraithe9aa1dd2011-01-05 11:11:25 +01007051 autogroup_free(tg);
Peter Zijlstrabccbe082008-02-13 15:45:40 +01007052 kfree(tg);
7053}
7054
7055/* allocate runqueue etc for a new task group */
Dhaval Gianiec7dc8a2008-04-19 19:44:59 +02007056struct task_group *sched_create_group(struct task_group *parent)
Peter Zijlstrabccbe082008-02-13 15:45:40 +01007057{
7058 struct task_group *tg;
7059 unsigned long flags;
Peter Zijlstrabccbe082008-02-13 15:45:40 +01007060
7061 tg = kzalloc(sizeof(*tg), GFP_KERNEL);
7062 if (!tg)
7063 return ERR_PTR(-ENOMEM);
7064
Dhaval Gianiec7dc8a2008-04-19 19:44:59 +02007065 if (!alloc_fair_sched_group(tg, parent))
Peter Zijlstrabccbe082008-02-13 15:45:40 +01007066 goto err;
7067
Dhaval Gianiec7dc8a2008-04-19 19:44:59 +02007068 if (!alloc_rt_sched_group(tg, parent))
Peter Zijlstrabccbe082008-02-13 15:45:40 +01007069 goto err;
7070
Peter Zijlstra8ed36992008-02-13 15:45:39 +01007071 spin_lock_irqsave(&task_group_lock, flags);
Peter Zijlstra6f505b12008-01-25 21:08:30 +01007072 list_add_rcu(&tg->list, &task_groups);
Peter Zijlstraf473aa52008-04-19 19:45:00 +02007073
7074 WARN_ON(!parent); /* root should already exist */
7075
7076 tg->parent = parent;
Peter Zijlstraf473aa52008-04-19 19:45:00 +02007077 INIT_LIST_HEAD(&tg->children);
Zhang, Yanmin09f27242030-08-14 15:56:40 +08007078 list_add_rcu(&tg->siblings, &parent->children);
Peter Zijlstra8ed36992008-02-13 15:45:39 +01007079 spin_unlock_irqrestore(&task_group_lock, flags);
Srivatsa Vaddagiri29f59db2007-10-15 17:00:07 +02007080
Srivatsa Vaddagiri9b5b7752007-10-15 17:00:09 +02007081 return tg;
Srivatsa Vaddagiri29f59db2007-10-15 17:00:07 +02007082
7083err:
Peter Zijlstra6f505b12008-01-25 21:08:30 +01007084 free_sched_group(tg);
Srivatsa Vaddagiri29f59db2007-10-15 17:00:07 +02007085 return ERR_PTR(-ENOMEM);
7086}
7087
Srivatsa Vaddagiri9b5b7752007-10-15 17:00:09 +02007088/* rcu callback to free various structures associated with a task group */
Peter Zijlstra6f505b12008-01-25 21:08:30 +01007089static void free_sched_group_rcu(struct rcu_head *rhp)
Srivatsa Vaddagiri29f59db2007-10-15 17:00:07 +02007090{
Srivatsa Vaddagiri29f59db2007-10-15 17:00:07 +02007091 /* now it should be safe to free those cfs_rqs */
Peter Zijlstra6f505b12008-01-25 21:08:30 +01007092 free_sched_group(container_of(rhp, struct task_group, rcu));
Srivatsa Vaddagiri29f59db2007-10-15 17:00:07 +02007093}
7094
Srivatsa Vaddagiri9b5b7752007-10-15 17:00:09 +02007095/* Destroy runqueue etc associated with a task group */
Ingo Molnar4cf86d72007-10-15 17:00:14 +02007096void sched_destroy_group(struct task_group *tg)
Srivatsa Vaddagiri29f59db2007-10-15 17:00:07 +02007097{
Peter Zijlstra8ed36992008-02-13 15:45:39 +01007098 unsigned long flags;
Srivatsa Vaddagiri9b5b7752007-10-15 17:00:09 +02007099 int i;
Srivatsa Vaddagiri29f59db2007-10-15 17:00:07 +02007100
Peter Zijlstra3d4b47b2010-11-15 15:47:01 -08007101 /* end participation in shares distribution */
7102 for_each_possible_cpu(i)
Peter Zijlstrabccbe082008-02-13 15:45:40 +01007103 unregister_fair_sched_group(tg, i);
Peter Zijlstra3d4b47b2010-11-15 15:47:01 -08007104
7105 spin_lock_irqsave(&task_group_lock, flags);
Peter Zijlstra6f505b12008-01-25 21:08:30 +01007106 list_del_rcu(&tg->list);
Peter Zijlstraf473aa52008-04-19 19:45:00 +02007107 list_del_rcu(&tg->siblings);
Peter Zijlstra8ed36992008-02-13 15:45:39 +01007108 spin_unlock_irqrestore(&task_group_lock, flags);
Srivatsa Vaddagiri9b5b7752007-10-15 17:00:09 +02007109
Srivatsa Vaddagiri9b5b7752007-10-15 17:00:09 +02007110 /* wait for possible concurrent references to cfs_rqs complete */
Peter Zijlstra6f505b12008-01-25 21:08:30 +01007111 call_rcu(&tg->rcu, free_sched_group_rcu);
Srivatsa Vaddagiri29f59db2007-10-15 17:00:07 +02007112}
7113
Srivatsa Vaddagiri9b5b7752007-10-15 17:00:09 +02007114/* change task's runqueue when it moves between groups.
Ingo Molnar3a252012007-10-15 17:00:12 +02007115 * The caller of this function should have put the task in its new group
7116 * by now. This function just updates tsk->se.cfs_rq and tsk->se.parent to
7117 * reflect its new group.
Srivatsa Vaddagiri9b5b7752007-10-15 17:00:09 +02007118 */
7119void sched_move_task(struct task_struct *tsk)
Srivatsa Vaddagiri29f59db2007-10-15 17:00:07 +02007120{
7121 int on_rq, running;
7122 unsigned long flags;
7123 struct rq *rq;
7124
7125 rq = task_rq_lock(tsk, &flags);
7126
Dmitry Adamushko051a1d12007-12-18 15:21:13 +01007127 running = task_current(rq, tsk);
Peter Zijlstrafd2f4412011-04-05 17:23:44 +02007128 on_rq = tsk->on_rq;
Srivatsa Vaddagiri29f59db2007-10-15 17:00:07 +02007129
Hiroshi Shimamoto0e1f3482008-03-10 11:01:20 -07007130 if (on_rq)
Srivatsa Vaddagiri29f59db2007-10-15 17:00:07 +02007131 dequeue_task(rq, tsk, 0);
Hiroshi Shimamoto0e1f3482008-03-10 11:01:20 -07007132 if (unlikely(running))
7133 tsk->sched_class->put_prev_task(rq, tsk);
Srivatsa Vaddagiri29f59db2007-10-15 17:00:07 +02007134
Peter Zijlstra810b3812008-02-29 15:21:01 -05007135#ifdef CONFIG_FAIR_GROUP_SCHED
Peter Zijlstrab2b5ce02010-10-15 15:24:15 +02007136 if (tsk->sched_class->task_move_group)
7137 tsk->sched_class->task_move_group(tsk, on_rq);
7138 else
Peter Zijlstra810b3812008-02-29 15:21:01 -05007139#endif
Peter Zijlstrab2b5ce02010-10-15 15:24:15 +02007140 set_task_rq(tsk, task_cpu(tsk));
Peter Zijlstra810b3812008-02-29 15:21:01 -05007141
Hiroshi Shimamoto0e1f3482008-03-10 11:01:20 -07007142 if (unlikely(running))
7143 tsk->sched_class->set_curr_task(rq);
7144 if (on_rq)
Peter Zijlstra371fd7e2010-03-24 16:38:48 +01007145 enqueue_task(rq, tsk, 0);
Srivatsa Vaddagiri29f59db2007-10-15 17:00:07 +02007146
Peter Zijlstra0122ec52011-04-05 17:23:51 +02007147 task_rq_unlock(rq, tsk, &flags);
Srivatsa Vaddagiri29f59db2007-10-15 17:00:07 +02007148}
Dhaval Giani7c941432010-01-20 13:26:18 +01007149#endif /* CONFIG_CGROUP_SCHED */
Srivatsa Vaddagiri29f59db2007-10-15 17:00:07 +02007150
Peter Zijlstra052f1dc2008-02-13 15:45:40 +01007151#ifdef CONFIG_FAIR_GROUP_SCHED
Peter Zijlstra052f1dc2008-02-13 15:45:40 +01007152#endif
Dhaval Giani5cb350b2007-10-15 17:00:14 +02007153
Paul Turnera790de92011-07-21 09:43:29 -07007154#if defined(CONFIG_RT_GROUP_SCHED) || defined(CONFIG_CFS_BANDWIDTH)
Peter Zijlstra9f0c1e52008-02-13 15:45:39 +01007155static unsigned long to_ratio(u64 period, u64 runtime)
7156{
7157 if (runtime == RUNTIME_INF)
Peter Zijlstra9a7e0b12008-08-19 12:33:06 +02007158 return 1ULL << 20;
Peter Zijlstra9f0c1e52008-02-13 15:45:39 +01007159
Peter Zijlstra9a7e0b12008-08-19 12:33:06 +02007160 return div64_u64(runtime << 20, period);
Peter Zijlstra9f0c1e52008-02-13 15:45:39 +01007161}
Paul Turnera790de92011-07-21 09:43:29 -07007162#endif
7163
7164#ifdef CONFIG_RT_GROUP_SCHED
7165/*
7166 * Ensure that the real time constraints are schedulable.
7167 */
7168static DEFINE_MUTEX(rt_constraints_mutex);
Peter Zijlstra9f0c1e52008-02-13 15:45:39 +01007169
Dhaval Giani521f1a242008-02-28 15:21:56 +05307170/* Must be called with tasklist_lock held */
7171static inline int tg_has_rt_tasks(struct task_group *tg)
7172{
7173 struct task_struct *g, *p;
Peter Zijlstra9a7e0b12008-08-19 12:33:06 +02007174
Dhaval Giani521f1a242008-02-28 15:21:56 +05307175 do_each_thread(g, p) {
Peter Zijlstra029632f2011-10-25 10:00:11 +02007176 if (rt_task(p) && task_rq(p)->rt.tg == tg)
Dhaval Giani521f1a242008-02-28 15:21:56 +05307177 return 1;
7178 } while_each_thread(g, p);
Peter Zijlstra9a7e0b12008-08-19 12:33:06 +02007179
Dhaval Giani521f1a242008-02-28 15:21:56 +05307180 return 0;
7181}
7182
Peter Zijlstra9a7e0b12008-08-19 12:33:06 +02007183struct rt_schedulable_data {
7184 struct task_group *tg;
7185 u64 rt_period;
7186 u64 rt_runtime;
7187};
7188
Paul Turnera790de92011-07-21 09:43:29 -07007189static int tg_rt_schedulable(struct task_group *tg, void *data)
Peter Zijlstra9a7e0b12008-08-19 12:33:06 +02007190{
7191 struct rt_schedulable_data *d = data;
7192 struct task_group *child;
7193 unsigned long total, sum = 0;
7194 u64 period, runtime;
7195
7196 period = ktime_to_ns(tg->rt_bandwidth.rt_period);
7197 runtime = tg->rt_bandwidth.rt_runtime;
7198
7199 if (tg == d->tg) {
7200 period = d->rt_period;
7201 runtime = d->rt_runtime;
7202 }
7203
Peter Zijlstra4653f802008-09-23 15:33:44 +02007204 /*
7205 * Cannot have more runtime than the period.
7206 */
7207 if (runtime > period && runtime != RUNTIME_INF)
7208 return -EINVAL;
7209
7210 /*
7211 * Ensure we don't starve existing RT tasks.
7212 */
Peter Zijlstra9a7e0b12008-08-19 12:33:06 +02007213 if (rt_bandwidth_enabled() && !runtime && tg_has_rt_tasks(tg))
7214 return -EBUSY;
7215
7216 total = to_ratio(period, runtime);
7217
Peter Zijlstra4653f802008-09-23 15:33:44 +02007218 /*
7219 * Nobody can have more than the global setting allows.
7220 */
7221 if (total > to_ratio(global_rt_period(), global_rt_runtime()))
7222 return -EINVAL;
7223
7224 /*
7225 * The sum of our children's runtime should not exceed our own.
7226 */
Peter Zijlstra9a7e0b12008-08-19 12:33:06 +02007227 list_for_each_entry_rcu(child, &tg->children, siblings) {
7228 period = ktime_to_ns(child->rt_bandwidth.rt_period);
7229 runtime = child->rt_bandwidth.rt_runtime;
7230
7231 if (child == d->tg) {
7232 period = d->rt_period;
7233 runtime = d->rt_runtime;
7234 }
7235
7236 sum += to_ratio(period, runtime);
7237 }
7238
7239 if (sum > total)
7240 return -EINVAL;
7241
7242 return 0;
7243}
7244
7245static int __rt_schedulable(struct task_group *tg, u64 period, u64 runtime)
7246{
Paul Turner82774342011-07-21 09:43:35 -07007247 int ret;
7248
Peter Zijlstra9a7e0b12008-08-19 12:33:06 +02007249 struct rt_schedulable_data data = {
7250 .tg = tg,
7251 .rt_period = period,
7252 .rt_runtime = runtime,
7253 };
7254
Paul Turner82774342011-07-21 09:43:35 -07007255 rcu_read_lock();
7256 ret = walk_tg_tree(tg_rt_schedulable, tg_nop, &data);
7257 rcu_read_unlock();
7258
7259 return ret;
Peter Zijlstra9a7e0b12008-08-19 12:33:06 +02007260}
7261
Paul Turnerab84d312011-07-21 09:43:28 -07007262static int tg_set_rt_bandwidth(struct task_group *tg,
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02007263 u64 rt_period, u64 rt_runtime)
Peter Zijlstra6f505b12008-01-25 21:08:30 +01007264{
Peter Zijlstraac086bc2008-04-19 19:44:58 +02007265 int i, err = 0;
Peter Zijlstra9f0c1e52008-02-13 15:45:39 +01007266
Peter Zijlstra9f0c1e52008-02-13 15:45:39 +01007267 mutex_lock(&rt_constraints_mutex);
Dhaval Giani521f1a242008-02-28 15:21:56 +05307268 read_lock(&tasklist_lock);
Peter Zijlstra9a7e0b12008-08-19 12:33:06 +02007269 err = __rt_schedulable(tg, rt_period, rt_runtime);
7270 if (err)
Dhaval Giani521f1a242008-02-28 15:21:56 +05307271 goto unlock;
Peter Zijlstraac086bc2008-04-19 19:44:58 +02007272
Thomas Gleixner0986b112009-11-17 15:32:06 +01007273 raw_spin_lock_irq(&tg->rt_bandwidth.rt_runtime_lock);
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02007274 tg->rt_bandwidth.rt_period = ns_to_ktime(rt_period);
7275 tg->rt_bandwidth.rt_runtime = rt_runtime;
Peter Zijlstraac086bc2008-04-19 19:44:58 +02007276
7277 for_each_possible_cpu(i) {
7278 struct rt_rq *rt_rq = tg->rt_rq[i];
7279
Thomas Gleixner0986b112009-11-17 15:32:06 +01007280 raw_spin_lock(&rt_rq->rt_runtime_lock);
Peter Zijlstraac086bc2008-04-19 19:44:58 +02007281 rt_rq->rt_runtime = rt_runtime;
Thomas Gleixner0986b112009-11-17 15:32:06 +01007282 raw_spin_unlock(&rt_rq->rt_runtime_lock);
Peter Zijlstraac086bc2008-04-19 19:44:58 +02007283 }
Thomas Gleixner0986b112009-11-17 15:32:06 +01007284 raw_spin_unlock_irq(&tg->rt_bandwidth.rt_runtime_lock);
Peter Zijlstra49246272010-10-17 21:46:10 +02007285unlock:
Dhaval Giani521f1a242008-02-28 15:21:56 +05307286 read_unlock(&tasklist_lock);
Peter Zijlstra9f0c1e52008-02-13 15:45:39 +01007287 mutex_unlock(&rt_constraints_mutex);
7288
7289 return err;
Peter Zijlstra6f505b12008-01-25 21:08:30 +01007290}
7291
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02007292int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us)
7293{
7294 u64 rt_runtime, rt_period;
7295
7296 rt_period = ktime_to_ns(tg->rt_bandwidth.rt_period);
7297 rt_runtime = (u64)rt_runtime_us * NSEC_PER_USEC;
7298 if (rt_runtime_us < 0)
7299 rt_runtime = RUNTIME_INF;
7300
Paul Turnerab84d312011-07-21 09:43:28 -07007301 return tg_set_rt_bandwidth(tg, rt_period, rt_runtime);
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02007302}
7303
Peter Zijlstra9f0c1e52008-02-13 15:45:39 +01007304long sched_group_rt_runtime(struct task_group *tg)
7305{
7306 u64 rt_runtime_us;
7307
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02007308 if (tg->rt_bandwidth.rt_runtime == RUNTIME_INF)
Peter Zijlstra9f0c1e52008-02-13 15:45:39 +01007309 return -1;
7310
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02007311 rt_runtime_us = tg->rt_bandwidth.rt_runtime;
Peter Zijlstra9f0c1e52008-02-13 15:45:39 +01007312 do_div(rt_runtime_us, NSEC_PER_USEC);
7313 return rt_runtime_us;
7314}
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02007315
7316int sched_group_set_rt_period(struct task_group *tg, long rt_period_us)
7317{
7318 u64 rt_runtime, rt_period;
7319
7320 rt_period = (u64)rt_period_us * NSEC_PER_USEC;
7321 rt_runtime = tg->rt_bandwidth.rt_runtime;
7322
Raistlin619b0482008-06-26 18:54:09 +02007323 if (rt_period == 0)
7324 return -EINVAL;
7325
Paul Turnerab84d312011-07-21 09:43:28 -07007326 return tg_set_rt_bandwidth(tg, rt_period, rt_runtime);
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02007327}
7328
7329long sched_group_rt_period(struct task_group *tg)
7330{
7331 u64 rt_period_us;
7332
7333 rt_period_us = ktime_to_ns(tg->rt_bandwidth.rt_period);
7334 do_div(rt_period_us, NSEC_PER_USEC);
7335 return rt_period_us;
7336}
7337
7338static int sched_rt_global_constraints(void)
7339{
Peter Zijlstra4653f802008-09-23 15:33:44 +02007340 u64 runtime, period;
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02007341 int ret = 0;
7342
Hiroshi Shimamotoec5d4982008-09-10 17:00:19 -07007343 if (sysctl_sched_rt_period <= 0)
7344 return -EINVAL;
7345
Peter Zijlstra4653f802008-09-23 15:33:44 +02007346 runtime = global_rt_runtime();
7347 period = global_rt_period();
7348
7349 /*
7350 * Sanity check on the sysctl variables.
7351 */
7352 if (runtime > period && runtime != RUNTIME_INF)
7353 return -EINVAL;
Peter Zijlstra10b612f2008-06-19 14:22:27 +02007354
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02007355 mutex_lock(&rt_constraints_mutex);
Peter Zijlstra9a7e0b12008-08-19 12:33:06 +02007356 read_lock(&tasklist_lock);
Peter Zijlstra4653f802008-09-23 15:33:44 +02007357 ret = __rt_schedulable(NULL, 0, 0);
Peter Zijlstra9a7e0b12008-08-19 12:33:06 +02007358 read_unlock(&tasklist_lock);
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02007359 mutex_unlock(&rt_constraints_mutex);
7360
7361 return ret;
7362}
Dhaval Giani54e99122009-02-27 15:13:54 +05307363
7364int sched_rt_can_attach(struct task_group *tg, struct task_struct *tsk)
7365{
7366 /* Don't accept realtime tasks when there is no way for them to run */
7367 if (rt_task(tsk) && tg->rt_bandwidth.rt_runtime == 0)
7368 return 0;
7369
7370 return 1;
7371}
7372
Dhaval Giani6d6bc0a2008-05-30 14:23:45 +02007373#else /* !CONFIG_RT_GROUP_SCHED */
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02007374static int sched_rt_global_constraints(void)
7375{
Peter Zijlstraac086bc2008-04-19 19:44:58 +02007376 unsigned long flags;
7377 int i;
7378
Hiroshi Shimamotoec5d4982008-09-10 17:00:19 -07007379 if (sysctl_sched_rt_period <= 0)
7380 return -EINVAL;
7381
Peter Zijlstra60aa6052009-05-05 17:50:21 +02007382 /*
7383 * There's always some RT tasks in the root group
7384 * -- migration, kstopmachine etc..
7385 */
7386 if (sysctl_sched_rt_runtime == 0)
7387 return -EBUSY;
7388
Thomas Gleixner0986b112009-11-17 15:32:06 +01007389 raw_spin_lock_irqsave(&def_rt_bandwidth.rt_runtime_lock, flags);
Peter Zijlstraac086bc2008-04-19 19:44:58 +02007390 for_each_possible_cpu(i) {
7391 struct rt_rq *rt_rq = &cpu_rq(i)->rt;
7392
Thomas Gleixner0986b112009-11-17 15:32:06 +01007393 raw_spin_lock(&rt_rq->rt_runtime_lock);
Peter Zijlstraac086bc2008-04-19 19:44:58 +02007394 rt_rq->rt_runtime = global_rt_runtime();
Thomas Gleixner0986b112009-11-17 15:32:06 +01007395 raw_spin_unlock(&rt_rq->rt_runtime_lock);
Peter Zijlstraac086bc2008-04-19 19:44:58 +02007396 }
Thomas Gleixner0986b112009-11-17 15:32:06 +01007397 raw_spin_unlock_irqrestore(&def_rt_bandwidth.rt_runtime_lock, flags);
Peter Zijlstraac086bc2008-04-19 19:44:58 +02007398
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02007399 return 0;
7400}
Dhaval Giani6d6bc0a2008-05-30 14:23:45 +02007401#endif /* CONFIG_RT_GROUP_SCHED */
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02007402
7403int sched_rt_handler(struct ctl_table *table, int write,
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07007404 void __user *buffer, size_t *lenp,
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02007405 loff_t *ppos)
7406{
7407 int ret;
7408 int old_period, old_runtime;
7409 static DEFINE_MUTEX(mutex);
7410
7411 mutex_lock(&mutex);
7412 old_period = sysctl_sched_rt_period;
7413 old_runtime = sysctl_sched_rt_runtime;
7414
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07007415 ret = proc_dointvec(table, write, buffer, lenp, ppos);
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02007416
7417 if (!ret && write) {
7418 ret = sched_rt_global_constraints();
7419 if (ret) {
7420 sysctl_sched_rt_period = old_period;
7421 sysctl_sched_rt_runtime = old_runtime;
7422 } else {
7423 def_rt_bandwidth.rt_runtime = global_rt_runtime();
7424 def_rt_bandwidth.rt_period =
7425 ns_to_ktime(global_rt_period());
7426 }
7427 }
7428 mutex_unlock(&mutex);
7429
7430 return ret;
7431}
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007432
Peter Zijlstra052f1dc2008-02-13 15:45:40 +01007433#ifdef CONFIG_CGROUP_SCHED
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007434
7435/* return corresponding task_group object of a cgroup */
Paul Menage2b01dfe2007-10-24 18:23:50 +02007436static inline struct task_group *cgroup_tg(struct cgroup *cgrp)
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007437{
Paul Menage2b01dfe2007-10-24 18:23:50 +02007438 return container_of(cgroup_subsys_state(cgrp, cpu_cgroup_subsys_id),
7439 struct task_group, css);
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007440}
7441
7442static struct cgroup_subsys_state *
Paul Menage2b01dfe2007-10-24 18:23:50 +02007443cpu_cgroup_create(struct cgroup_subsys *ss, struct cgroup *cgrp)
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007444{
Dhaval Gianiec7dc8a2008-04-19 19:44:59 +02007445 struct task_group *tg, *parent;
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007446
Paul Menage2b01dfe2007-10-24 18:23:50 +02007447 if (!cgrp->parent) {
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007448 /* This is early initialization for the top cgroup */
Yong Zhang07e06b02011-01-07 15:17:36 +08007449 return &root_task_group.css;
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007450 }
7451
Dhaval Gianiec7dc8a2008-04-19 19:44:59 +02007452 parent = cgroup_tg(cgrp->parent);
7453 tg = sched_create_group(parent);
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007454 if (IS_ERR(tg))
7455 return ERR_PTR(-ENOMEM);
7456
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007457 return &tg->css;
7458}
7459
Ingo Molnar41a2d6c2007-12-05 15:46:09 +01007460static void
7461cpu_cgroup_destroy(struct cgroup_subsys *ss, struct cgroup *cgrp)
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007462{
Paul Menage2b01dfe2007-10-24 18:23:50 +02007463 struct task_group *tg = cgroup_tg(cgrp);
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007464
7465 sched_destroy_group(tg);
7466}
7467
Ingo Molnar41a2d6c2007-12-05 15:46:09 +01007468static int
Ben Blumbe367d02009-09-23 15:56:31 -07007469cpu_cgroup_can_attach_task(struct cgroup *cgrp, struct task_struct *tsk)
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007470{
Peter Zijlstrab68aa232008-02-13 15:45:40 +01007471#ifdef CONFIG_RT_GROUP_SCHED
Dhaval Giani54e99122009-02-27 15:13:54 +05307472 if (!sched_rt_can_attach(cgroup_tg(cgrp), tsk))
Peter Zijlstrab68aa232008-02-13 15:45:40 +01007473 return -EINVAL;
7474#else
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007475 /* We don't support RT-tasks being in separate groups */
7476 if (tsk->sched_class != &fair_sched_class)
7477 return -EINVAL;
Peter Zijlstrab68aa232008-02-13 15:45:40 +01007478#endif
Ben Blumbe367d02009-09-23 15:56:31 -07007479 return 0;
7480}
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007481
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007482static void
Ben Blumf780bdb2011-05-26 16:25:19 -07007483cpu_cgroup_attach_task(struct cgroup *cgrp, struct task_struct *tsk)
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007484{
7485 sched_move_task(tsk);
7486}
7487
Peter Zijlstra068c5cc2011-01-19 12:26:11 +01007488static void
Peter Zijlstrad41d5a02011-02-07 17:02:20 +01007489cpu_cgroup_exit(struct cgroup_subsys *ss, struct cgroup *cgrp,
7490 struct cgroup *old_cgrp, struct task_struct *task)
Peter Zijlstra068c5cc2011-01-19 12:26:11 +01007491{
7492 /*
7493 * cgroup_exit() is called in the copy_process() failure path.
7494 * Ignore this case since the task hasn't ran yet, this avoids
7495 * trying to poke a half freed task state from generic code.
7496 */
7497 if (!(task->flags & PF_EXITING))
7498 return;
7499
7500 sched_move_task(task);
7501}
7502
Peter Zijlstra052f1dc2008-02-13 15:45:40 +01007503#ifdef CONFIG_FAIR_GROUP_SCHED
Paul Menagef4c753b2008-04-29 00:59:56 -07007504static int cpu_shares_write_u64(struct cgroup *cgrp, struct cftype *cftype,
Paul Menage2b01dfe2007-10-24 18:23:50 +02007505 u64 shareval)
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007506{
Nikhil Raoc8b28112011-05-18 14:37:48 -07007507 return sched_group_set_shares(cgroup_tg(cgrp), scale_load(shareval));
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007508}
7509
Paul Menagef4c753b2008-04-29 00:59:56 -07007510static u64 cpu_shares_read_u64(struct cgroup *cgrp, struct cftype *cft)
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007511{
Paul Menage2b01dfe2007-10-24 18:23:50 +02007512 struct task_group *tg = cgroup_tg(cgrp);
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007513
Nikhil Raoc8b28112011-05-18 14:37:48 -07007514 return (u64) scale_load_down(tg->shares);
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007515}
Paul Turnerab84d312011-07-21 09:43:28 -07007516
7517#ifdef CONFIG_CFS_BANDWIDTH
Paul Turnera790de92011-07-21 09:43:29 -07007518static DEFINE_MUTEX(cfs_constraints_mutex);
7519
Paul Turnerab84d312011-07-21 09:43:28 -07007520const u64 max_cfs_quota_period = 1 * NSEC_PER_SEC; /* 1s */
7521const u64 min_cfs_quota_period = 1 * NSEC_PER_MSEC; /* 1ms */
7522
Paul Turnera790de92011-07-21 09:43:29 -07007523static int __cfs_schedulable(struct task_group *tg, u64 period, u64 runtime);
7524
Paul Turnerab84d312011-07-21 09:43:28 -07007525static int tg_set_cfs_bandwidth(struct task_group *tg, u64 period, u64 quota)
7526{
Paul Turner56f570e2011-11-07 20:26:33 -08007527 int i, ret = 0, runtime_enabled, runtime_was_enabled;
Peter Zijlstra029632f2011-10-25 10:00:11 +02007528 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth;
Paul Turnerab84d312011-07-21 09:43:28 -07007529
7530 if (tg == &root_task_group)
7531 return -EINVAL;
7532
7533 /*
7534 * Ensure we have at some amount of bandwidth every period. This is
7535 * to prevent reaching a state of large arrears when throttled via
7536 * entity_tick() resulting in prolonged exit starvation.
7537 */
7538 if (quota < min_cfs_quota_period || period < min_cfs_quota_period)
7539 return -EINVAL;
7540
7541 /*
7542 * Likewise, bound things on the otherside by preventing insane quota
7543 * periods. This also allows us to normalize in computing quota
7544 * feasibility.
7545 */
7546 if (period > max_cfs_quota_period)
7547 return -EINVAL;
7548
Paul Turnera790de92011-07-21 09:43:29 -07007549 mutex_lock(&cfs_constraints_mutex);
7550 ret = __cfs_schedulable(tg, period, quota);
7551 if (ret)
7552 goto out_unlock;
7553
Paul Turner58088ad2011-07-21 09:43:31 -07007554 runtime_enabled = quota != RUNTIME_INF;
Paul Turner56f570e2011-11-07 20:26:33 -08007555 runtime_was_enabled = cfs_b->quota != RUNTIME_INF;
7556 account_cfs_bandwidth_used(runtime_enabled, runtime_was_enabled);
Paul Turnerab84d312011-07-21 09:43:28 -07007557 raw_spin_lock_irq(&cfs_b->lock);
7558 cfs_b->period = ns_to_ktime(period);
7559 cfs_b->quota = quota;
Paul Turner58088ad2011-07-21 09:43:31 -07007560
Paul Turnera9cf55b2011-07-21 09:43:32 -07007561 __refill_cfs_bandwidth_runtime(cfs_b);
Paul Turner58088ad2011-07-21 09:43:31 -07007562 /* restart the period timer (if active) to handle new period expiry */
7563 if (runtime_enabled && cfs_b->timer_active) {
7564 /* force a reprogram */
7565 cfs_b->timer_active = 0;
7566 __start_cfs_bandwidth(cfs_b);
7567 }
Paul Turnerab84d312011-07-21 09:43:28 -07007568 raw_spin_unlock_irq(&cfs_b->lock);
7569
7570 for_each_possible_cpu(i) {
7571 struct cfs_rq *cfs_rq = tg->cfs_rq[i];
Peter Zijlstra029632f2011-10-25 10:00:11 +02007572 struct rq *rq = cfs_rq->rq;
Paul Turnerab84d312011-07-21 09:43:28 -07007573
7574 raw_spin_lock_irq(&rq->lock);
Paul Turner58088ad2011-07-21 09:43:31 -07007575 cfs_rq->runtime_enabled = runtime_enabled;
Paul Turnerab84d312011-07-21 09:43:28 -07007576 cfs_rq->runtime_remaining = 0;
Paul Turner671fd9d2011-07-21 09:43:34 -07007577
Peter Zijlstra029632f2011-10-25 10:00:11 +02007578 if (cfs_rq->throttled)
Paul Turner671fd9d2011-07-21 09:43:34 -07007579 unthrottle_cfs_rq(cfs_rq);
Paul Turnerab84d312011-07-21 09:43:28 -07007580 raw_spin_unlock_irq(&rq->lock);
7581 }
Paul Turnera790de92011-07-21 09:43:29 -07007582out_unlock:
7583 mutex_unlock(&cfs_constraints_mutex);
Paul Turnerab84d312011-07-21 09:43:28 -07007584
Paul Turnera790de92011-07-21 09:43:29 -07007585 return ret;
Paul Turnerab84d312011-07-21 09:43:28 -07007586}
7587
7588int tg_set_cfs_quota(struct task_group *tg, long cfs_quota_us)
7589{
7590 u64 quota, period;
7591
Peter Zijlstra029632f2011-10-25 10:00:11 +02007592 period = ktime_to_ns(tg->cfs_bandwidth.period);
Paul Turnerab84d312011-07-21 09:43:28 -07007593 if (cfs_quota_us < 0)
7594 quota = RUNTIME_INF;
7595 else
7596 quota = (u64)cfs_quota_us * NSEC_PER_USEC;
7597
7598 return tg_set_cfs_bandwidth(tg, period, quota);
7599}
7600
7601long tg_get_cfs_quota(struct task_group *tg)
7602{
7603 u64 quota_us;
7604
Peter Zijlstra029632f2011-10-25 10:00:11 +02007605 if (tg->cfs_bandwidth.quota == RUNTIME_INF)
Paul Turnerab84d312011-07-21 09:43:28 -07007606 return -1;
7607
Peter Zijlstra029632f2011-10-25 10:00:11 +02007608 quota_us = tg->cfs_bandwidth.quota;
Paul Turnerab84d312011-07-21 09:43:28 -07007609 do_div(quota_us, NSEC_PER_USEC);
7610
7611 return quota_us;
7612}
7613
7614int tg_set_cfs_period(struct task_group *tg, long cfs_period_us)
7615{
7616 u64 quota, period;
7617
7618 period = (u64)cfs_period_us * NSEC_PER_USEC;
Peter Zijlstra029632f2011-10-25 10:00:11 +02007619 quota = tg->cfs_bandwidth.quota;
Paul Turnerab84d312011-07-21 09:43:28 -07007620
7621 if (period <= 0)
7622 return -EINVAL;
7623
7624 return tg_set_cfs_bandwidth(tg, period, quota);
7625}
7626
7627long tg_get_cfs_period(struct task_group *tg)
7628{
7629 u64 cfs_period_us;
7630
Peter Zijlstra029632f2011-10-25 10:00:11 +02007631 cfs_period_us = ktime_to_ns(tg->cfs_bandwidth.period);
Paul Turnerab84d312011-07-21 09:43:28 -07007632 do_div(cfs_period_us, NSEC_PER_USEC);
7633
7634 return cfs_period_us;
7635}
7636
7637static s64 cpu_cfs_quota_read_s64(struct cgroup *cgrp, struct cftype *cft)
7638{
7639 return tg_get_cfs_quota(cgroup_tg(cgrp));
7640}
7641
7642static int cpu_cfs_quota_write_s64(struct cgroup *cgrp, struct cftype *cftype,
7643 s64 cfs_quota_us)
7644{
7645 return tg_set_cfs_quota(cgroup_tg(cgrp), cfs_quota_us);
7646}
7647
7648static u64 cpu_cfs_period_read_u64(struct cgroup *cgrp, struct cftype *cft)
7649{
7650 return tg_get_cfs_period(cgroup_tg(cgrp));
7651}
7652
7653static int cpu_cfs_period_write_u64(struct cgroup *cgrp, struct cftype *cftype,
7654 u64 cfs_period_us)
7655{
7656 return tg_set_cfs_period(cgroup_tg(cgrp), cfs_period_us);
7657}
7658
Paul Turnera790de92011-07-21 09:43:29 -07007659struct cfs_schedulable_data {
7660 struct task_group *tg;
7661 u64 period, quota;
7662};
7663
7664/*
7665 * normalize group quota/period to be quota/max_period
7666 * note: units are usecs
7667 */
7668static u64 normalize_cfs_quota(struct task_group *tg,
7669 struct cfs_schedulable_data *d)
7670{
7671 u64 quota, period;
7672
7673 if (tg == d->tg) {
7674 period = d->period;
7675 quota = d->quota;
7676 } else {
7677 period = tg_get_cfs_period(tg);
7678 quota = tg_get_cfs_quota(tg);
7679 }
7680
7681 /* note: these should typically be equivalent */
7682 if (quota == RUNTIME_INF || quota == -1)
7683 return RUNTIME_INF;
7684
7685 return to_ratio(period, quota);
7686}
7687
7688static int tg_cfs_schedulable_down(struct task_group *tg, void *data)
7689{
7690 struct cfs_schedulable_data *d = data;
Peter Zijlstra029632f2011-10-25 10:00:11 +02007691 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth;
Paul Turnera790de92011-07-21 09:43:29 -07007692 s64 quota = 0, parent_quota = -1;
7693
7694 if (!tg->parent) {
7695 quota = RUNTIME_INF;
7696 } else {
Peter Zijlstra029632f2011-10-25 10:00:11 +02007697 struct cfs_bandwidth *parent_b = &tg->parent->cfs_bandwidth;
Paul Turnera790de92011-07-21 09:43:29 -07007698
7699 quota = normalize_cfs_quota(tg, d);
7700 parent_quota = parent_b->hierarchal_quota;
7701
7702 /*
7703 * ensure max(child_quota) <= parent_quota, inherit when no
7704 * limit is set
7705 */
7706 if (quota == RUNTIME_INF)
7707 quota = parent_quota;
7708 else if (parent_quota != RUNTIME_INF && quota > parent_quota)
7709 return -EINVAL;
7710 }
7711 cfs_b->hierarchal_quota = quota;
7712
7713 return 0;
7714}
7715
7716static int __cfs_schedulable(struct task_group *tg, u64 period, u64 quota)
7717{
Paul Turner82774342011-07-21 09:43:35 -07007718 int ret;
Paul Turnera790de92011-07-21 09:43:29 -07007719 struct cfs_schedulable_data data = {
7720 .tg = tg,
7721 .period = period,
7722 .quota = quota,
7723 };
7724
7725 if (quota != RUNTIME_INF) {
7726 do_div(data.period, NSEC_PER_USEC);
7727 do_div(data.quota, NSEC_PER_USEC);
7728 }
7729
Paul Turner82774342011-07-21 09:43:35 -07007730 rcu_read_lock();
7731 ret = walk_tg_tree(tg_cfs_schedulable_down, tg_nop, &data);
7732 rcu_read_unlock();
7733
7734 return ret;
Paul Turnera790de92011-07-21 09:43:29 -07007735}
Nikhil Raoe8da1b12011-07-21 09:43:40 -07007736
7737static int cpu_stats_show(struct cgroup *cgrp, struct cftype *cft,
7738 struct cgroup_map_cb *cb)
7739{
7740 struct task_group *tg = cgroup_tg(cgrp);
Peter Zijlstra029632f2011-10-25 10:00:11 +02007741 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth;
Nikhil Raoe8da1b12011-07-21 09:43:40 -07007742
7743 cb->fill(cb, "nr_periods", cfs_b->nr_periods);
7744 cb->fill(cb, "nr_throttled", cfs_b->nr_throttled);
7745 cb->fill(cb, "throttled_time", cfs_b->throttled_time);
7746
7747 return 0;
7748}
Paul Turnerab84d312011-07-21 09:43:28 -07007749#endif /* CONFIG_CFS_BANDWIDTH */
Dhaval Giani6d6bc0a2008-05-30 14:23:45 +02007750#endif /* CONFIG_FAIR_GROUP_SCHED */
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007751
Peter Zijlstra052f1dc2008-02-13 15:45:40 +01007752#ifdef CONFIG_RT_GROUP_SCHED
Mirco Tischler0c708142008-05-14 16:05:46 -07007753static int cpu_rt_runtime_write(struct cgroup *cgrp, struct cftype *cft,
Paul Menage06ecb272008-04-29 01:00:06 -07007754 s64 val)
Peter Zijlstra6f505b12008-01-25 21:08:30 +01007755{
Paul Menage06ecb272008-04-29 01:00:06 -07007756 return sched_group_set_rt_runtime(cgroup_tg(cgrp), val);
Peter Zijlstra6f505b12008-01-25 21:08:30 +01007757}
7758
Paul Menage06ecb272008-04-29 01:00:06 -07007759static s64 cpu_rt_runtime_read(struct cgroup *cgrp, struct cftype *cft)
Peter Zijlstra6f505b12008-01-25 21:08:30 +01007760{
Paul Menage06ecb272008-04-29 01:00:06 -07007761 return sched_group_rt_runtime(cgroup_tg(cgrp));
Peter Zijlstra6f505b12008-01-25 21:08:30 +01007762}
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02007763
7764static int cpu_rt_period_write_uint(struct cgroup *cgrp, struct cftype *cftype,
7765 u64 rt_period_us)
7766{
7767 return sched_group_set_rt_period(cgroup_tg(cgrp), rt_period_us);
7768}
7769
7770static u64 cpu_rt_period_read_uint(struct cgroup *cgrp, struct cftype *cft)
7771{
7772 return sched_group_rt_period(cgroup_tg(cgrp));
7773}
Dhaval Giani6d6bc0a2008-05-30 14:23:45 +02007774#endif /* CONFIG_RT_GROUP_SCHED */
Peter Zijlstra6f505b12008-01-25 21:08:30 +01007775
Paul Menagefe5c7cc2007-10-29 21:18:11 +01007776static struct cftype cpu_files[] = {
Peter Zijlstra052f1dc2008-02-13 15:45:40 +01007777#ifdef CONFIG_FAIR_GROUP_SCHED
Paul Menagefe5c7cc2007-10-29 21:18:11 +01007778 {
7779 .name = "shares",
Paul Menagef4c753b2008-04-29 00:59:56 -07007780 .read_u64 = cpu_shares_read_u64,
7781 .write_u64 = cpu_shares_write_u64,
Paul Menagefe5c7cc2007-10-29 21:18:11 +01007782 },
Peter Zijlstra052f1dc2008-02-13 15:45:40 +01007783#endif
Paul Turnerab84d312011-07-21 09:43:28 -07007784#ifdef CONFIG_CFS_BANDWIDTH
7785 {
7786 .name = "cfs_quota_us",
7787 .read_s64 = cpu_cfs_quota_read_s64,
7788 .write_s64 = cpu_cfs_quota_write_s64,
7789 },
7790 {
7791 .name = "cfs_period_us",
7792 .read_u64 = cpu_cfs_period_read_u64,
7793 .write_u64 = cpu_cfs_period_write_u64,
7794 },
Nikhil Raoe8da1b12011-07-21 09:43:40 -07007795 {
7796 .name = "stat",
7797 .read_map = cpu_stats_show,
7798 },
Paul Turnerab84d312011-07-21 09:43:28 -07007799#endif
Peter Zijlstra052f1dc2008-02-13 15:45:40 +01007800#ifdef CONFIG_RT_GROUP_SCHED
Peter Zijlstra6f505b12008-01-25 21:08:30 +01007801 {
Peter Zijlstra9f0c1e52008-02-13 15:45:39 +01007802 .name = "rt_runtime_us",
Paul Menage06ecb272008-04-29 01:00:06 -07007803 .read_s64 = cpu_rt_runtime_read,
7804 .write_s64 = cpu_rt_runtime_write,
Peter Zijlstra6f505b12008-01-25 21:08:30 +01007805 },
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02007806 {
7807 .name = "rt_period_us",
Paul Menagef4c753b2008-04-29 00:59:56 -07007808 .read_u64 = cpu_rt_period_read_uint,
7809 .write_u64 = cpu_rt_period_write_uint,
Peter Zijlstrad0b27fa2008-04-19 19:44:57 +02007810 },
Peter Zijlstra052f1dc2008-02-13 15:45:40 +01007811#endif
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007812};
7813
7814static int cpu_cgroup_populate(struct cgroup_subsys *ss, struct cgroup *cont)
7815{
Paul Menagefe5c7cc2007-10-29 21:18:11 +01007816 return cgroup_add_files(cont, ss, cpu_files, ARRAY_SIZE(cpu_files));
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007817}
7818
7819struct cgroup_subsys cpu_cgroup_subsys = {
Ingo Molnar38605ca2007-10-29 21:18:11 +01007820 .name = "cpu",
7821 .create = cpu_cgroup_create,
7822 .destroy = cpu_cgroup_destroy,
Ben Blumf780bdb2011-05-26 16:25:19 -07007823 .can_attach_task = cpu_cgroup_can_attach_task,
7824 .attach_task = cpu_cgroup_attach_task,
Peter Zijlstra068c5cc2011-01-19 12:26:11 +01007825 .exit = cpu_cgroup_exit,
Ingo Molnar38605ca2007-10-29 21:18:11 +01007826 .populate = cpu_cgroup_populate,
7827 .subsys_id = cpu_cgroup_subsys_id,
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -07007828 .early_init = 1,
7829};
7830
Peter Zijlstra052f1dc2008-02-13 15:45:40 +01007831#endif /* CONFIG_CGROUP_SCHED */
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01007832
7833#ifdef CONFIG_CGROUP_CPUACCT
7834
7835/*
7836 * CPU accounting code for task groups.
7837 *
7838 * Based on the work by Paul Menage (menage@google.com) and Balbir Singh
7839 * (balbir@in.ibm.com).
7840 */
7841
Bharata B Rao934352f2008-11-10 20:41:13 +05307842/* track cpu usage of a group of tasks and its child groups */
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01007843struct cpuacct {
7844 struct cgroup_subsys_state css;
7845 /* cpuusage holds pointer to a u64-type object on every cpu */
Tejun Heo43cf38e2010-02-02 14:38:57 +09007846 u64 __percpu *cpuusage;
Bharata B Raoef12fef2009-03-31 10:02:22 +05307847 struct percpu_counter cpustat[CPUACCT_STAT_NSTATS];
Bharata B Rao934352f2008-11-10 20:41:13 +05307848 struct cpuacct *parent;
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01007849};
7850
7851struct cgroup_subsys cpuacct_subsys;
7852
7853/* return cpu accounting group corresponding to this container */
Dhaval Giani32cd7562008-02-29 10:02:43 +05307854static inline struct cpuacct *cgroup_ca(struct cgroup *cgrp)
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01007855{
Dhaval Giani32cd7562008-02-29 10:02:43 +05307856 return container_of(cgroup_subsys_state(cgrp, cpuacct_subsys_id),
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01007857 struct cpuacct, css);
7858}
7859
7860/* return cpu accounting group to which this task belongs */
7861static inline struct cpuacct *task_ca(struct task_struct *tsk)
7862{
7863 return container_of(task_subsys_state(tsk, cpuacct_subsys_id),
7864 struct cpuacct, css);
7865}
7866
7867/* create a new cpu accounting group */
7868static struct cgroup_subsys_state *cpuacct_create(
Dhaval Giani32cd7562008-02-29 10:02:43 +05307869 struct cgroup_subsys *ss, struct cgroup *cgrp)
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01007870{
7871 struct cpuacct *ca = kzalloc(sizeof(*ca), GFP_KERNEL);
Bharata B Raoef12fef2009-03-31 10:02:22 +05307872 int i;
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01007873
7874 if (!ca)
Bharata B Raoef12fef2009-03-31 10:02:22 +05307875 goto out;
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01007876
7877 ca->cpuusage = alloc_percpu(u64);
Bharata B Raoef12fef2009-03-31 10:02:22 +05307878 if (!ca->cpuusage)
7879 goto out_free_ca;
7880
7881 for (i = 0; i < CPUACCT_STAT_NSTATS; i++)
7882 if (percpu_counter_init(&ca->cpustat[i], 0))
7883 goto out_free_counters;
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01007884
Bharata B Rao934352f2008-11-10 20:41:13 +05307885 if (cgrp->parent)
7886 ca->parent = cgroup_ca(cgrp->parent);
7887
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01007888 return &ca->css;
Bharata B Raoef12fef2009-03-31 10:02:22 +05307889
7890out_free_counters:
7891 while (--i >= 0)
7892 percpu_counter_destroy(&ca->cpustat[i]);
7893 free_percpu(ca->cpuusage);
7894out_free_ca:
7895 kfree(ca);
7896out:
7897 return ERR_PTR(-ENOMEM);
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01007898}
7899
7900/* destroy an existing cpu accounting group */
Ingo Molnar41a2d6c2007-12-05 15:46:09 +01007901static void
Dhaval Giani32cd7562008-02-29 10:02:43 +05307902cpuacct_destroy(struct cgroup_subsys *ss, struct cgroup *cgrp)
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01007903{
Dhaval Giani32cd7562008-02-29 10:02:43 +05307904 struct cpuacct *ca = cgroup_ca(cgrp);
Bharata B Raoef12fef2009-03-31 10:02:22 +05307905 int i;
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01007906
Bharata B Raoef12fef2009-03-31 10:02:22 +05307907 for (i = 0; i < CPUACCT_STAT_NSTATS; i++)
7908 percpu_counter_destroy(&ca->cpustat[i]);
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01007909 free_percpu(ca->cpuusage);
7910 kfree(ca);
7911}
7912
Ken Chen720f5492008-12-15 22:02:01 -08007913static u64 cpuacct_cpuusage_read(struct cpuacct *ca, int cpu)
7914{
Rusty Russellb36128c2009-02-20 16:29:08 +09007915 u64 *cpuusage = per_cpu_ptr(ca->cpuusage, cpu);
Ken Chen720f5492008-12-15 22:02:01 -08007916 u64 data;
7917
7918#ifndef CONFIG_64BIT
7919 /*
7920 * Take rq->lock to make 64-bit read safe on 32-bit platforms.
7921 */
Thomas Gleixner05fa7852009-11-17 14:28:38 +01007922 raw_spin_lock_irq(&cpu_rq(cpu)->lock);
Ken Chen720f5492008-12-15 22:02:01 -08007923 data = *cpuusage;
Thomas Gleixner05fa7852009-11-17 14:28:38 +01007924 raw_spin_unlock_irq(&cpu_rq(cpu)->lock);
Ken Chen720f5492008-12-15 22:02:01 -08007925#else
7926 data = *cpuusage;
7927#endif
7928
7929 return data;
7930}
7931
7932static void cpuacct_cpuusage_write(struct cpuacct *ca, int cpu, u64 val)
7933{
Rusty Russellb36128c2009-02-20 16:29:08 +09007934 u64 *cpuusage = per_cpu_ptr(ca->cpuusage, cpu);
Ken Chen720f5492008-12-15 22:02:01 -08007935
7936#ifndef CONFIG_64BIT
7937 /*
7938 * Take rq->lock to make 64-bit write safe on 32-bit platforms.
7939 */
Thomas Gleixner05fa7852009-11-17 14:28:38 +01007940 raw_spin_lock_irq(&cpu_rq(cpu)->lock);
Ken Chen720f5492008-12-15 22:02:01 -08007941 *cpuusage = val;
Thomas Gleixner05fa7852009-11-17 14:28:38 +01007942 raw_spin_unlock_irq(&cpu_rq(cpu)->lock);
Ken Chen720f5492008-12-15 22:02:01 -08007943#else
7944 *cpuusage = val;
7945#endif
7946}
7947
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01007948/* return total cpu usage (in nanoseconds) of a group */
Dhaval Giani32cd7562008-02-29 10:02:43 +05307949static u64 cpuusage_read(struct cgroup *cgrp, struct cftype *cft)
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01007950{
Dhaval Giani32cd7562008-02-29 10:02:43 +05307951 struct cpuacct *ca = cgroup_ca(cgrp);
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01007952 u64 totalcpuusage = 0;
7953 int i;
7954
Ken Chen720f5492008-12-15 22:02:01 -08007955 for_each_present_cpu(i)
7956 totalcpuusage += cpuacct_cpuusage_read(ca, i);
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01007957
7958 return totalcpuusage;
7959}
7960
Dhaval Giani0297b802008-02-29 10:02:44 +05307961static int cpuusage_write(struct cgroup *cgrp, struct cftype *cftype,
7962 u64 reset)
7963{
7964 struct cpuacct *ca = cgroup_ca(cgrp);
7965 int err = 0;
7966 int i;
7967
7968 if (reset) {
7969 err = -EINVAL;
7970 goto out;
7971 }
7972
Ken Chen720f5492008-12-15 22:02:01 -08007973 for_each_present_cpu(i)
7974 cpuacct_cpuusage_write(ca, i, 0);
Dhaval Giani0297b802008-02-29 10:02:44 +05307975
Dhaval Giani0297b802008-02-29 10:02:44 +05307976out:
7977 return err;
7978}
7979
Ken Chene9515c32008-12-15 22:04:15 -08007980static int cpuacct_percpu_seq_read(struct cgroup *cgroup, struct cftype *cft,
7981 struct seq_file *m)
7982{
7983 struct cpuacct *ca = cgroup_ca(cgroup);
7984 u64 percpu;
7985 int i;
7986
7987 for_each_present_cpu(i) {
7988 percpu = cpuacct_cpuusage_read(ca, i);
7989 seq_printf(m, "%llu ", (unsigned long long) percpu);
7990 }
7991 seq_printf(m, "\n");
7992 return 0;
7993}
7994
Bharata B Raoef12fef2009-03-31 10:02:22 +05307995static const char *cpuacct_stat_desc[] = {
7996 [CPUACCT_STAT_USER] = "user",
7997 [CPUACCT_STAT_SYSTEM] = "system",
7998};
7999
8000static int cpuacct_stats_show(struct cgroup *cgrp, struct cftype *cft,
8001 struct cgroup_map_cb *cb)
8002{
8003 struct cpuacct *ca = cgroup_ca(cgrp);
8004 int i;
8005
8006 for (i = 0; i < CPUACCT_STAT_NSTATS; i++) {
8007 s64 val = percpu_counter_read(&ca->cpustat[i]);
8008 val = cputime64_to_clock_t(val);
8009 cb->fill(cb, cpuacct_stat_desc[i], val);
8010 }
8011 return 0;
8012}
8013
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01008014static struct cftype files[] = {
8015 {
8016 .name = "usage",
Paul Menagef4c753b2008-04-29 00:59:56 -07008017 .read_u64 = cpuusage_read,
8018 .write_u64 = cpuusage_write,
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01008019 },
Ken Chene9515c32008-12-15 22:04:15 -08008020 {
8021 .name = "usage_percpu",
8022 .read_seq_string = cpuacct_percpu_seq_read,
8023 },
Bharata B Raoef12fef2009-03-31 10:02:22 +05308024 {
8025 .name = "stat",
8026 .read_map = cpuacct_stats_show,
8027 },
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01008028};
8029
Dhaval Giani32cd7562008-02-29 10:02:43 +05308030static int cpuacct_populate(struct cgroup_subsys *ss, struct cgroup *cgrp)
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01008031{
Dhaval Giani32cd7562008-02-29 10:02:43 +05308032 return cgroup_add_files(cgrp, ss, files, ARRAY_SIZE(files));
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01008033}
8034
8035/*
8036 * charge this task's execution time to its accounting group.
8037 *
8038 * called with rq->lock held.
8039 */
Peter Zijlstra029632f2011-10-25 10:00:11 +02008040void cpuacct_charge(struct task_struct *tsk, u64 cputime)
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01008041{
8042 struct cpuacct *ca;
Bharata B Rao934352f2008-11-10 20:41:13 +05308043 int cpu;
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01008044
Li Zefanc40c6f82009-02-26 15:40:15 +08008045 if (unlikely(!cpuacct_subsys.active))
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01008046 return;
8047
Bharata B Rao934352f2008-11-10 20:41:13 +05308048 cpu = task_cpu(tsk);
Bharata B Raoa18b83b2009-03-23 10:02:53 +05308049
8050 rcu_read_lock();
8051
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01008052 ca = task_ca(tsk);
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01008053
Bharata B Rao934352f2008-11-10 20:41:13 +05308054 for (; ca; ca = ca->parent) {
Rusty Russellb36128c2009-02-20 16:29:08 +09008055 u64 *cpuusage = per_cpu_ptr(ca->cpuusage, cpu);
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01008056 *cpuusage += cputime;
8057 }
Bharata B Raoa18b83b2009-03-23 10:02:53 +05308058
8059 rcu_read_unlock();
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01008060}
8061
Bharata B Raoef12fef2009-03-31 10:02:22 +05308062/*
Anton Blanchardfa535a72010-02-02 14:46:13 -08008063 * When CONFIG_VIRT_CPU_ACCOUNTING is enabled one jiffy can be very large
8064 * in cputime_t units. As a result, cpuacct_update_stats calls
8065 * percpu_counter_add with values large enough to always overflow the
8066 * per cpu batch limit causing bad SMP scalability.
8067 *
8068 * To fix this we scale percpu_counter_batch by cputime_one_jiffy so we
8069 * batch the same amount of time with CONFIG_VIRT_CPU_ACCOUNTING disabled
8070 * and enabled. We cap it at INT_MAX which is the largest allowed batch value.
8071 */
8072#ifdef CONFIG_SMP
8073#define CPUACCT_BATCH \
8074 min_t(long, percpu_counter_batch * cputime_one_jiffy, INT_MAX)
8075#else
8076#define CPUACCT_BATCH 0
8077#endif
8078
8079/*
Bharata B Raoef12fef2009-03-31 10:02:22 +05308080 * Charge the system/user time to the task's accounting group.
8081 */
Peter Zijlstra029632f2011-10-25 10:00:11 +02008082void cpuacct_update_stats(struct task_struct *tsk,
Bharata B Raoef12fef2009-03-31 10:02:22 +05308083 enum cpuacct_stat_index idx, cputime_t val)
8084{
8085 struct cpuacct *ca;
Anton Blanchardfa535a72010-02-02 14:46:13 -08008086 int batch = CPUACCT_BATCH;
Bharata B Raoef12fef2009-03-31 10:02:22 +05308087
8088 if (unlikely(!cpuacct_subsys.active))
8089 return;
8090
8091 rcu_read_lock();
8092 ca = task_ca(tsk);
8093
8094 do {
Anton Blanchardfa535a72010-02-02 14:46:13 -08008095 __percpu_counter_add(&ca->cpustat[idx], val, batch);
Bharata B Raoef12fef2009-03-31 10:02:22 +05308096 ca = ca->parent;
8097 } while (ca);
8098 rcu_read_unlock();
8099}
8100
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +01008101struct cgroup_subsys cpuacct_subsys = {
8102 .name = "cpuacct",
8103 .create = cpuacct_create,
8104 .destroy = cpuacct_destroy,
8105 .populate = cpuacct_populate,
8106 .subsys_id = cpuacct_subsys_id,
8107};
8108#endif /* CONFIG_CGROUP_CPUACCT */