proc:comm
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
proc:comm [2017/04/06 15:28] – created peter | proc:comm [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 6: | Line 6: | ||
Initialized normally by **setup_new_exec**. | Initialized normally by **setup_new_exec**. | ||
+ | |||
+ | Example usage: | ||
+ | |||
+ | <code c> | ||
+ | #include linux/ | ||
+ | |||
+ | struct task_struct *task; | ||
+ | |||
+ | for_each_process(task) | ||
+ | { | ||
+ | printk(" | ||
+ | } | ||
+ | </ |
proc/comm.1491492519.txt.gz · Last modified: 2020/07/15 09:30 (external edit)