Lines Matching refs:thread
1445 struct elf_thread_core_info *thread; member
1536 info->thread = NULL; in fill_note_info()
1579 if (ct->task == dump_task || !info->thread) { in fill_note_info()
1580 t->next = info->thread; in fill_note_info()
1581 info->thread = t; in fill_note_info()
1587 t->next = info->thread->next; in fill_note_info()
1588 info->thread->next = t; in fill_note_info()
1595 for (t = info->thread; t != NULL; t = t->next) in fill_note_info()
1624 struct elf_thread_core_info *t = info->thread; in write_note_info()
1651 struct elf_thread_core_info *threads = info->thread; in free_note_info()
1672 struct task_struct *thread; member
1688 struct task_struct *p = t->thread; in elf_dump_thread_status()
1777 ets->thread = ct->task; in fill_note_info()