函数逻辑报告 |
Source Code:kernel\rcu\tree_exp.h |
Create Date:2022-07-27 11:28:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Select the nodes that the upcoming expedited grace period needs* to wait for.
函数原型:static void sync_rcu_exp_select_cpus(void)
返回类型:void
参数:无
425 | Reset the ->expmask values in the rcu_node tree in preparation for* a new expedited grace period. |
430 | Need to flush workitem? = false |
431 | 如果非READ_ONCE(CPUs or groups that need to check in )则继续下一循环 |
438 | 继续下一循环 |
440 | INIT_WORK( & rew_work, Select the CPUs within the specified rcu_node that the upcoming* expedited grace period needs to wait for.) |
441 | cpu等于在内存区域中找到下一个设置位 |
443 | 如果此条件成立可能性小(为编译器优化)(cpu > highest-numbered CPU or group here. - lowest-numbered CPU or group here. )则cpu等于WORK_CPU_UNBOUND |
448 | Need to flush workitem? = true |
453 | 如果Need to flush workitem? 则lush_work - wait for a work to finish executing the last queueing instance*@work: the work to flush* Wait until @work has finished execution |
名称 | 描述 |
---|---|
rcu_exp_sel_wait_wake | Common code to drive an expedited grace period forward, used by* workqueues and mid-boot-time tasks. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |