Searched refs:thread_list (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/md/dm-vdo/ |
| H A 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.15/fs/ |
| H A D | binfmt_elf_fdpic.c | 1477 struct elf_thread_status *thread_list = NULL; in elf_fdpic_core_dump() local 1502 tmp->next = thread_list; in elf_fdpic_core_dump() 1503 thread_list = tmp; in elf_fdpic_core_dump() 1511 tmp->next = thread_list; in elf_fdpic_core_dump() 1512 thread_list = tmp; in elf_fdpic_core_dump() 1610 if (!writenote(thread_list->notes, cprm)) in elf_fdpic_core_dump() 1616 for (i = 1; i < thread_list->num_notes; i++) in elf_fdpic_core_dump() 1617 if (!writenote(thread_list->notes + i, cprm)) in elf_fdpic_core_dump() 1648 while (thread_list) { in elf_fdpic_core_dump() 1649 tmp = thread_list; in elf_fdpic_core_dump() [all …]
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | smp.c | 104 unsigned int thread_list[MAX_THREAD_LIST_SIZE]; member 820 u32 *thread_list; in parse_thread_groups() local 839 thread_list = &thread_group_array[i + 3]; in parse_thread_groups() 842 tg->thread_list[j] = thread_list[j]; in parse_thread_groups() 878 if (tg->thread_list[idx] == hw_cpu_id) in get_cpu_thread_group_start()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-report.c | 939 struct thread_list *task_a = list_entry(la, struct thread_list, list); in task_list_cmp() 940 struct thread_list *task_b = list_entry(lb, struct thread_list, list); in task_list_cmp() 1032 struct thread_list *task; in tasks_print()
|
| H A D | builtin-trace.c | 4948 struct thread_list *a = list_entry(la, struct thread_list, list); in trace_nr_events_cmp() 4949 struct thread_list *b = list_entry(lb, struct thread_list, list); in trace_nr_events_cmp() 4968 struct thread_list *pos; in trace__fprintf_thread_summary()
|
| /linux-6.15/tools/perf/util/ |
| H A D | machine.h | 291 struct thread_list { struct
|
| H A D | machine.c | 3016 struct thread_list *entry = malloc(sizeof(*entry)); in thread_list_cb() 3033 struct thread_list *pos, *next; in thread_list__delete()
|