Function report |
Source Code:kernel\rcu\rcu_segcblist.c |
Create Date:2022-07-28 10:29:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Return false if there are no CBs awaiting grace periods, otherwise,* return true and store the nearest waited-upon grace period into *lp.
Proto:bool rcu_segcblist_nextgp(struct rcu_segcblist *rsclp, unsigned long *lp)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct rcu_segcblist * | rsclp | |
unsigned long * | lp |
240 | If Not Does the specified rcu_segcblist structure contain callbacks that* are still pending, that is, not yet ready to be invoked? Then Return false |
242 | lp = gp_seq[Also RCU_NEXT_READY head. ] |
243 | Return true |
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 |