Searched refs:thread_self (Results 1 – 3 of 3) sorted by relevance
39 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_make_persistent(thread_self, inode); in proc_setup_thread_self()56 dput(thread_self); in proc_setup_thread_self()
29 proc-y += thread_self.o
85 bool thread_self = false; in main() local101 assert(!thread_self); in main()102 thread_self = true; in main()