Searched refs:thread_self (Results 1 – 7 of 7) 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()
25 thread_self.o/
29 proc-y += thread_self.o
1 …thread_self.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/…3 source_fs/proc/thread_self.o := fs/proc/thread_self.c5 deps_fs/proc/thread_self.o := \925 fs/proc/thread_self.o: $(deps_fs/proc/thread_self.o)927 $(deps_fs/proc/thread_self.o):
1 …rsion.o fs/proc/softirqs.o fs/proc/namespaces.o fs/proc/self.o fs/proc/thread_self.o fs/proc/proc_…
85 bool thread_self = false; in main() local101 assert(!thread_self); in main()102 thread_self = true; in main()
109 proc/thread_self.o/
Completed in 12 milliseconds