Home
last modified time | relevance | path

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

/linux/fs/
H A Dbinfmt_elf_fdpic.c1380 struct elf_thread_status struct
1382 struct elf_thread_status *next; argument
1394 static struct elf_thread_status *elf_dump_thread_status(long signr, struct task_struct *p, int *sz) in elf_dump_thread_status() argument
1397 struct elf_thread_status *t; in elf_dump_thread_status()
1400 t = kzalloc_obj(struct elf_thread_status); in elf_dump_thread_status()
1484 struct elf_thread_status *thread_list = NULL; in elf_fdpic_core_dump()
1492 struct elf_thread_status *tmp; in elf_fdpic_core_dump()