函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\cgroup\cgroup.c Create Date:2022-07-27 12:12:13
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:css_task_iter_skip

函数原型:static void css_task_iter_skip(struct css_task_iter *it, struct task_struct *task)

返回类型:void

参数:

类型参数名称
struct css_task_iter *it
struct task_struct *task
4446  lockdep_assert_held( & css_set_lock)
4448  如果task_pos恒等于 cg_list protected by css_set_lock and tsk->alloc_lock:
4449  task_pos等于链表后项
4450  flags或等于rnal flags
调用者
名称描述
css_set_skip_task_iters@task is leaving, advance task iterators which are pointing to it so* that they can resume at the next position. Advancing an iterator might* remove it from the list, use safe walk. See css_task_iter_skip() for* details.