Lines Matching refs:thread
1388 struct elf_thread_core_info *thread; member
1495 info->thread = NULL; in fill_note_info()
1538 if (ct->task == dump_task || !info->thread) { in fill_note_info()
1539 t->next = info->thread; in fill_note_info()
1540 info->thread = t; in fill_note_info()
1546 t->next = info->thread->next; in fill_note_info()
1547 info->thread->next = t; in fill_note_info()
1554 for (t = info->thread; t != NULL; t = t->next) in fill_note_info()
1583 struct elf_thread_core_info *t = info->thread; in write_note_info()
1610 struct elf_thread_core_info *threads = info->thread; in free_note_info()
1631 struct task_struct *thread; member
1647 struct task_struct *p = t->thread; in elf_dump_thread_status()
1735 ets->thread = ct->task; in fill_note_info()