Venkatesh Pallipadi
6cdd5199da
sched: Add a PF flag for ksoftirqd identification
...
To account softirq time cleanly in scheduler, we need to identify whether
softirq is invoked in ksoftirqd context or softirq at hardirq tail context.
Add PF_KSOFTIRQD for that purpose.
As all PF flag bits are currently taken, create space by moving one of the
infrequently used bits (PF_THREAD_BOUND) down in task_struct to be along
with some other state fields.
Signed-off-by: Venkatesh Pallipadi <venki@google.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1286237003-12406-4-git-send-email-venki@google.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2010-10-18 20:52:22 +02:00
..
2010-09-08 11:13:42 -07:00
2010-09-09 18:57:23 -07:00
2010-07-29 13:24:57 +02:00
2010-09-11 15:50:53 -07:00
2010-08-13 12:03:24 -07:00
2010-10-12 12:06:43 -04:00
2010-08-09 16:48:42 -04:00
2010-07-14 11:29:46 +02:00
2010-07-28 10:18:55 -04:00
2010-08-12 14:23:04 -07:00
2010-08-10 11:39:13 -07:00
2010-07-28 09:58:19 -04:00
2010-07-28 09:58:17 -04:00
2010-08-11 00:28:20 -04:00
2010-09-09 18:57:23 -07:00
2010-09-14 16:08:45 -07:00
2010-08-06 09:39:22 -07:00
2010-08-12 09:51:35 -07:00
2010-07-19 11:54:15 +01:00
2010-08-09 20:45:05 -07:00
2010-08-17 18:07:43 -07:00
2010-09-22 17:22:39 -07:00
2010-06-30 15:43:44 -07:00
2010-09-09 18:57:24 -07:00
2010-09-05 14:36:58 +02:00
2010-09-17 04:42:59 +02:00
2010-08-11 08:59:22 -07:00
2010-10-01 10:50:58 -07:00
2010-08-17 18:07:43 -07:00
2010-06-29 10:07:09 +02:00
2010-06-09 10:34:49 +02:00
2010-08-10 11:39:13 -07:00
2010-10-05 11:29:27 -07:00
2010-09-03 08:19:51 +02:00
2010-08-04 15:23:14 -07:00
2010-08-11 08:59:22 -07:00
2010-08-11 23:04:20 +09:30
2010-10-12 11:45:01 +02:00
2010-08-11 08:59:20 -07:00
2010-09-11 00:53:05 +02:00
2010-08-10 12:07:51 -07:00
2010-07-23 15:08:12 +02:00
2010-08-09 20:45:06 -07:00
2010-08-11 08:59:19 -07:00
2010-08-09 20:45:06 -07:00
2010-06-14 16:37:26 -07:00
2010-06-14 16:37:26 -07:00
2010-06-09 10:34:49 +02:00
2010-06-14 16:37:26 -07:00
2010-06-09 10:34:49 +02:00
2010-07-17 12:06:22 +02:00
2010-07-17 12:06:22 +02:00
2010-07-21 21:46:12 +02:00
2010-10-18 20:52:19 +02:00
2010-10-18 18:41:56 +02:00
2010-06-18 10:46:56 +02:00
2010-10-18 18:41:58 +02:00
2010-10-18 20:52:20 +02:00
2010-10-07 09:41:25 +02:00
2010-09-10 16:48:40 +02:00
2010-10-18 20:52:22 +02:00
2010-10-18 18:41:58 +02:00
2010-07-28 09:58:55 -04:00
2010-08-31 17:00:18 -07:00
2010-10-07 13:31:21 -07:00
2010-07-27 12:40:54 +02:00
2010-08-10 15:33:09 -07:00
2010-06-16 14:55:34 -07:00
2010-09-01 10:02:28 +02:00
2010-06-29 10:07:14 +02:00
2010-09-13 10:26:52 +02:00