Searched refs:thread_list (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/md/dm-vdo/
H A Dthread-utils.c18 static struct hlist_head thread_list; variable in typeref:struct:hlist_head
41 hlist_add_head(&thread->thread_links, &thread_list);
/linux-master/fs/
H A Dbinfmt_elf_fdpic.c1474 struct elf_thread_status *thread_list = NULL; local
1499 tmp->next = thread_list;
1500 thread_list = tmp;
1508 tmp->next = thread_list;
1509 thread_list = tmp;
1607 if (!writenote(thread_list->notes, cprm))
1613 for (i = 1; i < thread_list->num_notes; i++)
1614 if (!writenote(thread_list->notes + i, cprm))
1618 for (tmp = thread_list->next; tmp; tmp = tmp->next) {
1645 while (thread_list) {
[all...]
/linux-master/arch/powerpc/kernel/
H A Dsmp.c103 unsigned int thread_list[MAX_THREAD_LIST_SIZE]; member in struct:thread_groups
819 u32 *thread_list; local
838 thread_list = &thread_group_array[i + 3];
841 tg->thread_list[j] = thread_list[j];
853 * get_cpu_thread_group_start : Searches the thread group in tg->thread_list
860 * Returns the index to tg->thread_list that points to the start
864 * tg->thread_list.
877 if (tg->thread_list[idx] == hw_cpu_id)
/linux-master/tools/perf/util/
H A Dmachine.h267 struct thread_list { struct
272 /* Make a list of struct thread_list based on threads in the machine. */
274 /* Free up the nodes within the thread_list list. */
H A Dmachine.c3069 struct thread_list *entry = malloc(sizeof(*entry));
3086 struct thread_list *pos, *next;
/linux-master/tools/perf/
H A Dbuiltin-report.c921 struct thread_list *task_a = list_entry(la, struct thread_list, list);
922 struct thread_list *task_b = list_entry(lb, struct thread_list, list);
1014 struct thread_list *task;
H A Dbuiltin-trace.c4320 struct thread_list *a = list_entry(la, struct thread_list, list);
4321 struct thread_list *b = list_entry(lb, struct thread_list, list);
4340 struct thread_list *pos;

Completed in 226 milliseconds