Root/
1 | #ifdef CONFIG_SCHED_AUTOGROUP |
2 | |
3 | struct autogroup { |
4 | struct kref kref; |
5 | struct task_group *tg; |
6 | struct rw_semaphore lock; |
7 | unsigned long id; |
8 | int nice; |
9 | }; |
10 | |
11 | static inline struct task_group * |
12 | autogroup_task_group(struct task_struct *p, struct task_group *tg); |
13 | |
14 | #else /* !CONFIG_SCHED_AUTOGROUP */ |
15 | |
16 | static inline void autogroup_init(struct task_struct *init_task) { } |
17 | static inline void autogroup_free(struct task_group *tg) { } |
18 | static inline bool task_group_is_autogroup(struct task_group *tg) |
19 | { |
20 | return 0; |
21 | } |
22 | |
23 | static inline struct task_group * |
24 | autogroup_task_group(struct task_struct *p, struct task_group *tg) |
25 | { |
26 | return tg; |
27 | } |
28 | |
29 | #ifdef CONFIG_SCHED_DEBUG |
30 | static inline int autogroup_path(struct task_group *tg, char *buf, int buflen) |
31 | { |
32 | return 0; |
33 | } |
34 | #endif |
35 | |
36 | #endif /* CONFIG_SCHED_AUTOGROUP */ |
37 |
Branches:
ben-wpan
ben-wpan-stefan
javiroman/ks7010
jz-2.6.34
jz-2.6.34-rc5
jz-2.6.34-rc6
jz-2.6.34-rc7
jz-2.6.35
jz-2.6.36
jz-2.6.37
jz-2.6.38
jz-2.6.39
jz-3.0
jz-3.1
jz-3.11
jz-3.12
jz-3.13
jz-3.15
jz-3.16
jz-3.18-dt
jz-3.2
jz-3.3
jz-3.4
jz-3.5
jz-3.6
jz-3.6-rc2-pwm
jz-3.9
jz-3.9-clk
jz-3.9-rc8
jz47xx
jz47xx-2.6.38
master
Tags:
od-2011-09-04
od-2011-09-18
v2.6.34-rc5
v2.6.34-rc6
v2.6.34-rc7
v3.9