Home
last modified time | relevance | path

Searched refs:thread_self (Results 1 – 2 of 2) sorted by relevance

/fs/proc/
Dthread_self.c53 struct dentry *thread_self; in proc_setup_thread_self() local
56 thread_self = d_alloc_name(s->s_root, "thread-self"); in proc_setup_thread_self()
57 if (thread_self) { in proc_setup_thread_self()
66 d_add(thread_self, inode); in proc_setup_thread_self()
68 dput(thread_self); in proc_setup_thread_self()
69 thread_self = ERR_PTR(-ENOMEM); in proc_setup_thread_self()
72 thread_self = ERR_PTR(-ENOMEM); in proc_setup_thread_self()
75 if (IS_ERR(thread_self)) { in proc_setup_thread_self()
77 return PTR_ERR(thread_self); in proc_setup_thread_self()
79 ns->proc_thread_self = thread_self; in proc_setup_thread_self()
DMakefile27 proc-y += thread_self.o