Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dbinfmt_elf_fdpic.c1406 struct elf_thread_status struct
1424 static int elf_dump_thread_status(long signr, struct elf_thread_status *t) in elf_dump_thread_status() argument
1557 struct elf_thread_status *tmp; in elf_fdpic_core_dump()
1604 struct elf_thread_status *tmp; in elf_fdpic_core_dump()
1607 tmp = list_entry(t, struct elf_thread_status, list); in elf_fdpic_core_dump()
1742 struct elf_thread_status *tmp = in elf_fdpic_core_dump()
1743 list_entry(t, struct elf_thread_status, list); in elf_fdpic_core_dump()
1778 kfree(list_entry(tmp, struct elf_thread_status, list)); in elf_fdpic_core_dump()
Dbinfmt_elf.c1842 struct elf_thread_status struct
1860 static int elf_dump_thread_status(long signr, struct elf_thread_status *t) in elf_dump_thread_status() argument
1940 struct elf_thread_status *ets; in fill_note_info()
1958 ets = list_entry(t, struct elf_thread_status, list); in fill_note_info()
2031 struct elf_thread_status *tmp = in write_note_info()
2032 list_entry(t, struct elf_thread_status, list); in write_note_info()
2047 kfree(list_entry(tmp, struct elf_thread_status, list)); in free_note_info()