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