Searched refs:group_leader (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dasm-offsets.c31 DEFINE(TASK_GROUP_LEADER, offsetof(struct task_struct, group_leader));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsys.c1437 struct task_struct *group_leader = current->group_leader; local
1441 pid = group_leader->pid;
1461 if (p->real_parent == group_leader) {
1463 if (task_session(p) != task_session(group_leader))
1470 if (p != group_leader)
1482 if (!g || task_session(g) != task_session(group_leader))
1559 struct task_struct *group_leader = current->group_leader; local
1566 if (group_leader
[all...]
H A Dfork.c888 task_lock(current->group_leader);
890 task_unlock(current->group_leader);
1181 p->group_leader = p;
1235 p->group_leader = current->group_leader;
1236 list_add_tail_rcu(&p->thread_group, &p->group_leader->thread_group);
H A Dacct.c452 run_time -= (u64)current->group_leader->start_time.tv_sec * NSEC_PER_SEC
453 + current->group_leader->start_time.tv_nsec;
H A Dexit.c171 leader = p->group_leader;
309 struct task_struct *curr = current->group_leader;
642 if (p->real_parent->group_leader == father->group_leader)
H A Dposix-timers.c318 leader = timr->it_process->group_leader;
379 struct task_struct *rtn = current->group_leader;
544 process = current->group_leader;
H A Dsignal.c1411 (tsk->group_leader != tsk || !thread_group_empty(tsk)));
1473 tsk = tsk->group_leader;
H A Dsched.c2414 struct sched_group *group_min = NULL, *group_leader = NULL; local
2564 first_cpu(group_leader->cpumask))) {
2565 group_leader = group;
2688 if (this == group_leader && group_leader != group_min) {
H A Dposix-cpu-timers.c222 * Sample a process (thread group) clock for the given group_leader task.
261 * Sample a process (thread group) clock for the given group_leader task.
363 p = current->group_leader;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinit_task.h144 .group_leader = &tsk, \
H A Dsched.h537 * getrlimit/setrlimit use task_lock(current->group_leader) to
1026 struct task_struct *group_leader; /* threadgroup leader */ member in struct:task_struct
1273 return task->group_leader->pids[PIDTYPE_PID].pid;
1278 return task->group_leader->pids[PIDTYPE_PGID].pid;
1283 return task->group_leader->pids[PIDTYPE_SID].pid;
1665 #define thread_group_leader(p) (p == p->group_leader)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dexec.c633 if (unlikely(tsk->group_leader == child_reaper(tsk)))
681 leader = tsk->group_leader;
720 tsk->group_leader = tsk;
721 leader->group_leader = tsk;
1427 if (g == tsk->group_leader)
H A Dbinfmt_elf.c1589 fill_psinfo(psinfo, current->group_leader, current->mm);
H A Dbinfmt_elf_fdpic.c1651 fill_psinfo(psinfo, current->group_leader, current->mm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dfs.c612 task_lock(current->group_leader);
615 task_unlock(current->group_leader);
621 task_unlock(current->group_leader);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dasm-offsets.c45 DEFINE(IA64_TASK_GROUP_LEADER_OFFSET, offsetof (struct task_struct, group_leader));
H A Dmca.c1676 p->parent = p->real_parent = p->group_leader = p;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsysirix.c131 task_lock(current->group_leader);
134 task_unlock(current->group_leader);
138 task_lock(current->group_leader);
141 task_unlock(current->group_leader);
145 task_unlock(current->group_leader);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dbase.c2465 if (pos && (pos->group_leader == leader))
2539 leader = task->group_leader;

Completed in 223 milliseconds