Home
last modified time | relevance | path

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

/linux-6.1.9/fs/proc/
Dthread_self.c40 struct dentry *thread_self; in proc_setup_thread_self() local
44 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()
DMakefile29 proc-y += thread_self.o
/linux-6.1.9/tools/testing/selftests/proc/
Dproc-subset-pid.c85 bool thread_self = false; in main() local
101 assert(!thread_self); in main()
102 thread_self = true; in main()