函数逻辑报告 |
Source Code:kernel\rcu\tree_plugin.h |
Create Date:2022-07-27 11:28:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Note a quiescent state for PREEMPT=n. Because we do not need to know* how many quiescent states passed, just if there was at least one since* the start of the grace period, this just sets a flag. The caller must* have disabled preemption.
函数原型:static void rcu_qs(void)
返回类型:void
参数:无
799 | RCU_LOCKDEP_WARN(preemptible(), "rcu_qs() invoked with preemption enabled!!!") |
800 | 如果非Operations for contexts that are safe from preemption/interrupts. These* operations verify that preemption is disabled.(s)则返回 |
804 | __this_cpu_write(norm, false) |
805 | 如果非Operations for contexts that are safe from preemption/interrupts. These* operations verify that preemption is disabled.(exp)则返回 |
807 | __this_cpu_write(exp, false) |
名称 | 描述 |
---|---|
rcu_all_qs | Register an urgently needed quiescent state. If there is an* emergency, invoke rcu_momentary_dyntick_idle() to do a heavy-weight* dyntick-idle quiescent state visible to other CPUs, which will in |
rcu_note_context_switch | Note a PREEMPT=n context switch. The caller must have disabled interrupts. |
rcu_flavor_sched_clock_irq | Check to see if this CPU is in a non-context-switch quiescent state,* namely user mode and idle loop. |
rcu_sched_clock_irq | Check to see if the scheduling-clock interrupt came from an extended* quiescent state, and, if so, tell RCU about it. This function must* be called from hardirq context. It is normally called from the* scheduling-clock interrupt. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |