Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\cgroup\cgroup.c Create Date:2022-07-28 11:10:21
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:cgroup_procs_next

Proto:static void *cgroup_procs_next(struct seq_file *s, void *v, loff_t *pos)

Type:void

Parameter:

TypeParameterName
struct seq_file *s
void *v
loff_t *pos
4600  of = private
4601  it = priv
4603  Return ss_task_iter_next - return the next task for the iterator*@it: the task iterator being iterated* The "next" function for task iteration. @it should have been* initialized via css_task_iter_start(). Returns NULL when the iteration* reaches the end.
Caller
NameDescribe
__cgroup_procs_start