Lines Matching defs:thread
32 static struct task_struct *thread;
109 wake_up_process(thread);
122 if (!thread)
149 if (!thread)
175 d_inode(dentry)->i_private = &thread;
235 d_inode(dentry)->i_private = &thread;
251 if (d_inode(dentry)->i_private == &thread)
292 if (inode->i_private != &thread)
367 if (!thread)
467 thread = kthread_run(devtmpfsd, &err, "kdevtmpfs");
468 if (!IS_ERR(thread)) {
471 err = PTR_ERR(thread);
472 thread = NULL;