#include <linux/rcupdate.h>
#include <linux/irqflags.h>
#include <linux/utsname.h>
#include <linux/lockdep.h>
#include <linux/ftrace.h>
#include <linux/ipc.h>
#include <linux/pid_namespace.h>
#include <linux/user_namespace.h>
#include <linux/securebits.h>
#include <net/net_namespace.h>
Go to the source code of this file.
#define __init_task_data __attribute__((__section__(".data..init_task"))) |
#define INIT_CGROUP_SCHED |
( |
|
tsk | ) |
|
#define INIT_CPU_TIMERS |
( |
|
cpu_timers | ) |
|
Value:{ \
LIST_HEAD_INIT(cpu_timers[0]), \
LIST_HEAD_INIT(cpu_timers[1]), \
LIST_HEAD_INIT(cpu_timers[2]), \
}
Definition at line 216 of file init_task.h.
#define INIT_GROUP_RWSEM |
( |
|
sig | ) |
|
#define INIT_PERF_EVENTS |
( |
|
tsk | ) |
|
#define INIT_PID_LINK |
( |
|
type | ) |
|
#define INIT_PUSHABLE_TASKS |
( |
|
tsk | ) |
|
#define INIT_SIGHAND |
( |
|
sighand | ) |
|
Value:{ \
.action = { { { .sa_handler =
SIG_DFL, } }, }, \
}
Definition at line 60 of file init_task.h.
#define INIT_SIGNALS |
( |
|
sig | ) |
|
Value:{ \
.nr_threads = 1, \
.shared_pending = { \
.signal = {{0}}}, \
.cputimer = { \
.running = 0, \
}, \
.cred_guard_mutex = \
__MUTEX_INITIALIZER(
sig.cred_guard_mutex), \
}
Definition at line 39 of file init_task.h.
Value:{ \
.tasks = { \
}, \
.level = 0, \
.numbers = { { \
.nr = 0, \
.pid_chain = { .next =
NULL, .pprev =
NULL }, \
}, } \
}
Definition at line 69 of file init_task.h.
#define INIT_TASK_COMM "swapper" |
#define INIT_TASK_RCU_BOOST |
( |
| ) |
|
#define INIT_TASK_RCU_PREEMPT |
( |
|
tsk | ) |
|
#define INIT_TASK_RCU_TREE_PREEMPT |
( |
|
tsk | ) |
|
struct task_group root_task_group |