Home
last modified time | relevance | path

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

/linux/fs/
A Dbinfmt_elf_fdpic.c1368 struct elf_thread_status struct
1370 struct elf_thread_status *next; argument
1382 static struct elf_thread_status *elf_dump_thread_status(long signr, struct task_struct *p, int *sz) in elf_dump_thread_status() argument
1385 struct elf_thread_status *t; in elf_dump_thread_status()
1388 t = kzalloc(sizeof(struct elf_thread_status), GFP_KERNEL); in elf_dump_thread_status()
1474 struct elf_thread_status *thread_list = NULL; in elf_fdpic_core_dump()
1482 struct elf_thread_status *tmp; in elf_fdpic_core_dump()
A Dbinfmt_elf.c1958 struct elf_thread_status struct
1973 static int elf_dump_thread_status(long signr, struct elf_thread_status *t) in elf_dump_thread_status() argument
2035 struct elf_thread_status *ets; in fill_note_info()
2109 struct elf_thread_status *ets; in write_note_info()
2131 kfree(list_entry(tmp, struct elf_thread_status, list)); in free_note_info()

Completed in 10 milliseconds