Go to the source code of this file.
|
void | put_pid (struct pid *pid) |
|
struct task_struct * | pid_task (struct pid *pid, enum pid_type) |
|
struct task_struct * | get_pid_task (struct pid *pid, enum pid_type) |
|
struct pid * | get_task_pid (struct task_struct *task, enum pid_type type) |
|
void | attach_pid (struct task_struct *task, enum pid_type type, struct pid *pid) |
|
void | detach_pid (struct task_struct *task, enum pid_type) |
|
void | change_pid (struct task_struct *task, enum pid_type, struct pid *pid) |
|
void | transfer_pid (struct task_struct *old, struct task_struct *new, enum pid_type) |
|
struct pid * | find_pid_ns (int nr, struct pid_namespace *ns) |
|
struct pid * | find_vpid (int nr) |
|
struct pid * | find_get_pid (int nr) |
|
struct pid * | find_ge_pid (int nr, struct pid_namespace *) |
|
int | next_pidmap (struct pid_namespace *pid_ns, unsigned int last) |
|
struct pid * | alloc_pid (struct pid_namespace *ns) |
|
void | free_pid (struct pid *pid) |
|
pid_t | pid_nr_ns (struct pid *pid, struct pid_namespace *ns) |
|
pid_t | pid_vnr (struct pid *pid) |
|
Value:
hlist_for_each_entry_rcu((
task), pos___, \
Definition at line 176 of file pid.h.
Value:
Definition at line 193 of file pid.h.
Value:
Definition at line 187 of file pid.h.
Value:
Definition at line 198 of file pid.h.
- Enumerator:
PIDTYPE_PID |
|
PIDTYPE_PGID |
|
PIDTYPE_SID |
|
PIDTYPE_MAX |
|
Definition at line 6 of file pid.h.
Definition at line 71 of file pid.c.
Definition at line 44 of file pid.c.