The command ps aux | grep ]
will list all the running kernel threads (the kernel threads that are crated by the kernel, and the kernel threads that are crated by someone else).
Is there a way to list the kernel threads that are created by the kernel only?
kthread_create()
is used by kernel modules to create kernel threads)? – user343344 Mar 25 '19 at 17:26etimes
inps
. – Stephen Kitt Mar 25 '19 at 17:57