Function report |
Source Code:kernel\rcu\rcu.h |
Create Date:2022-07-28 10:17:31 |
Last Modify:2022-05-19 07:39:19 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Given a snapshot from rcu_seq_snap(), determine whether or not the* corresponding update-side operation has started.
Proto:static inline bool rcu_seq_started(unsigned long *sp, unsigned long s)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long * | sp | |
unsigned long | s |
108 | Return ULONG_CMP_LT((s - 1) & ~RCU_SEQ_STATE_MASK, READ_ONCE( * sp)) |
Name | Describe |
---|---|
rcu_start_this_gp | _start_this_gp - Request the start of a particular grace period*@rnp_start: The leaf node of the CPU from which to start |
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 |