Searched refs:thread_self (Results 1 – 2 of 2) sorted by relevance
52 struct dentry *thread_self; in proc_setup_thread_self() local55 thread_self = d_alloc_name(s->s_root, "thread-self"); in proc_setup_thread_self()56 if (thread_self) { in proc_setup_thread_self()65 d_add(thread_self, inode); in proc_setup_thread_self()67 dput(thread_self); in proc_setup_thread_self()68 thread_self = ERR_PTR(-ENOMEM); in proc_setup_thread_self()71 thread_self = ERR_PTR(-ENOMEM); in proc_setup_thread_self()74 if (IS_ERR(thread_self)) { in proc_setup_thread_self()76 return PTR_ERR(thread_self); in proc_setup_thread_self()78 ns->proc_thread_self = thread_self; in proc_setup_thread_self()
26 proc-y += thread_self.o