Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/
A Dbinfmt_elf_fdpic.c1475 struct elf_thread_status *thread_list = NULL; in elf_fdpic_core_dump() local
1500 tmp->next = thread_list; in elf_fdpic_core_dump()
1501 thread_list = tmp; in elf_fdpic_core_dump()
1509 tmp->next = thread_list; in elf_fdpic_core_dump()
1510 thread_list = tmp; in elf_fdpic_core_dump()
1608 if (!writenote(thread_list->notes, cprm)) in elf_fdpic_core_dump()
1614 for (i = 1; i < thread_list->num_notes; i++) in elf_fdpic_core_dump()
1615 if (!writenote(thread_list->notes + i, cprm)) in elf_fdpic_core_dump()
1646 while (thread_list) { in elf_fdpic_core_dump()
1647 tmp = thread_list; in elf_fdpic_core_dump()
[all …]
/linux-6.3-rc2/arch/powerpc/kernel/
A Dsmp.c109 unsigned int thread_list[MAX_THREAD_LIST_SIZE]; member
825 u32 *thread_list; in parse_thread_groups() local
844 thread_list = &thread_group_array[i + 3]; in parse_thread_groups()
847 tg->thread_list[j] = thread_list[j]; in parse_thread_groups()
883 if (tg->thread_list[idx] == hw_cpu_id) in get_cpu_thread_group_start()

Completed in 8 milliseconds