Searched refs:thread_self (Results 1 – 2 of 2) sorted by relevance
40 struct dentry *thread_self; in proc_setup_thread_self() local43 thread_self = d_alloc_name(s->s_root, "thread-self"); in proc_setup_thread_self()44 if (thread_self) { in proc_setup_thread_self()53 d_add(thread_self, inode); in proc_setup_thread_self()55 dput(thread_self); in proc_setup_thread_self()56 thread_self = ERR_PTR(-ENOMEM); in proc_setup_thread_self()59 thread_self = ERR_PTR(-ENOMEM); in proc_setup_thread_self()62 if (IS_ERR(thread_self)) { in proc_setup_thread_self()64 return PTR_ERR(thread_self); in proc_setup_thread_self()66 ns->proc_thread_self = thread_self; in proc_setup_thread_self()
29 proc-y += thread_self.o