Searched refs:thread_self (Results 1 – 2 of 2) sorted by relevance
50 struct dentry *thread_self; in proc_setup_thread_self() local53 thread_self = d_alloc_name(s->s_root, "thread-self"); in proc_setup_thread_self()54 if (thread_self) { in proc_setup_thread_self()63 d_add(thread_self, inode); in proc_setup_thread_self()65 dput(thread_self); in proc_setup_thread_self()66 thread_self = ERR_PTR(-ENOMEM); in proc_setup_thread_self()69 thread_self = ERR_PTR(-ENOMEM); in proc_setup_thread_self()72 if (IS_ERR(thread_self)) { in proc_setup_thread_self()74 return PTR_ERR(thread_self); in proc_setup_thread_self()76 ns->proc_thread_self = thread_self; in proc_setup_thread_self()
26 proc-y += thread_self.o