Searched refs:kthread (Results 1 – 2 of 2) sorted by relevance
41 struct kthread { struct57 container_of(vfork, struct kthread, exited) argument59 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() local153 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() function181 struct kthread self; in kthread()224 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread()[all …]
10 kthread.o wait.o sys_ni.o posix-cpu-timers.o mutex.o \