Searched hist:"88 b72b31e15f9dfed069ede5416bb71040e0d299" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/proc/ |
H A D | internal.h | diff 88b72b31e15f9dfed069ede5416bb71040e0d299 Fri May 18 10:47:13 CDT 2018 Tejun Heo <tj@kernel.org> proc: Consolidate task->comm formatting into proc_task_name()
proc shows task->comm in three places - comm, stat, status - and each is fetching and formatting task->comm slighly differently. This patch renames task_name() to proc_task_name(), makes it more generic, and updates all three paths to use it.
This will enable expanding comm reporting for workqueue workers.
Signed-off-by: Tejun Heo <tj@kernel.org>
|
H A D | array.c | diff 88b72b31e15f9dfed069ede5416bb71040e0d299 Fri May 18 10:47:13 CDT 2018 Tejun Heo <tj@kernel.org> proc: Consolidate task->comm formatting into proc_task_name()
proc shows task->comm in three places - comm, stat, status - and each is fetching and formatting task->comm slighly differently. This patch renames task_name() to proc_task_name(), makes it more generic, and updates all three paths to use it.
This will enable expanding comm reporting for workqueue workers.
Signed-off-by: Tejun Heo <tj@kernel.org>
|
H A D | base.c | diff 88b72b31e15f9dfed069ede5416bb71040e0d299 Fri May 18 10:47:13 CDT 2018 Tejun Heo <tj@kernel.org> proc: Consolidate task->comm formatting into proc_task_name()
proc shows task->comm in three places - comm, stat, status - and each is fetching and formatting task->comm slighly differently. This patch renames task_name() to proc_task_name(), makes it more generic, and updates all three paths to use it.
This will enable expanding comm reporting for workqueue workers.
Signed-off-by: Tejun Heo <tj@kernel.org>
|