Home
last modified time | relevance | path

Searched refs:kthread (Results 1 – 2 of 2) sorted by relevance

/kernel/
Dkthread.c41 struct kthread { struct
57 container_of(vfork, struct kthread, exited) argument
59 static inline struct kthread *to_kthread(struct task_struct *k) in to_kthread()
64 static struct kthread *to_live_kthread(struct task_struct *k) in to_live_kthread()
150 struct kthread *kthread = to_kthread(task); in probe_kthread_data() local
153 probe_kernel_read(&data, &kthread->data, sizeof(data)); in probe_kthread_data()
157 static void __kthread_parkme(struct kthread *self) in __kthread_parkme()
175 static int kthread(void *_create) in kthread() function
181 struct kthread self; in kthread()
224 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread()
[all …]
DMakefile10 kthread.o wait.o sys_ni.o posix-cpu-timers.o mutex.o \