Searched refs:elf_thread_status (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | binfmt_elf_fdpic.c | 1448 struct elf_thread_status struct 1466 static int elf_dump_thread_status(long signr, struct elf_thread_status *t) in elf_dump_thread_status() argument 1649 struct elf_thread_status *tmp; in elf_fdpic_core_dump() 1662 struct elf_thread_status *tmp; in elf_fdpic_core_dump() 1665 tmp = list_entry(t, struct elf_thread_status, list); in elf_fdpic_core_dump() 1784 struct elf_thread_status *tmp = in elf_fdpic_core_dump() 1785 list_entry(t, struct elf_thread_status, list); in elf_fdpic_core_dump() 1815 kfree(list_entry(tmp, struct elf_thread_status, list)); in elf_fdpic_core_dump()
|
D | binfmt_elf.c | 1667 struct elf_thread_status struct 1685 static int elf_dump_thread_status(long signr, struct elf_thread_status *t) in elf_dump_thread_status() argument 1769 struct elf_thread_status *ets; in fill_note_info() 1784 ets = list_entry(t, struct elf_thread_status, list); in fill_note_info() 1855 struct elf_thread_status *tmp = in write_note_info() 1856 list_entry(t, struct elf_thread_status, list); in write_note_info() 1871 kfree(list_entry(tmp, struct elf_thread_status, list)); in free_note_info()
|