Home
last modified time | relevance | path

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

/linux-6.14.4/fs/
Dbinfmt_elf_fdpic.c1370 struct elf_thread_status struct
1372 struct elf_thread_status *next; argument
1384 static struct elf_thread_status *elf_dump_thread_status(long signr, struct task_struct *p, int *sz) in elf_dump_thread_status() argument
1387 struct elf_thread_status *t; in elf_dump_thread_status()
1390 t = kzalloc(sizeof(struct elf_thread_status), GFP_KERNEL); in elf_dump_thread_status()
1476 struct elf_thread_status *thread_list = NULL; in elf_fdpic_core_dump()
1484 struct elf_thread_status *tmp; in elf_fdpic_core_dump()