函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sched\core.c Create Date:2022-07-27 10:36:47
Last Modify:2022-05-22 13:40:38 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:synchronize_rcu_tasks() makes sure that no task is stuck in preempted* state (have scheduled out non-voluntarily) by making sure that all* tasks have either left the run queue or have gone into user space

函数原型:void __sched schedule_idle(void)

返回类型:void

参数:

4186  WARN_ON_ONCE(state)
4187  循环
4188  调度器
4189 need_resched()循环
调用者
名称描述
do_idleGeneric idle loop implementation* Called with polling cleared.