Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Dbinfmt_elf_fdpic.c1489 struct elf_thread_status *thread_list = NULL; in elf_fdpic_core_dump() local
1514 tmp->next = thread_list; in elf_fdpic_core_dump()
1515 thread_list = tmp; in elf_fdpic_core_dump()
1523 tmp->next = thread_list; in elf_fdpic_core_dump()
1524 thread_list = tmp; in elf_fdpic_core_dump()
1622 if (!writenote(thread_list->notes, cprm)) in elf_fdpic_core_dump()
1628 for (i = 1; i < thread_list->num_notes; i++) in elf_fdpic_core_dump()
1629 if (!writenote(thread_list->notes + i, cprm)) in elf_fdpic_core_dump()
1633 for (tmp = thread_list->next; tmp; tmp = tmp->next) { in elf_fdpic_core_dump()
1661 while (thread_list) { in elf_fdpic_core_dump()
[all …]
Dbinfmt_elf.c2024 struct list_head thread_list; member
2034 INIT_LIST_HEAD(&info->thread_list); in elf_note_info_init()
2069 list_add(&ets->list, &info->thread_list); in fill_note_info()
2072 list_for_each_entry(ets, &info->thread_list, list) { in fill_note_info()
2139 list_for_each_entry(ets, &info->thread_list, list) { in write_note_info()
2150 while (!list_empty(&info->thread_list)) { in free_note_info()
2151 struct list_head *tmp = info->thread_list.next; in free_note_info()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dsmp.c107 unsigned int thread_list[MAX_THREAD_LIST_SIZE]; member
793 u32 *thread_list; in parse_thread_groups() local
818 thread_list = &thread_group_array[3]; in parse_thread_groups()
821 tg->thread_list[i] = thread_list[i]; in parse_thread_groups()
851 if (tg->thread_list[idx] == hw_cpu_id) in get_cpu_thread_group_start()