Searched refs:thread_list (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/md/dm-vdo/ |
D | thread-utils.c | 18 static struct hlist_head thread_list; variable 41 hlist_add_head(&thread->thread_links, &thread_list); in thread_starter()
|
/linux-6.12.1/fs/ |
D | binfmt_elf_fdpic.c | 1467 struct elf_thread_status *thread_list = NULL; in elf_fdpic_core_dump() local 1492 tmp->next = thread_list; in elf_fdpic_core_dump() 1493 thread_list = tmp; in elf_fdpic_core_dump() 1501 tmp->next = thread_list; in elf_fdpic_core_dump() 1502 thread_list = tmp; in elf_fdpic_core_dump() 1600 if (!writenote(thread_list->notes, cprm)) in elf_fdpic_core_dump() 1606 for (i = 1; i < thread_list->num_notes; i++) in elf_fdpic_core_dump() 1607 if (!writenote(thread_list->notes + i, cprm)) in elf_fdpic_core_dump() 1611 for (tmp = thread_list->next; tmp; tmp = tmp->next) { in elf_fdpic_core_dump() 1638 while (thread_list) { in elf_fdpic_core_dump() [all …]
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | smp.c | 103 unsigned int thread_list[MAX_THREAD_LIST_SIZE]; member 819 u32 *thread_list; in parse_thread_groups() local 838 thread_list = &thread_group_array[i + 3]; in parse_thread_groups() 841 tg->thread_list[j] = thread_list[j]; in parse_thread_groups() 877 if (tg->thread_list[idx] == hw_cpu_id) in get_cpu_thread_group_start()
|
/linux-6.12.1/tools/perf/ |
D | builtin-report.c | 935 struct thread_list *task_a = list_entry(la, struct thread_list, list); in task_list_cmp() 936 struct thread_list *task_b = list_entry(lb, struct thread_list, list); in task_list_cmp() 1028 struct thread_list *task; in tasks_print()
|
D | builtin-trace.c | 4723 struct thread_list *a = list_entry(la, struct thread_list, list); 4724 struct thread_list *b = list_entry(lb, struct thread_list, list); 4743 struct thread_list *pos;
|
/linux-6.12.1/tools/perf/util/ |
D | machine.h | 287 struct thread_list { struct
|
D | machine.c | 3012 struct thread_list *entry = malloc(sizeof(*entry)); in thread_list_cb() 3029 struct thread_list *pos, *next; in thread_list__delete()
|