thread_self        40 fs/proc/thread_self.c 	struct dentry *thread_self;
thread_self        44 fs/proc/thread_self.c 	thread_self = d_alloc_name(s->s_root, "thread-self");
thread_self        45 fs/proc/thread_self.c 	if (thread_self) {
thread_self        54 fs/proc/thread_self.c 			d_add(thread_self, inode);
thread_self        57 fs/proc/thread_self.c 			dput(thread_self);
thread_self        65 fs/proc/thread_self.c 		ns->proc_thread_self = thread_self;