Is there a way to get the pid of a process if I only know what structure it is using? For example, I have struct task_cputime_atomic, defined in /include/linux/sched/signal.h. How to know what processes are using it and get their pid?
Is there a way to get the pid of a process if I only know what structure it is using?
No