Searched refs:thread_list (Results 1 – 2 of 2) sorted by relevance
1470 struct elf_thread_status *thread_list = NULL; in elf_fdpic_core_dump() local1495 tmp->next = thread_list; in elf_fdpic_core_dump()1496 thread_list = tmp; in elf_fdpic_core_dump()1504 tmp->next = thread_list; in elf_fdpic_core_dump()1505 thread_list = tmp; in elf_fdpic_core_dump()1603 if (!writenote(thread_list->notes, cprm)) in elf_fdpic_core_dump()1609 for (i = 1; i < thread_list->num_notes; i++) in elf_fdpic_core_dump()1610 if (!writenote(thread_list->notes + i, cprm)) in elf_fdpic_core_dump()1614 for (tmp = thread_list->next; tmp; tmp = tmp->next) { in elf_fdpic_core_dump()1641 while (thread_list) { in elf_fdpic_core_dump()[all …]
112 unsigned int thread_list[MAX_THREAD_LIST_SIZE]; member828 u32 *thread_list; in parse_thread_groups() local847 thread_list = &thread_group_array[i + 3]; in parse_thread_groups()850 tg->thread_list[j] = thread_list[j]; in parse_thread_groups()886 if (tg->thread_list[idx] == hw_cpu_id) in get_cpu_thread_group_start()