Searched refs:thread_self (Results 1 – 3 of 3) sorted by relevance
40 struct dentry *thread_self; in proc_setup_thread_self() local44 thread_self = d_alloc_name(s->s_root, "thread-self"); in proc_setup_thread_self()45 if (thread_self) { in proc_setup_thread_self()54 d_add(thread_self, inode); in proc_setup_thread_self()57 dput(thread_self); in proc_setup_thread_self()65 fs_info->proc_thread_self = 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()