Home
last modified time | relevance | path

Searched refs:ct (Results 1 – 2 of 2) sorted by relevance

/fs/
Dbinfmt_elf.c1532 struct core_thread *ct; in fill_note_info() local
1571 for (ct = &dump_task->mm->core_state->dumper; ct; ct = ct->next) { in fill_note_info()
1578 t->task = ct->task; in fill_note_info()
1579 if (ct->task == dump_task || !info->thread) { in fill_note_info()
1768 struct core_thread *ct; in fill_note_info() local
1771 for (ct = current->mm->core_state->dumper.next; in fill_note_info()
1772 ct; ct = ct->next) { in fill_note_info()
1777 ets->thread = ct->task; in fill_note_info()
Dbinfmt_elf_fdpic.c1648 struct core_thread *ct; in elf_fdpic_core_dump() local
1651 for (ct = current->mm->core_state->dumper.next; in elf_fdpic_core_dump()
1652 ct; ct = ct->next) { in elf_fdpic_core_dump()
1657 tmp->thread = ct->task; in elf_fdpic_core_dump()