Function report | 
Source Code:kernel\rcu\tree_plugin.h | 
Create Date:2022-07-28 10:28:55 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name: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.
Proto:static void rcu_qs(void)
Type:void
Parameter:Nothing
| 799 | RCU_LOCKDEP_WARN(preemptible(), "rcu_qs() invoked with preemption enabled!!!") | 
| 800 | If Not Operations for contexts that are safe from preemption/interrupts. These* operations verify that preemption is disabled.(s) Then Return | 
| 804 | __this_cpu_write(norm, false) | 
| 805 | If Not Operations for contexts that are safe from preemption/interrupts. These* operations verify that preemption is disabled.(exp) Then Return | 
| 807 | __this_cpu_write(exp, false) | 
| Source code conversion tool public plug-in interface  | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion  |