Searched refs:thread_list (Results 1 – 3 of 3) sorted by relevance
1474 struct elf_thread_status *thread_list = NULL; in elf_fdpic_core_dump() local1504 tmp->next = thread_list; in elf_fdpic_core_dump()1505 thread_list = tmp; in elf_fdpic_core_dump()1513 tmp->next = thread_list; in elf_fdpic_core_dump()1514 thread_list = tmp; in elf_fdpic_core_dump()1612 if (!writenote(thread_list->notes, cprm)) in elf_fdpic_core_dump()1618 for (i = 1; i < thread_list->num_notes; i++) in elf_fdpic_core_dump()1619 if (!writenote(thread_list->notes + i, cprm)) in elf_fdpic_core_dump()1650 while (thread_list) { in elf_fdpic_core_dump()1651 tmp = thread_list; in elf_fdpic_core_dump()[all …]
2002 struct list_head thread_list; member2012 INIT_LIST_HEAD(&info->thread_list); in elf_note_info_init()2047 list_add(&ets->list, &info->thread_list); in fill_note_info()2050 list_for_each_entry(ets, &info->thread_list, list) { in fill_note_info()2117 list_for_each_entry(ets, &info->thread_list, list) { in write_note_info()2128 while (!list_empty(&info->thread_list)) { in free_note_info()2129 struct list_head *tmp = info->thread_list.next; in free_note_info()
110 unsigned int thread_list[MAX_THREAD_LIST_SIZE]; member798 u32 *thread_list; in parse_thread_groups() local817 thread_list = &thread_group_array[i + 3]; in parse_thread_groups()820 tg->thread_list[j] = thread_list[j]; in parse_thread_groups()856 if (tg->thread_list[idx] == hw_cpu_id) in get_cpu_thread_group_start()
Completed in 12 milliseconds