Function report |
Source Code:kernel\rcu\rcu.h |
Create Date:2022-07-28 10:17:32 |
| Last Modify:2022-05-19 07:39:19 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Has a grace period started since the time the old gp_seq was collected?
Proto:static inline bool rcu_seq_new_gp(unsigned long old, unsigned long new)
Type:bool
Parameter:
| Type | Parameter | Name |
|---|---|---|
| unsigned long | old | |
| unsigned long | new |
| 133 | Return ULONG_CMP_LT((old + RCU_SEQ_STATE_MASK) & ~RCU_SEQ_STATE_MASK, new) |
| Name | Describe |
|---|---|
| __note_gp_changes | Update CPU-local rcu_data state to record the beginnings and ends of* grace periods. The caller must hold the ->lock of the leaf rcu_node* structure corresponding to the current CPU, and must have irqs disabled. |
| 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 |