Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 6 of 6) sorted by relevance

/kernel/
Dkgdb.c849 struct task_struct *thread; in gdb_cmd_getregs() local
853 thread = kgdb_usethread; in gdb_cmd_getregs()
854 if (!thread) { in gdb_cmd_getregs()
855 thread = kgdb_info[ks->cpu].task; in gdb_cmd_getregs()
866 if (thread == kgdb_info[i].task) in gdb_cmd_getregs()
886 sleeping_thread_to_gdb_regs(gdb_regs, thread); in gdb_cmd_getregs()
1077 struct task_struct *thread; in gdb_cmd_task() local
1084 thread = getthread(ks->linux_regs, ks->threadid); in gdb_cmd_task()
1085 if (!thread && ks->threadid > 0) { in gdb_cmd_task()
1089 kgdb_usethread = thread; in gdb_cmd_task()
[all …]
Dworkqueue.c50 struct task_struct *thread; member
373 if (cwq->thread == current) { in flush_cpu_workqueue()
748 if (current == cwq->thread) in current_is_keventd()
788 cwq->thread = p; in create_workqueue_thread()
795 struct task_struct *p = cwq->thread; in start_workqueue_thread()
877 if (cwq->thread == NULL) in cleanup_workqueue_thread()
894 kthread_stop(cwq->thread); in cleanup_workqueue_thread()
895 cwq->thread = NULL; in cleanup_workqueue_thread()
Dexit.c865 struct task_struct *thread; in find_new_reaper() local
867 thread = father; in find_new_reaper()
868 while_each_thread(father, thread) { in find_new_reaper()
869 if (thread->flags & PF_EXITING) in find_new_reaper()
872 pid_ns->child_reaper = thread; in find_new_reaper()
873 return thread; in find_new_reaper()
Dposix-cpu-timers.c1696 struct k_clock thread = { in init_posix_cpu_timers() local
1706 register_posix_clock(CLOCK_THREAD_CPUTIME_ID, &thread); in init_posix_cpu_timers()
/kernel/trace/
Dtrace_sysprof.c157 regs = (struct pt_regs *)current->thread.sp0 - 1; in timer_notify()
DKconfig76 draw a call graph for each thread with some informations like
284 The changes to the code are done by a kernel thread that