Searched refs:thread_group (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/scripts/gdb/linux/
H A Dtasks.py31 t = utils.container_of(t['thread_group']['next'],
32 task_ptr_type, "thread_group")
/linux-4.1.27/include/linux/
H A Dinit_task.h246 .thread_group = LIST_HEAD_INIT(tsk.thread_group), \
H A Dsched.h1425 struct list_head thread_group; member in struct:task_struct
2593 return list_entry_rcu(p->thread_group.next, next_thread()
2594 struct task_struct, thread_group); next_thread()
2599 return list_empty(&p->thread_group); thread_group_empty()
/linux-4.1.27/kernel/sched/
H A Dauto_group.c119 * autogroup_move_group() can see us on ->thread_group list. task_wants_autogroup()
/linux-4.1.27/kernel/
H A Dfork.c1515 INIT_LIST_HEAD(&p->thread_group); copy_process()
1581 list_add_tail_rcu(&p->thread_group, copy_process()
1582 &p->group_leader->thread_group); copy_process()
H A Dexit.c76 list_del_rcu(&p->thread_group); __unhash_process()
/linux-4.1.27/fs/
H A Dcoredump.c350 * and already unhashed and thus removed from ->thread_group. zap_threads()

Completed in 104 milliseconds