Lines Matching refs:thread
40 static struct task_struct *thread;
106 wake_up_process(thread);
119 if (!thread)
146 if (!thread)
172 d_inode(dentry)->i_private = &thread;
233 d_inode(dentry)->i_private = &thread;
249 if (d_inode(dentry)->i_private == &thread)
291 if (inode->i_private != &thread)
367 if (!thread)
465 thread = kthread_run(devtmpfsd, &err, "kdevtmpfs");
466 if (!IS_ERR(thread)) {
469 err = PTR_ERR(thread);
470 thread = NULL;
476 thread = NULL;